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!