Use a Google Sheet as a simple queue. New rows are picked up every five minutes, handled one time, and stamped with the current time. This is helpful for teams that track leads, tasks, or orders in a shared spreadsheet.
Two triggers control the run. A schedule checks the sheet every five minutes, and a manual run lets you test on demand. The flow reads the sheet, checks if the Processed field is empty, and moves only fresh rows forward. A work step does your action, while a Set step adds the current time. The update step writes that timestamp back to the sheet using the ID column, which stops the same row from being handled twice and creates a clear record of what happened.
Set up an ID and Processed column in your sheet before you start. Connect your Google account in n8n and map the fields as shown. Expect faster turnaround, fewer mistakes, and easy reporting because every processed row carries a timestamp. Common uses include lead intake, simple ticket queues, and content tasks that start in a spreadsheet.