Hello, I have a Uipath form and I want to call that variable to Python, just as I have another case in which there is a variable in Python that I want to call Uipath.
Hi @Diana_Garcia1 ,
Could you explain a bit more in detail ?
Do you want to use the Output from Python in UiPath and vice-versa? or share values between them ?
i want to share values between them, because i have a dynamic query between Phyton and Uipath and i want the value of form inside a pyhton method
@Diana_Garcia1 , When using Invoke Python
Method, we can pass the values/variables to the Python Method using InputParameters
Property
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.