Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Step 3: Create your Google Sheet
Create a Google Sheet Sheet containing the customer address details. Make sure the column header names match the Name property of each control The column name on a sheet must match the control name. The matching is case-insensitive and any spaces in the column name is ignored. When you reference the column name in the rule, use only lower case and no spaces.
Control Name | Column Header | Column Header in Rule |
---|---|---|
CustomerName | customer name | customername |
FullAddress | full address | fulladdress |
Street | street | street |
City | city | city |
ZipCode | zip code | zipcode |
Copy the Spreadsheet key to use in the Business Rule
...
The rule reads the number in the nextid column of the spreadsheet and populates the Checknum field in the form when the form loads. It then adds 1 and updates the nextid column in the spreadsheet. The Checknum field for the next user to load the form is populated with the incremented value.