UiPath Documentation
activities
latest
false
Productivity activities

Run Script

Run Script activity that runs a function in a Google AppsScript project in Google Workspace.

UiPath.GSuite.Activities.RunScript

Description​

Runs a function in a Google AppsScript project. The script project must be deployed for use with the Apps Script API and the calling application must share the same Cloud Platform project.

Scopes​

This activity requires any one of the following scopes:

Project compatibility​

Windows - Legacy | Windows

Configuration​

Properties panel​

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​
  • Function - The name of the function to execute in the given script. The name does not include parentheses or parameters. It can reference a function in an included library such as Library.libFunction1. This property supports String variables and string formatted values.
  • Parameters - The parameters to be passed to the function being executed. The object type for each parameter should match the expected enter Apps Script. Parameters cannot be Apps Script-specific object types (such as Document or Calendar), they can only be primitive types such as string, number, array, object, or boolean.
  • Development ID - The ID of the deployment to be executed. This property supports String variables and string formatted values.
  • Development mode - Select if you want to run a script in development mode, instead of production mode. Boolean value, default: False. If you enable this field, the Development ID is automatically replaced by the Script ID parameter.
  • Script ID - The script project's Drive ID. 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​
  • ReturnValue - The function's return value.
  • Description​
  • Scopes​
  • Project compatibility​
  • Configuration​
  • Properties panel​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated