...
...
Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Queries to a Google sheet can include query parameters or parameters that are part of the path in the URL or a combination of both.
Note for On Premise Customers
On Premise customers need to also specify the server and port where their Google Connector is hosted. The query url's below will start with '<YourServer:Port>/google/spreadsheets/. . . '.
Queries using the Spreadsheet key
...
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."
|
...