If you have several requests that have no dependency on each other but have to be sent in a particular order, you can use send events to connect your blocks.
Check out the example flow: Chaining requests
Add a Send Request block
Select + Block on the toolbar and select the Send Request block from the list to add it to your canvas, then select the request. Repeat this until all the requests are added to the canvas.
Connect the send events
Select the port (success output) of the source block and connect it to the send input of the target block in the order you want the requests to run.
Start the flow
Start the flow and see the requests run in the order they're configured:
If you want to use data from one request in another request, you can learn how to do so in Send information from one system to another.
Last modified: 2023/08/15