Make - Run a scenario not working properly

Hi,

I am trying out a usecase which will take a news article summarize it whenever the news link is added on a google sheet and pass it to an approval process (part of first scenario) before posting it on twitter. The approval process includes a google sheet where the user will review the post and give the approval process as ‘Yes’, ‘No’ or ‘Retry’. Based on this selected the second scenario is triggered using Webhook which will publish the post on ‘Yes’ selection. When ‘Retry’ option is selected, it should trigger the first scenario to create the summary again. But the problem I am facing in this scenario is using the Make - Run a scenario, it is not passing the input, and the triggered scenario is running on blank value without giving any output.

Image of Make - run a scenario in the second scenario which triggers the first scenario

Image of First scenario which is trigger with no input

Any idea on how to run this? Thanks in advance!

You cannot use the “Watch Rows” trigger module a second time for the same row.

This is because after the first run, it is no longer a “new row”.

You need another scenario for this with the “Watch Changes” module.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

Thanks @samliew. That makes sense! I will try this out