Interator (for loop)

I have a list of numbers and I need to make a rest api request for each one of them and save the results with a variable, after saving the result values ​​it will continue and make a new request to another api and start the loop cycle again,
note no fluxo

the result appears in the log but nothing appears in the workflow for me to select

1 Like

Another question without an answer. It could be simple for many people, but for me and the OP, it is not. I would like to know this as well.

@wbarcelos Hi, this was quite an old post! In case someone else finds this.. You’re looking in the wrong place. See this dummy loop, the result you are looking for is in another action. Tip: It helps to name workflows so you can see where the correct action.

If you were to store the result after each call, you will have to use a variable as an array, and then add the result of each action inside that array (You put it inside the loop).