Why Isn't My Google Sheet Updating Despite Successful API Workflow and Authentication?

This topic was automatically generated from Slack. You can find the original thread here.

Hello! :slightly_smiling_face:
New user here, I have created a workflow to get data from an API, format it and put it into a google sheet, I have everything authenticated and get a success message from google sheets, but my sheet itself doesn’t update :thinking_face:

Any help is appreciated!

Hi , could you share the screenshot of your full Google Sheet Action configuration if possible?

Thanks :slightly_smiling_face: attaching now

Thanks , could you share the sample data of your csv_data?

Also, could check the Input tab highlighted in the image below?

Sure - I made a simple test to see if there was an issue with my data format being transformed:
also attaching input tab:

Hi , I think the Row Values prop in your Google Sheet action is incorrect. You’re referring the undefined data.

Based on your Save_StatsDrone_Data step, it should be {{steps.Save_StatsDrone_Data.$return_value.rows_data}} (notice that it should be rows_data , not csv_data)

:100:, thanks that was it!