Communication between Uipath Form and Phyton script

hi, can somebody help me.

i have a form in uipath that makes a query (the user writes the query) and a phyton runs the process, but i can’t connect them.


1 Like

Hey @Diana_Garcia

What connection you are trying to make here please ?

Thanks
#nK

Hi Nithinkrishna,
I would like to send to call a uipath variable to Phython, since the string text that goes inside the Form will be called in a Phyton variable that will process said query for a database

1 Like

Hey @Diana_Garcia

So basically you want to send a UiPath variable to the Python script, is that correct?

Thanks
#nK

Yes, is that correct

Hi @Diana_Garcia ,

Could you Check the Below Post :

We could pass the values to the Python Method using the InputParameters Property in Invoke Python Method Activity.

Let us know what you want to achieve in a bit more detail if the above doesn’t help.

Hello, I have not been able to find the solution since when invoking the method I have to do it after the script but the text string has to be called before the script

Hey @Diana_Garcia

When you say text string you are talking about the json string right ?

Thanks
#nK