Nested Collections in Blue prism

RsBhargav

Member
Hi Prakash,

It would be easy for us to understand, if you provide more details about your use case like your input and expected output.


Thanks,
Rs
 

Sachin_Kharmale

Active Member
For reading Data from Nested Collection use
Collection1.collection2.FieldName1

and for assigning value to nested collection use following syntax in calculation stage

Collection1.collection2.FieldName1 = Value

I hope it will help you !
 
Top