- 发行说明
- 入门指南
- 面向 Administrator
- RPA 工作流项目
- 应用程序项目
- 智能体流程
- 智能体
- 解决方案 - 预览
- 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. Please note that automatically generated variables for activities placed inside a scope activity are only available inside that scope activity.
每个活动输出都会生成特定数据类型的变量,其中可能包含输出数据的各种属性。然后,当您在另一个活动中使用它时,您可以根据所需的数据和该活动支持的类型为属性选择变量。

- Studio Web 为活动输出自动生成的变量会显示在生成它们的活动下。
- 您可以导航到要使用的变量属性,或使用搜索栏进行查找。 对于某些变量,最常见的属性会显示在列表顶部,您可以通过单击“显示更多”查看所有可用属性。
- 由于变量属性和活动字段可以具有不同的数据类型,因此并非所有变量都可以在所有字段中使用。
- 每个变量旁边的图标表示类型,例如 Tt 表示文本,123 表示数字,1.2 表示带小数的数字。
如果添加写入单元格活动以在电子表格中写入发件人的电子邮件地址,则选择发件人地址属性变量以指示要在电子表格中写入的内容。