nCino (Salesforce) changes giving me fits

There are some changes coming to this app’s interface, and every time they do this it breaks automations - but this time the changes are making it very difficult to fix. I have this section:

I have to select all the Soft Equifax Credit checkboxes and then Run Selected Reports. Then the Status buttons that say OPEN will change to a spinning “in progress” icon, and when the report is complete they change to a final status which I need to record.

I had it all working fine with Table Extraction, but now the selectors have changed and something very strange is happening.

When I redo the Table Extraction it appears to work, but then when I switch to a different customer in nCino something very strange happens. The Table Extraction doesn’t fail, but the data it returns is from the original customer that was on-screen when I did the Table Extraction wizard.

Well I figured it out for anyone else having trouble with SF/nCino. When you view the reports for one customer then switch to the reports for another customer, the page elements from the first customer are somehow still in existence, UiPath can still see them. Refreshing the page solves it, although I still can’t get Table Extraction to work. I’m using Find Children to get the checkboxes and then looping through with dynamic selector for tablerow and tablecol to get the other values.