Modern Design → Table Extraction.
When we indicate a ‘Next Page’ element to the Table Extraction wizard, the robot is able to navigate to next pages and collecting the data. We are using the output DataTable and saving the data, at the end of all pages,
Now, my need is to save the data before the robot moves to next page - Is there any way to do this?
If not, is it possible to hook a custom event listener ?
I thought UiPath NExtractData will allow me to add an event handler for Next Page. But it looks like I need to use while loop + element exists logic. Could not get any other solution so far.
The need is that, if the Robot finds the desired data row after it navigates by one / more pages (in the data table), it should stop going further (i.e. Next Page logic should stop).