What Techniques are There to Trigger Follow-On Workflows After Initial Ones Complete Besides Using 'Wait'?

This topic was automatically generated from Slack. You can find the original thread here.

Does anyone have any good techniques for getting workflows to run other than using delay.
I have about 6 workflows that get triggered from a row being added to a spreadsheet.
Ideally I would like some follow on workflows to trigger after the 6 workflows have finished. I’d prefer to not use “wait” but to to some kind of trigger.
Any ideas?

In downstream workflow, you can setup HTTP trigger that will be called by the upstream workflow (that runs on Google Sheet row added). So after the upstream workflow process everything, the last step will be a HTTP action that call the downstream workflow

Thanks. What do you use to call it?

Pipedream http action. You can search for “http” in the action search box