I wrote a simple regex method in python that I would like to invoke, it receives a text as input and outputs a regex dictionary to UiPath (that is my goal), I’ve tried to use the python activities and I keep getting this error it doesn’t even enter python scope:
can it be by the libraries imported? How does anyone have an idea how can i do it? I simply wrote it in python because i didn’t want to use several matches activities because I have to extract a lot of info. In this case I use a dictionary because (KEY, Value) my key would be an anchor to search in all the pdfs files (they are not structured) and give me the corresponding value. each key(anchor) is unique for all pdfs and I extract everything from them associated with the key
orello @Rodrigo_Silva , In Command prompt, the type where python. The Python path will get and copy-paste paste path in Path Properties and the Working folder should be the path of the script located.
Also, provide the Version details and Library path. Check the Target is x64