For ManualTrigger Automate, this workflow reads data from Google Sheets every 5 minutes, checks if new entries exist, and processes them accordingly. It marks rows as processed to prevent duplication, ensuring efficient data management and timely updates.
This workflow automates the process of checking for new entries in a Google Sheet and marking them as processed. It eliminates the need for manual tracking, reduces errors, and saves time by running every 5 minutes or on manual execution.
sheetId
parameter in the 'Read sheet' and 'Mark Row as processed' nodes to connect to a different Google Sheet.interval
parameter in the 'Run every 5 minutes' node to set a different frequency for automated checks.