UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de productividad

Ejecutar script

Runs a Google Apps Script function.

Namespace: UiPath.GSuite.Activities.API

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

Sintaxis

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
)

Parámetros

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.

ValorDeRetorno

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

  • Sintaxis
  • Parámetros
  • ValorDeRetorno

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado