
Hi Team,
I want to run python script and my script contains multiple modules.
so how can I pass those module paths in Run Python script action.
give me expression for that.
Thanks in advance.
Hi @Sanket1 ,
As Python in PAD supports only 2.7 and 3.4 version.I would suggest you to use Run Powershell script action to run the python scripts.
Please save the python script as .py file and give that path in the Powerschell script action.
If you still want to use Python script action only use the below syntax " sys.path.append "
(Note:- if you got your solution you can mark as solution and gives kudos)
Thanks & Regards
Vishnu Reddy