- 基本情報
- 管理者向け
- RPA ワークフロー プロジェクト
- アプリ プロジェクト
- エージェンティック プロセス
- Maestro Case
- Maestro Flow
- Agents
- Solutions (ソリューション)
- API ワークフロー
- テスト
Studio Web ワークフロー内の変数 (アクティビティの出力データの格納方法や、自動変数生成によるステップ間のデータのフローを可能にする方法など)
An essential part of any automation is moving data from one step in the workflow to another. Variables save the output of one activity and enable you to then use that data as input in other activities later in a project. To make it easier to work with variables, Studio Web automatically generates a variable for every activity output. You can also manually create variables from the Data Manager or from the See more
menu of activity fields. Note that automatically generated variables for activities placed inside a scope activity are only available inside that scope activity.
アクティビティの出力ごとに、出力データのさまざまなプロパティを格納できる特定のデータ型の変数が生成されます。後から別のアクティビティで使用するときは、必要なデータと、アクティビティでサポートされている型に応じて、プロパティ用の変数を選択します。
To use a variable in an activity, select See more
> Use Variable next to an input field or select a field labeled Click to use a variable. You can also add variables inside other editors and builders like the text builder and the rich text composer. The variable selection window displays all the variables and arguments in the project.
- Studio Web でアクティビティの出力に対して自動的に生成される変数は、変数が生成されたアクティビティの下に表示されます。
- You can navigate to the variable property you want to use, or use the search bar to find it. For some variables, the most common properties appear at the top of the list, and you can view all available properties by selecting Show more.
- 変数のプロパティとアクティビティのフィールドでデータ型が異なる場合があるため、すべてのフィールドですべての変数を使用できるわけではありません。
- 各変数の横にあるアイコンは型を示します。たとえば、Tt はテキスト、123 は数値、1.2 は小数点以下ありの数値をそれぞれ表します。
たとえば、Gmail の [メールの受信時] イベントによってトリガーされるオートメーションを構築する場合、トリガー アクティビティの出力 (取得したメール) が自動的に変数として保存されます。この変数には、取得したメールと、メールの個々のプロパティ (送信者、件名、本文、添付ファイルなど) がすべて格納されています。
[メールを転送] アクティビティを追加して取得したメールを自動的に転送する場合は、[メール] 変数を選択して、転送するメールを指定します。
[セルに書き込み] アクティビティを追加して送信者のメール アドレスをスプレッドシートに書き込む場合は、[送信元アドレス] プロパティ変数を選択して、スプレッドシートに書き込む内容を指定します。