Hello,
Documentation on python script action in Power Automate Desktop is very scarce ☹️
I am using a script to process some text but it requires me to import 2 standard modules and keeps giving error saying module not found:
I guess I had to download python 3.4 (even though it is now deprecated) from online somewhere and extract the files onto my machine. After I extracted the files was searching frantically for how to setup PAD so it can recognise the modules in the python directory, saw on some youtube video they set the paths programatically but how can I set the paths manually in the Action window itself. I tried the following but it doesn't work:
How am I meant to set multiple paths, I tried using semicolon and commas to separate them but it still comes up with an error?
Also how can you use standard modules in Run Python script command - everything seems like a struggle?