I have Data table in a web page, each row of the data table has nested data table inside it and it has multiple tabs. I want to extract the complete data . Can someone let me know on how to extract this data.
I am attaching files for reference
Is there an option to search with single id and then to do the extraction??
If yes, first you can get the table data using table extraction. Then loop through that datable and search with each id. Then you can extract the required data.
I tried to find the ways long days back, as i remember for that kind of use case i didn’t get the solution yet. I am also waiting, I got some other usecase meanwhile, i got enaged in that.
Thank you so much for the quick reply. I have already tried with extract data table, but this was not working at all as it could not find a pattern. I guess the best option is to do as raji said and let UiPath click each consecutive item and extract data this way.
Hi @lukoe , Yeah we have to check the selector and set the counter for that row where we expand the row. then we have to extract the data. I will also check in my available time, if you got the solution for this scenario at earliest, please let me know as well.