What are the possibilities for shortening the flow? The framed parts repeat the same operations.
Thank you for your help.
Marc
Hi @Marc_Badjou ,
I think that you could use a separate scenario and trigger this new scenario from your current (there is an example here, there are also interesting courses about HTTP and webhooks in Make Academy).
BR,
PBI
Hey @Marc_Badjou
Please share the JSON file of this Scenario, So, We can check and understand the possibilities.
Thanks
Sure
blueprint.json (175.0 KB)
@Marc_Badjou
I just checked and found there is no dependency of that Create a contact module for mail.
You can just remove all things after that module.
This Scenario will create contact if its not exists and send mail if contact exists or not (it doesn’t matter)
I attched the JSON for the Scenario
blueprint (17).json (126.3 KB)
@ManishMandot If
If I understand correctly, a router branch always executes and then returns, whether or not the result of the condition is performed?
Looks great, thanks.
Marc
Yes, You are right.
A route is not depended on another route.
All router will run one by one.
I’m pleased I could assist you. Kindly ensure to designate my response as the solution, which will benefit other community members should they encounter a similar issue in the future.
With pleasure, thanks again