I am trying to find out how to get specific data from pdf files. There are more of them so I need to create a dynamic selector to extract the data from each pdf file. However, the Anchor base and Find element does not work. I can edit selector:
Give a try with PDF activity in Uipath to extract data from PDF. This would be more relaible and better than UI Automation as they are less chance of selector failure there
You can use the regular expression also using the isMatch activity or Match activity for extracting the specific data from the pdf file without using the UI Automation.