我需要在商品数据中存储“ x”。EquipmentRequirement.Tariff.0
项目数据是一个具有类型为“设备要求”的集合的集合 设备要求是一个集合,其中包含价目表字段并填充有6行。
我确定没有命名错误,但是每次我在Item Data.Equipment Requirement.Tariff.0中存储内容时,都会出现错误:
内部:无法存储计算结果-字段项目 找不到Data.Equipment Requirement.Tariff.0
答案 0 :(得分:3)
Blue Prism的点符号只能引用集合字段,而不能引用特定的行索引。使用Utility - Collection Manipulation
VBO的Set Collection Field
操作:
Business Object: Utility - Collection Manipulation
Action: Set Collection Field
Inputs:
- Row Index: 0
- Collection: Item Data.Equipment Requirement
- Field Name: Tariff
- Value: "35"
Outputs:
- Updated Collection: Item Data.Equipment Requirement