Greeting
I want to iterate through a loop. My json response returns an array. I figure I could do this by iterating a variable. Would anyone know how to do this?
Greeting
I want to iterate through a loop. My json response returns an array. I figure I could do this by iterating a variable. Would anyone know how to do this?
Hi Laurent,
It really depends what you want to do with the values of the array as to what the best method is here. If you’re wanting to be able to display all values in the array to a user in a message you’ll be able to do this using Collection Outputs.
If you’re trying to use the values to fill in a card set you’ll need to manually set the cards up referencing the correct item in the array for each card as shown in the Data Outputs information here. If the number of items in the array can vary don’t worry as any cards where only empty values are added will not display.
I hope this helps.