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!!
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!!
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