You can also choose a specific index to test with. This is helpful for debugging and also for testing your overall flow with a single item to reduce credit costs.
Absolutely! You can add loops within loops if your workflow requires it. This flexibility allows you to create more complex processes tailored to your specific needs. Just keep in mind that nesting can increase complexity, so ensure it aligns with your overall flow.
Can I run the loop steps in parallel, and how does that work?
Yes, you can choose to process items in your list either in parallel or sequentially. If you select parallel processing, all items will be processed at the same time, which can speed up execution. If you prefer to handle them one at a time, you can opt for sequential processing.
How do I handle errors when using the loop step?
By default, if an item in the loop errors, it will be skipped, and you can view the errored items in the errors tab of the loop step results. If you prefer to be notified of errors instead, you can adjust the error handling settings to throw a tool error. This way, you can address issues as they arise.