Section | ||||||||
---|---|---|---|---|---|---|---|---|
|
Step 1: Obtain an access token
This is a one-time step.
...
Open your web browser and login to your Google Account
...
Go to:
Live Forms Online Cloud customers: https://app.frevvo.com/google/consent
- Live Forms In-house customers: http://<your frevvo server domain name>/google/consent
...
Insert excerpt | ||||
---|---|---|---|---|
|
Step 2: Add the Business Rule
Use a rule to read information from the Google Sheet and populate the employee pick list. Here’s the relevant business rule:
...
- It’s triggered by clicking on the Connect button.
- We setup headers and a query using your access token and spreadsheet key (the long ID in the URL of the Google Sheet).
- Run the query – perform an http.get() and eval the results.
- Parse the results into an array. The array elements are “hagen=Walter Hagen” etc.
- Set the options to the array.
Step 3: Try it yourself
You can try it yourself by clicking this link or clicking on the image.
...