Index -1 when indexing a datarow from unfiltered datatable

hello everyone!

I have 2 datatables, 1 is unfiltered and another 1 is filtered using filtered activity.

image

However when I try to find the index of the datarows from the unfiltered table, I get the -1 index.

Anyone else had similar experience before?

@wonderingnoname

Try this:

in_DT.Rows.IndexOf(in_TransactionItem+1).Tostring

Hi @lakshman I am actually using the about code for the logging only. This is my code for the changing of status

The problem is, the framework is only updating the header for all the rows. Example. I run with 3 items on excel, uipath will only update the status for the three on the header.

I’m still getting the error when I use the original datatable. I am using the reframework btw.

@wonderingnoname

Run the workflow in debug mode and tell me what error are you getting exactly ?