Skip to main content

Create Script Project

UiPath.GSuite.Activities.CreateScriptProject

Description

Creates a new, empty script project with no script files and a base manifest file.

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 String variables and string formatted values.

Input

  • ParentID - The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created.
  • Title - The name of the new script project. This property supports String variables 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

  • ScriptID - The ID of the new project. You can use this variable as an input property value in other Google Workspace activities.