The above is used to access the value coming out of the process but not to send in
If you need to send in a value…say textfield1…then in the process trigger…in the input arguments add screen.textfield1…or something like this which accesses the field and gives to input argument
I am entering cityname in a textbox on UiPath app and this city name will be used in the process extract values and display them on the created UiPath App!
Please check the screenshot of the app and other parameters:
In the text box to the left of the search button, I am entering “London”, then this value is supposed to be passed to the process value as “in_CityName” as mentioned in the 2nd screenshot!
I can used the Legacy approach for of value binding, but i wanna learn with VB version. Can you help me out?
Command? Where to enter the command? and what steps to follow?
But, when I am running the process, why does it say process completed but it keeps loading forever?? Is there another setting that’s needed to be configured?