Hi,
I want to pass 4 arguments in the python script using UiPath
1.input file path
2.output file path
3.mindate
4.maxdate
Can you help me how to use python activities to pass these 4 values while running python script using studio.
Hi,
I want to pass 4 arguments in the python script using UiPath
1.input file path
2.output file path
3.mindate
4.maxdate
Can you help me how to use python activities to pass these 4 values while running python script using studio.
Hi those arguments are in multiple methods not in single method
Then try like this,…for each method you can use separate invoke and pass the name and the related arguments. Assuming all are there in one script use a load script first and scope will take care of having the load script active for the following method…else we can create instances for multiple scripts and pass them for run scripts
Method1:
Method2:
Hope this helps
cheers