Create a sequence
Last updated
Last updated
A sequence is a group of requests that run one after the other. Sequences can run on a schedule, from a trigger, or from a webhook URL in the same way requests can.
Create the requests you want to use in the sequence.
On the home screen, click the arrow on the right of the “Create request” button.
Click "Create sequence".
On the create sequence screen, enter a name for your sequence.
Under Requests, select all the requests you want to run. You can add more requests with the "+ Add request" button.
Click "Save".
On the create sequence screen, click "Run"
Your sequence will be saved again, then Data Fetcher will navigate to each request in your sequence, run it, and finally return to the create sequence screen.
By default, Data Fetcher will stop running the sequence when one of the requests fails. If you want Data Fetcher to instead ignore the error and move on to the next request:
On the create sequence screen, under Failure Handling, enable 'If one of these requests fails, run the next request anyway.'