...
...
Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Here is an example of a query using the key to identify the Google sheet. Note the worksheet name and query string are passed as query parameters:
The query=<query string> parameter is where you specify which rows to match based on the data in your spreadsheet.
Warning |
---|
Variables in rules must be unique. Having duplicate variables in the same rule will cause the rule to fail but you may not get an error message.e |
Queries using the Spreadsheet and Worksheet Name
...
The image shows a query that reads from a Google sheet named Google Connector Address Sheet and a worksheet (tab) named Sheet1.
Warning | ||||||
---|---|---|---|---|---|---|
The column name on a Google sheet 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."
|
...