Multiple Python Invoke Methods

Hey!

I have figured out how to Input Data from UiPath into a Python Script, but till now only for one Method.

But my Script needs multiple inputs in different Methods.

Does anybody knows how i can Input Data in different Methods trough UiPath?

image

It isnt Working like this

@Beere_Plays

Use invoke script and call each script separately when
Needed and pass the values for that script alone

I beleive you wont be running all the functions in one go

Cheers

Hey Anil!

But can i do it like this:

@Beere_Plays

Yes this works…you can pass all the arguments in same order as a list…in the prameters field

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.