Adding a Row Status to a Excel DB

Hi Team,

i have a DB that i read from excel… i have changed REFramework to read data from datarows to queue… now once every row has been read and executed i feel to update status in a “Status” column of DB, in Set Transaction status i want to add the status… how would i do that…

Hi @devasaiprasad_K ,
First you need to follow the steps as bellow:

  1. Add a data column called status. You can use Add Data Column Activity.
  2. Go to the SetTransactionStatus workflow and update the status column.

Cheers!

could you pls share the syntax for the same for adding a status into row data variable or anything similar to it.

Hi @devasaiprasad_K ,
Try the following steps as follow:

  1. Create a sequence called Update Status
  2. Into this sequence include the following activities:

Hope it helps you!

thanks for the syntax

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