Hello fellow developers! I'm new to Toddle and could use some guidance on how to handle repeating API calls.
Here's the situation:
- I make a first API call that returns an array of objects, each containing an ID.
- I need to make a second (different) API call containing/for each ID in the array obtained from the first call.
Currently, I have stored the array from the first API call in a variable. However, I'm facing challenges with the next step. I'm unsure whether I should use a workflow, a formula, or set up a repeat list to handle the second API call. Any insights or advice would be greatly appreciated. Thank you!