Option to "Wait for completion" when calling a scenario, chain scenarios
complete
Gabriel Radic
When calling another scenario, next module doesn't wait for the scenario to complete, it just triggers.
In this example, the module Scenario 3 should run only after Scenario 2 completes.
Log In
V
Vojtěch Pavelka
complete
I’m excited to announce that we’ve just released scenario outputs and synchronous subscenarios.
What’s new?
- You can define scenario outputs in the ‘Scenario inputs and outputs’ panel
- New ‘Return output’ module that allows you to return data from a scenario
- New ‘Call a subscenario’ module with ‘Wait for subscenario output’ settings
- New ‘Start a subscenario’ module for better scenario inputs mapping
Why is it important?
- Synchronous subscenarios: you can break down large and complex scenarios into small and reusable pieces that return data back to the parent scenario
- MCP tools: you can build scenarios that function as MCP tools along with the Make MCP server, allowing you to call Make scenarios from clients like Claude
- AI Agent tools: you can build tools for the Make AI Agent that return structured data to help the agent understand context
V
Vojtěch Pavelka
complete
I’m excited to announce that we’ve just released scenario outputs and synchronous subscenarios.
What’s new?
- You can define scenario outputs in the ‘Scenario inputs and outputs’ panel
- New ‘Return output’ module that allows you to return data from a scenario
- New ‘Call a subscenario’ module with ‘Wait for subscenario output’ settings
- New ‘Start a subscenario’ module for better scenario inputs mapping
Why is it important?
- Synchronous subscenarios: you can break down large and complex scenarios into small and reusable pieces that return data back to the parent scenario
- MCP tools: you can build scenarios that function as MCP tools along with the Make MCP server, allowing you to call Make scenarios from clients like Claude
- AI Agent tools: you can build tools for the Make AI Agent that return structured data to help the agent understand context
Oliver Scheiber
It would be really great to have this!
Luka EDISHERASHVILI
It would be great to call the scenario with parameters like calling a function(a,b) and including a and b in scenario2. This can be also used to wait until scenario2 returns those a and b parameters. Well this is already possible with webhooks/http post, but not for no-webhook scenarios.