I have a challange for you! I’ve a table with 2 columns for “flow variable” and “values”.
How can I use the first column to create all variables that I need and then, pickup at the same row the column value and set into corresponding flow variable?
As you can see above, Column “Variables” will be co create each one as flow variable. Then I will use the “Values” column to set into respective flow variable as value.
Thanks for reply @ArjenEX , but I maybe not be to clear about it… sorry!
I need to create flows variables using the “Variables” values as example: “cfg_folder_base” (flow variable). I could use table column to variables and resolve part of it.
After that, I need to set value for each flow variable looking the column “Values” to make the for “from => to” information.
At the end, my expected result will be:
I’ll have more than 20 flow variables and each one will have respective values from the same row looking the value column,
Sure… I’m making a config file for my flows where I can set names for flows variables and values for them… It can use it for any flows from a csv file, converting into flow variables and use into all process anytime. Other example is from a table creator, transform into json file first and then, you can put it into a container for the flow callers.