I want to link make.com scenarios. Where ideally I should have a parent module with multiple child scenarios being called fromthe same parent sceanrio.
Now I am using “Run a scenario module” in make.com app which returns me the execution id as an input. However I want to get the output of the scenario… maybe via webhook response i dont know please guide me.
I want parent sceanrio to run a child scenario and get the output of that in the same parent scenario and then call the next one.
For the child scenario I am using scenario input but i am not having the option to send that scenario input from the parent one.
For instance. If this is the parent scenario:
https://us1.make.com/440726/scenarios/3304680/edit?showCheckRuns=true
And this is the child scenario
https://us1.make.com/440726/scenarios/3276216/edit
I want the repsonse of the child one in the parent scenario. HOW to do that? pls guide .