In for each loop I want to run only those transaction whose status is Blank

In For each loop I want to run only those transactions whose status Column is Blank,
in each end of the transaction status is updated (i.e. Done/Error message )

How we can achieve that ?

1 Like

@Ajinya_jorwekar

hi

use for each row in datatable

provide if activity

use condition as Current(“Status”)=“”

then make what ever you want to place in it

below place another if activity in that then part

use Condition which you want to make

Then assign currentrow(“ColumnName”)=“Error”

Else assign currentrow(“ColumnName”)=“Done”

cheers

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