I am trying to run a process in UiPath Apps, but am not able to pass values for the process to provide results.
Explanation:
-
I will enter a query in the search bar which is binded to an in/out variable which is supposed be accepted into the process.
-
That process will return the relevant result and display it in place of LABEL which is also binded to an in/out variable.
The ProductName will replace the value present in LABEL

Issue:
The query is not getting passed into the process. The process runs, but since it doesn’t receive the input required for the process to run successfully, it doesn’t work work end to end.
Help would be much appreciated, Thanks in advance!