How to terminate a process if there a data change in a specific Column of a datatable

I have a excel which looks like this :
image

Now On everyday basis I receive a excel file like the above one What I want to is terminate the process if either of the two rows of the status column contain the status as inactive

For eg : I want to terminate my program if the excel is as below :

image

OR

image

In all i just want to terminate my program if the status column contains the word Inactive and I want to also state the row number which contains the word Inactive

HI @Ishan_Shelke ,
You can check data at row if match “Inactive” end workflow
Regards,
LNV

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