Hi Folks,
Am pretty stumped on retrieving values from a collection, which has been created through using the Query List Action...
Here's the example.
Am using Query List to select one row of data from a Lookup List, which then is saved so say COLLECTIONA
Lets say the column fields are called columna, b and c and in each of these is stored a value called valuea, b and c
The log to history shows this as:
[{"COLUMNA":"VALUEA","COLUMNB":"VALUEB","COLUMNC":"VALUEC"}]
I have three separate variables which must hold each of the values, e.g. Var1, Var2 and Var3.
How do I extract each of the Values from the Collection so that ValueA goes into Var1, ValueB goes into Var2 and ValueC goes into Var3?
Am sure this has been done tons of time before but cannot find a definitive answer - please help!
Thanks
G