Hi!
I’m running a loop over a number of requests and would like to store the id from each iteration, once this has been completed I want these id’s to be passed into a different loop.
I’ve tried a few different approaches but can only get the output of one iteration. Below is where I’m at currently, thanks in advance for any help with this!!