I have a python code which has two input variables with two different data type. How can I match these two variable in UiPath?

![]()
![]()
Here are the details of variables.
You can use Invoke Python Method activity two times and Get Python object also two times for the Type Argument
I don’t really understand how it works as I have two input parameters in a python function.
E.g
def function(name, choices = ):
Can you share your whole python code
![]()
I can share the input parameters but I cannot share the whole script here.