Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
- It’s triggered by clicking on the Update Google Sheet button.
- We setup headers and an update query using your access token and spreadsheet key (the long ID in the URL of the Google Sheet). In this example, the name of the Google Sheet tab is Locations. Change the wsname= parameter to the name of your Google Sheet tab if you named the tab something different.
- Add updateparams: we’re updating location and extension with new values.
- Run the update – perform an http.put() and eval the results.
Warningtip |
---|
The column name on a Google sheet column names must match Control Names exactly. Keep in mind that Control Names cannot contain spaces, special characters or start with a number.must match the control name. The matching is case-insensitive and any spaces in the column name are ignored. A control named "FirstName" matches a column header "first name." However, references to Google Sheet columns in your rule must be lower case and cannot contain spaces. The correct reference for this example is "firstname." |
Step 3: Try it yourself using the sample form
...