I’m using the Google Sheets node with the Update Row operation, but it doesn’t return any output data. After the update runs, the next nodes don’t get any items unless I enable “Always Output Data” or add a follow-up read. Is this expected behavior?
Yes with “always output data” turned on. But the node has it turned off as you can see in the image. The others therefore too, only that in the other workflow it produces output that is passed back into the loop. I have checked for all things you recommended but the rate limit. How do I do that?
No, that’s not the expected behavior. After the node successfully updates the row, you should get an output item with the columns and values without enabling “Always Output Data” option,
You can test this yourself with any new workflow and test sheet.
So, there’s probably something with your workflow. If you’d like to share it, that would help figure out where the issue is..