Create Deployment
UiPath.GSuite.Activities.CreateScriptDeployment
Description
Creates a deployment of an Apps Script project.
Scopes
This activity requires the following scopes:
- https://www.googleapis.com/auth/script.projects AND https://www.googleapis.com/auth/script.deployments
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- ContinueOnError - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
- DisplayName - The display name of the activity. This property supports
Stringvariables and string formatted values.
Input
- Description - The description for this deployment. This property supports
Stringvariables and string formatted values. - ScriptID - The script project's Drive ID. This property supports
Stringvariables and string formatted values. - VersionNumber - The version number on which this deployment is based. This property supports
Stringvariables and string formatted values.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Output
- Deployment ID - The ID of the created deployment, which you can use further in a Run Script activity.