I have a text input field in my LCA that the user needs to fill in. This is a name of a file.
I also have a custom GQI datasource that needs the full path to this file, for example "c:\[User Input].txt". This path could be hard coded in the app.
Is there any way I can make this full path to pass it to the datasource?
I would rather not change my datasource as it's a generic one.
I would also rather not have the user input the full path, as the name will be used on other places in the app as well.
Doing this purely inside the low-code app is not possible, yet. However, this functionality is coming up, as part of an extension of flows. A new flow operator (of which the name is not decided yet) should allow you to transform any data stream into another. In this case you want to transform a text into another text.