iterate inner table(table in table) in openspan/pega robotics
I have a requirement, wherein I have a table with column name Email. Email cell can have multiple emails or one email or none etc.. along with checkbox to select it. I have created a dom table for Email cell and iterating it in second forloop to check the matching emails, but problem is even if the first forloop moves on to second row, second forloop still iterates only Email cell of the first row, it is not in sync with the first forloop.