<!-- Hey! The fastest way to find solutions is by using the 🔎 search function at the upper right. If your question hasn't been asked before, please follow the template below. Skip the questions that are not relevant to you. -->
Describe the problem/error/question: Google form completion sends results to GSheet. Trigger for workflow is “GSHeet any update”. There are two columns in the GSheet, Approved and Processed with true/false values. If false/false, send a Slack to a channel for review. If true/false, email form submitter, then make processed == true. I have the “update row” node configured (or at least I thought so) to update the Processed column to TRUE at the end of the workflow. I have the “column to match on” set to the Timestamp variable {{ $(‘Watch for new rows in ‘Contractor Hours Audit’ form responses’).item.json.Timestamp }}, but the column isn’t updating to TRUE
What is the error message (if any)? none, but it does say when I execute the node with pinned data, it says “No output data returned”
Please share your workflow
Share the output returned by the last node
No output data returned
Information on your n8n setup
- n8n version: 2.1.4
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: I didn’t set it up so I don’t know