Hello fellow Makers,
I’m working on a scenario that allows my clients to receive to through email a customized business proposal according to the info they entered to a web form. The trigger that activates my scenario is adding a new row (a new form response) to a Google Sheets. This scenario is running every 15 minutes. The goal of this scenario is so that the customer receives its proposal as soon as possible. The issue that is going on is that even if there are no new rows added, the scenario keeps running every 15 minutes. That’s affecting my number of operations. I don’t want to increase the frequency of running the scenario since I don’t know when my clients will send a new response to the form.
How can I strictly limit the trigger of this scenario when new rows are added without changing the scheduling to an increased time?