Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I need to store "x" in Item Data.Equipment Requirement.Tariff.0

Item Data is a collection which has a field of type collection "Equipment Requirement" Equipment Requirement is a collection which has a field Tariff and filled with 6 rows.

I am sure that there is no naming errors, but each time i store something in Item Data.Equipment Requirement.Tariff.0 i got and error:

Internal : Could not store calculation result - Field Item Data.Equipment Requirement.Tariff.0 not found

enter image description hereenter image description here

1 Answer

0 votes
by (9.5k points)

as i can tell you , Blue Prism's dot notation only has the capability to refer to collection fields, not specific row indices.

I suggest you to use the Utility - Collection Manipulation VBO's Set Collection Field Action:

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

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...