Anchor Base Selectors not working for pdf

@Vikas1681 Since you are working with pdfs, I would suggest u to read the pdf and use regex to extract the desired data, like how i’ve done in the workflow above. You can use https://regex101.com/ website to build your regex.
Also refer
#FeatureBlog - 19.10 - Using regular expression (Regex) in the selector attributes
Regex tutorial — A quick cheatsheet by examples | by Jonny Fox | Factory Mind | Medium

1 Like