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:
Desktop (please complete the following information):
Describe the bug
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 exampleparams.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, butparams.values.0.1
disappears when I deploy. The data I sent to my sheet doesn't include the value ofparams.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:Desktop (please complete the following information):
Additional context
Originally reported by a user on Slack.