UiPath Documentation
activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Activités de productivité

Run Script

Runs a Google Apps Script function.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntaxe

IDictionary<string, object> RunScript(
	string scriptId,
	string function,
	IEnumerable<object> parameters = null,
	bool devMode = false
)
IDictionary<string, object> RunScript(
	string scriptId,
	string function,
	IEnumerable<object> parameters = null,
	bool devMode = false
)

Paramètres

scriptId String : The deployment ID (or script ID when using dev mode) of the script to run.

function String : The name of the function to run in the given script.

parameters IEnumerable<Object> (Optional) : The parameters to pass to the function. Optional, default value is null.

devMode Boolean (Optional) : If true, runs the script in dev mode using the script ID. Optional, default value is false.

RetournerValeur

IDictionary<String, Object> - The result of the script execution.

  • Syntaxe
  • Paramètres
  • RetournerValeur

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour