Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Google Sheet - Upsert action show error Cannot read property 'updatedData' of undefined #4881

Closed
vunguyenhung opened this issue Dec 5, 2022 · 3 comments
Assignees
Labels
bug Something isn't working prioritized Prioritized issue triaged For maintainers: This issue has been triaged by a Pipedream employee

Comments

@vunguyenhung
Copy link
Collaborator

Describe the bug
I create a new Workflow and add the Google Sheet - Upsert action. Upon executing the action, the workflow failed with error Cannot read property 'updatedData' of undefined
To Reproduce
Steps to reproduce the behavior:

  1. Create a new Google Sheet spreadsheet, add sample data as below

image

  1. On Pipedream, create a new Workflow, then add a Google Sheet - Upsert action
  2. Connect with the created Google Sheet, add sample data. Then execute the action and observe the error

image

Expected behavior
The action should be executed successfully

Additional context
First reported by a customer here: https://pipedream-users.slack.com/archives/CPTJYRY5A/p1670199077151129

@vunguyenhung vunguyenhung added bug Something isn't working prioritized Prioritized issue labels Dec 5, 2022
@dylburger dylburger added the triaged For maintainers: This issue has been triaged by a Pipedream employee label Dec 5, 2022
@alysonturing alysonturing self-assigned this Dec 5, 2022
@alysonturing
Copy link
Contributor

Hello @vunguyenhung I wasn't able to reproduce the error, followed the same steps:
image

@alysonturing alysonturing moved this from Prioritized to Doing in Component (Source and Action) Backlog Dec 5, 2022
@Rsslone
Copy link

Rsslone commented Dec 5, 2022

I was the original reporter of this bug on slack, and something has changed, I rebuilt the step it exactly the way I did before and its completing as expected. He was able to reproduce my issue as well.

I think something was changed with how the array builder copies a path, before it would construct it as
{{steps.node.$return_value[0].id}}
now its
{{steps.Get_Discord_Connections.$return_value[0].id}}

@vunguyenhung
Copy link
Collaborator Author

Hello @alysonturing @Rsslone, I have just tested the action again and it works now
image

I suspect that this is because Google Sheet APIs previous change that caused the error on Pipedream side. Now the issue is fixed because they might have been rolled back the change.

@Rsslone I assume the action is ok for your usage right now! Kindly let me know if you need more help! I'll close this ticket!

Thank you!

Component (Source and Action) Backlog automation moved this from Doing to Done Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prioritized Prioritized issue triaged For maintainers: This issue has been triaged by a Pipedream employee
Development

No branches or pull requests

4 participants