Hey so I made a multi-node scraper workflow using http requests , it works perfectly fine but i want all the scrapers to run parellelly , how can i do that , I set edit fields before everything so it executes but its not working is there any way to run everything parallelly?
Workflows run from left to right AND top to bottom so you can’t run in parallel using a single workflow.
You could try creating separate workflows for each row then execute them (without waiting) from a single workflow.
Check out this topic: Running sub-workflows in parallel