Hi Dojo team,
I have a question about custom apps -> execute action. When configuring the feed that will be used by the script parameter, I can select a 'query row' type:
In the property feed I can select the column that will be passed to the script. Things works fine when selecting a single column. I was wondering, is it possible to pass more than one column (or the entire row) in the property field?
Hello Miguel
This is not possible yet with the latest version of the software. Please feel free to create a task if this feature would be required.
For now, as a workaround, you could perform a concatenate manipulation operation in your query to join the columns you are interested in into a single column that could then be passed along to the script.
Alternatively, you could create multiple parameters in your script, and link each one to a different column.
Hi Gilles,
Thanks for the information. The workaround works for me!