Run after from Last execution claim

Hi Friends,
I am using RE and process few claims nos. 1 claim run successfully but in 2nd claim, there is system exception and application closed, so my bot extract pending cases from web and append in existing excel so I want to run my bot from 3rd claim. I think some logic should write in get transactional state.
See in screenshot and please help.

The image shows an Excel spreadsheet with columns labeled "Claim," "Service," "Status," and "Remarks," listing various services such as AC, Housekeeping, and Electric along with their respective statuses and remarks. (Captioned by AI)

@Jeeru_venkat_Rao,

Add Filter Datatable activity in Get Transaction Data in first run sequence to skip Status non empty rows.

Thanks,
Ashok :slight_smile:

In process state- we can use string.nullOrWhitespace.transactionItem(Exception)

It will start reading from empty rows only.

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