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:
this is my regex example:
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