This topic was automatically generated from Slack. You can find the original thread here.
Hello!
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
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)