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
@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).