Passing Arguments In Python Script Using Uipath

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.

@Abhi15

Check below post for your reference

Hope this may help you

Thanks,
Srini

Hi those arguments are in multiple methods not in single method

@Abhi15

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

image
Method1:
image
Method2:
image

Hope this helps

cheers