Google Sheet Trigger every Day without changes

Google Sheet Trigger -> Every Day

The idea is:

At the Moment there is a Google Sheet Trigger only if something has changed in the Excel Sheet. I can put a time Tigger (Every Day at 10 am) but it only triggers, if there were changes in the Sheet. We need a Trigger that isn’t linked to any changes. It should just trigger every time at a specific time.

My use case:

We have an automation from HubSpot to the list. Which saves, which invoices we have to write at which date. Our n8n Workflow goes through the list and looks for the Deals with invoice Date Today. Than we bring the information into our invoice tool.

I think it would be beneficial to add this because:

First of all, i think it’s quite easy to implement. But second of all it makes n8n way more flexibel in the connection with google Sheets.

Any resources to support this?

Are you willing to work on this?

Yes

Hi,
you can simply use an Schedule Trigger (daily at x AM/PM) and then a Google Sheets (Read) node.

1 Like