doubtsreadyapi
5 years agoContributor
How to pass arugments in python script from ReadApi
Hi
I am running a python script from readyAPi, where as python script have some arguments, like below, How to pass this arguments to python script from ReadyAPi
env =sys.argv[0] (Must pick the environment depending upon the environment we selected in readyAPi)
id = sys.argv[1]
json_path = sys.argv[2](Must pick the response of the previous request in readyapi)
save_file_path = sys.argv[3](Must pick the file path)
Is there a way we can acheive, Passing the arugments to python script from ReadyAPi?