In REFramework I want to loop through a process

In the above the image, I want to loop through the Process. Im working on Reframework, the below sheet is the sheet Im working on. So I want to read only last two rows which have double entries.

What condition should I should I use and in which activity should I use those conditions.


w

Hi @Bhushan_Nagaonkar

Use if condition (check the transactionItem(from service type to description any one mandatory field) consists of any value or not) then use multiple assign activity store all the values in a string variables else assign doctype and spid to variables. After that use type into activities to fill the data into the application outside the if condition.

Let me know if I understand the question correctly.

Regards,
@supriya117

1 Like

Sorry for late reply, I have used for each for this method. I know this method and this works too.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.