Can a scenario be linked with others, and activate them?

Hi, I have created an scenario where It watch a sheet and update a Database Item in Notion. The scenario works great, the problem is that I have multiple sheets and Make only can see one page from a sheet. I can have multiple scenarios with the same mechanic, but is possible to have one make scenario that is connected to the other scenarios and activate them as the same time?

Hi Francesco, the make app can do exactly that - run any scenario - but it is not available on the free plan. A way to work around that would be to have every scenario start with a webhook and then use a http module where you call the webhook urls.

Good luck!
John

Thanks for your response! I will try do that