Compare two datatables and find row index of matching data

Hello @b.forbes
You can get the Current row index by getting output from index properties as an Integer variable type. Based on current row, we can get the index in loop.

2 Likes