Adding Status in End

I have a list of ticket number in excel in first column, I was able to make the RPA for each row and perform the similar activity for all row item. However I would like to add the status “done or OK” on Second column of each row, when line item is processed.

Any help how to do the same?

Hi @sharath.f.kumar,

While using For Each Row activity

use Assign activity row(“Status”)=“OK/Done”

Regards,
Arivu :slight_smile:

not working :(. is it possible for you to check and explain what am i missing.

DB-.xaml (25.6 KB)
Child List.xlsx (9.3 KB)