My goal is to log or process these responses separately after the loop execution. Could someone guide me on the best way to achieve this in Retool workflows? Any examples, tips, or suggestions would be greatly appreciated!
It looks like you are really close in your example, you might just need to add return inside the success and error response blocks. You may also need to switch the execution mode of the loop block to 'Sequential', test that out and let me know if that works.
I am going to test that out as well.
What were you getting when running that workflow currently? (with the return statements added to the JS blocks after the loop)