Google Forms Scope
AutomatR.GoogleForms.Activities.GoogleFormsScope
The "Google Forms Scope" activity in AutomatR is part of the Google Forms activities package, providing a scope for executing activities related to the Google Forms service. This activity is essential for authenticating and authorizing access to Google Forms APIs before performing specific actions within the scope.
Properties
Name | Description |
---|---|
Input | |
Refresh Token | Provides authentication details required for accessing Google Forms services. It includes the refresh token obtained during the OAuth authorization process. Clicking on this property enables OAuth authentication with options to approve or reject. |
Misc | |
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 "Google Forms Scope" activity onto the workflow.
- Configure the properties by providing the required authentication details, such as the refresh token obtained during the OAuth authorization process.
- Optionally, configure the delay before starting the activity.
- Inside the scope, place other Google Forms activities that require access to the Google Forms service.
- Execute the workflow to perform actions within the Google Forms service.
Example:
Consider an example where the "Google Forms Scope" activity is used to authenticate and authorize access to Google Forms APIs. Other activities within the scope can then perform actions such as creating forms, getting responses, etc.
Google Forms Scope:
Refresh Token: authDetails
Delay: 2
- Other Google Forms activities go here
In this example, the activity uses the provided authentication details (authDetails
) to authenticate and authorize access to Google Forms APIs. Other Google Forms activities placed inside the scope can perform actions within the Google Forms service.