UiPath Documentation
activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

生産性を高めるアクティビティ

スクリプトを実行

Runs a Google Apps Script function.

Namespace: UiPath.GSuite.Activities.API

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

構文

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
)

パラメーター

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.

戻り値

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

  • 構文
  • パラメーター
  • 戻り値

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得