I have an array variable "Names" with this values for example ["Unity","Block","PRD","Monit"] and want to get each of them value into a new variable.
The output desired would be something like: Variable Group = Unity Variabel Test = Block (...)
As this is an array i thought a basic Names[0] would give me the first value and so on for 1,2,3,etc, but on a logic app I can't figure out how that works.
Is this possible?
Thanks