How can I find update cell in google sheet and return data?

I have a google sheet and I want to know the cells content change every 1 hour.
What can I do?

Hey @Alireza_Ghaffari,

Welcome to the community :tada:

You could use a schedule node to run the workflow, Get the value of the node and save it to static data, a local file, temporary database or somewhere else and check the value to see if it already exists then compare the 2 values and update as needed.

If it is just one cell it could be tricky but if you know the column it might not be that bad to extract, You could also maybe use an app script to call an n8n workflow if the cell changes. I don’t have an example of that but I am sure there is a modified event that can be used to call a webhook with the changed data.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.