Check app state error

Hi,

In.a table I have some rows with data. I am checking for a test value by using check app state and indicating test value.

However it is failing when there are multiple rows with same value. If I have only one row with test value, it is finding it okay. Any suggestions please?

Thank you,

@A_Learner

Is it failing? Or its failin to get the right one?

Ideally if there are multiple then idx can be used to get the value idx=‘1’ would give the first

Cheers

Thank you. Getting first one.

You should use the Table Extraction wizard to get the data into a datatable, then look for the test value in the datatable.

Thank you @postwick

I will try doing this.

Reliable solution. Thank you.

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