Add Title And Description
AutomatR.GoogleForms.Activities.AddTitleAndDescription
The "Add Title And Description" activity in AutomatR is part of the Google Forms activities package, allowing automation processes to add a title and description to a Google Form. This activity enhances the form creation process by providing a title and an optional description to make the form more informative.
Properties
Name | Description |
---|---|
Input | |
FormID | Enter the Form ID to which the title and description should be added. String variables containing the Form ID. This field is required. |
Title | Provide the title for the Google Form. String variables containing the title of the form. This field is required. |
Description | Provide an optional description for the Google Form. String variables containing the description of the form. |
Location | Specify the location or position where the title and description should be added in the form. Integer variables containing the location index. |
Miscellaneous | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before starting the activity. Useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Add Title And Description" activity onto the workflow.
- Configure the properties by specifying the Form ID, form title, description, and other optional settings.
- Optionally, configure the delay before starting the activity.
- Execute the workflow to add a title and description to the specified Google Form.
Example:
Consider an example where the "Add Title And Description" activity is used to add a title "Employee Feedback Form" and a description "Please provide your feedback on the recent training sessions" to a Google Form with a Form ID of "xyz789":
Add Title And Description:
FormID: "xyz789"
Title: "Employee Feedback Form"
Description: "Please provide your feedback on the recent training sessions"
Location: 1
In this example, the activity adds a title and an optional description to the Google Form with the specified Form ID, title, description, and location. This enhances the form's clarity and provides additional context for form respondents.