PipedreamHQ / roadmap

Pipedream is an integration platform for developers. Have a feature request or bug to report? Add it here.
https://pipedream.com
30 stars 5 forks source link

[BUG] Google Spreadsheet Append Action: adding values for multiple cells in params.values.0 fails #66

Closed dylburger closed 4 years ago

dylburger commented 5 years ago

Describe the bug

Screen Shot 2019-10-25 at 09 04 16

The Google Sheets Append action allows me to enter values of specific cells I'd like to add to a row in params.values.N.N, for example params.values.0.0, params.values.0.1, etc. These specific values would correspond to cells A1 and B1 in the sheet.

Adding params.values.0.0 in the params form works fine, but params.values.0.1 disappears when I deploy. The data I sent to my sheet doesn't include the value of params.values.0.1.

Screenshots

After adding and deploying params.values.0.1, I actually see multiple eye icons next to it, indicating to me that there might be multiple fields saved:

Screen Shot 2019-10-25 at 09 07 59

Desktop (please complete the following information):

Additional context

Originally reported by a user on Slack.

dylburger commented 4 years ago

This was fixed.