I set up a schedule to run every 1 minute, but it's not executing

I’m currently using a paid plan and was creating a scenario that runs at regular intervals, but it doesn’t seem to be working properly. So I created a test scenario with just one module to troubleshoot.

It’s a scenario that adds a row to a Google Spreadsheet every 1 minute. When I run it manually, it works fine, but when I turn the scenario ON, it doesn’t perform any actions at all.

Google Sheets.blueprint.json (17.5 KB)

Welcome to the Make community!

Scenario Ran But No History?

This is likely due to the scenario “Check runs” being hidden from your scenario history. A check run is when a polling trigger module does not detect any new changes from your external service, and does not run subsequent modules.

To show ALL the scenario runs including those that did not find new data, go to the scenario History tab, and toggle the “Hide check runs” to OFF.

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

@samliew