Am working on a workflow that is part of a large crm automation. Basically I get calls and bookings data and save. During the meeting, a new workflow is triggered.
I have been trying to send the data from workflow 1 and 2 via a webhook and an execute node, respectively.
I want to have it such that, when workflow 1 is done, it sends part of the data to workflow 3, and waits until workflow 2 is done to continue the workflow. This is what I had tried.
Is there a way I can wait for execution 1 to wait for 2 then both work as one.(without having to store the data elsewhere)
No, that’s not possible. You have to split the workflow into smaller ones and work with Execute Workflow/Webhook to properly execute them in the order you will need