Google Forms modules
- Topics:
- Workfront Fusion
The Adobe Workfront Fusion Google Forms modules allow you to monitor, select, add, update or delete responses on your Google Forms.
In order to use Google Docs with Adobe Workfront Fusion, it is necessary to have a Google account. If you don’t have a Google account yet, you can create one at the Google Account help page.
For instructions on creating a scenario, see the articles under Create scenarios: article index.
For information about modules, see the articles under Modules: article index.
Access requirements
You must have the following access to use the functionality in this article:
New: Standard
Or
Current: Work or higher
Current: No Workfront Fusion license requirement
Or
Legacy: Workfront Fusion for Work Automation and Integration
New:
- Select or Prime Workfront package: Your organization must purchase Adobe Workfront Fusion.
- Ultimate Workfront package: Workfront Fusion is included.
Or
Current: Your organization must purchase Adobe Workfront Fusion.
For more detail about the information in this table, see Access requirements in documentation.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Prerequisites
To use Google Forms modules, you must have a Google account.
Google Forms API information
The Google Forms connector uses the following:
Creating a Spreadsheet from the Form
To work with your form responses, you must first create the response spreadsheet.
-
Open your form.
-
Go to the Responses tab.
-
Click the Create Spreadsheet icon
-
Select whether you want to create a new spreadsheet or an existing spreadsheet
-
Click Create.
Google Forms modules and their fields
When you configure Google Forms modules, Workfront Fusion displays the fields listed below. Along with these, additional Google Forms fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another.
Triggers
Watch Responses
Watches the form for new responses.
A1:Z1
.Specify how you want the values to be rendered in the output.
-
Formatted value
Values are calculated and formatted in the reply according to the cell's formatting. Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns$1. 23
. -
Unformatted value
Values are calculated, but not formatted in the reply. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns the number1. 23
. -
Formula
Values are not calculated. The reply includes the formulas. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns=A1
.
Actions
Add a Response
This module appends a new response to the bottom of the form’s spreadsheet.
When you are configuring this module, the following fields display.
Enter the desired values to the sheet columns. Columns are available based on the sheet.
For the Timestamp column, use the following value:
formatDate(now;DD/MM/YYYY HH:mm;UTC)
-
Raw
The values that the user enters are not parsed and are stored as-is.
-
User entered
The values are parsed as if the user typed them into the UI. Numbers remain numbers, but strings may be converted to numbers, dates, or other formats following the same rules that are applied when entering text into a cell via the Google Sheets UI.
Specify how existing data is changed when new data is input.
-
Overwrite
The new data overwrites existing data in the areas where it is written. Adding data to the end of the sheet inserts new rows or columns so the data can be written.
-
Insert rows
Rows are inserted for the new data.
Delete a Response
This module deletes a selected response.
Update a Response
This module updates the selected response.
When you are configuring this module, the following fields display.
-
Raw
The values that the user enters are not parsed and are stored as-is.
-
User entered
The values are parsed as if the user typed them into the UI. Numbers remain numbers, but strings may be converted to numbers, dates, or other formats following the same rules that are applied when entering text into a cell via the Google Sheets UI.
Searches
Search Responses
This module returns responses matching the given criteria.
Specify how you want the values to be rendered in the output.
-
Formatted value
Values are calculated and formatted in the reply according to the cell's formatting. Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns$1. 23
. -
Unformatted value
Values are calculated, but not formatted in the reply. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns the number1. 23
. -
Formula
Values are not calculated. The reply includes the formulas. For example, if
A1
is1. 23
andA2
is=A1
and formatted as currency, thenA2
returns=A1
.
Search Responses (Advanced)
This module performs a search using the Google Charts Query Language. This module does not return a row number.
Define the search query using the Google Charts Query Language.
Example: select * where C = "John"
retrieves all values for the row where the C column is "John".