Hi
I would like to create a table, where there are columns with the same values, but I want to add a column that is populated from a list.
The list of these values are like
1
2
3
the static table is like this
A,B,C
What I want to achieve is:
A,B,C,1
A,B,C,2
A,B,C,3
I thought that I can do it with table creator controlled by flow variable, but unfortunately this is not the case.
May I ask some help on this?
I attach a wf to show what I need exactly
Thank you
tableValueFromVar.knwf (12.0 KB)