How to update values in datatable as and when the process creates outputs


Screenshot (236)

As you can see in the screenshot no 2, I have added 2 values, after the process goes ahead I want to add Ticket Status value and other things.

Which activity should I use for this? and pls tell how that activity has to be used.

Thanks a ton!!

@anushka.prasad

If the status of the last row is to be updated then use assign activity with out_ExcelDataTable.Rows(out_ExcelDataTable.Count-1) = "Status value"

cheers

Hi,

How about using UpdateRowItem activity as the following?

Regards,