How to make a workflow with nested loop

Hi @Mustafa_Ali, you wouldn’t usually need to the Split In Batches node if you’re trying to make an API request for individual items as the HTTP Request Node would already run once for each item it receives. So based on your description it sounds like you could simplify your workflow a lot, similar to the example at HTTP request consulting in loop - #3 by MutedJam (where the node runs once for each input item).