Hello,
I am using the 'Find or replace in data table' action to narrow down all the values on a websites drop down menu that match a variable I set in a data table, it appears to be working fine as far as determining how many record matches there are but it keeps displaying 'System.Data.DataRow' for any match after the first one, instead of the index number (row number.)

I am looping through a data table I setup using 'For Each'. MatchP is the current item on my data table the loop is on and [2] is the column the variable is listed in that I need to find all matches in the drop down for.

Any guidance would be amazing.