Using different data items in a loop

iamharshith

New Member
Hello Everyone!

I wanted to know if there is any way to perform a calculation on different data item while in a loop in Blue prism. For example, I have cal1,cal2, and cal3 as data items and in each iteration, I want to perform an operation on those 3 items. since cal is common can I just put one counter starting from 1 to 3 and access the value in those data items.

Thanks in advance.
 

Sukesh Kumaru

Active Member
Hello,

This won't work (I guess !!), as the loop counter has increased to 4 and continues, it can't find cal4, cal5 and so on...
Since, it won't get updated.
 
Top