I’m using your Google Sheet plugin with a Service Account
in a Backend Workflow. The workflow runs without errors
(I can see the access token being generated in the logs),
but nothing gets written to the sheet.
Setup:
- Step 1: Create new database thing
- Step 2: GS - get access token
- Step 3: GS - Append Thing into a Row
- Access token = Result of Step 2
- Sheet shared with service account as Editor
Any idea what could be wrong?
P.S.: Account email & private key are set up correctly in your plugin.
Thanks,
Niklas