Create New Spreadsheet Help Needed

ichilddev

Member
Dear Support

We are trying to create the following file format in Google Sheet.


When we use the Create a Spreadsheet vis Google Sheet, kindly advise how we should structure the JSON for the Row Values? We can share the Workflow if required.

JSON Format.jpg


Appreciate!
 
P

Pabblymember11

Guest
Hey @ichilddev

Kindly pass the Row Labels in the following manner and then try again.

{"userEnteredValue": { "stringValue": "yourText1" }}, {"userEnteredValue": { "stringValue": "yourText2" }}

1690525842557.png


1690525871309.png
 
Top