I am using Text box Input control in UiPath apps, the value binding option is missing.
I have verified some solution in one query they suggested to use the expression editor, I didn’t found it.
Suggest me the process steps for it. If there is any expression to write let me know.
I have strucked here on passing the arguments into the UiPath apps, I cannot find the Value binding option. If there is any other approach, then give me a suggestion.
A Quick check on this, when selected the Legacy version or Expression, we do get the same properties as mentioned by @Anil_G and when selected the VB version we do not have the Value binding option or is a different property (not so clear or did not find the same).
Value Binding has been removed from the latest release of VB Apps; it is no longer available. Therefore, you should utilize the App variable to transmit and retain data instead.
Hey Arvind, I’m trying to setup a form before someone can access a website. Users will only be allowed if they have the correct secret code. I can’t seem to build the If Else function right and suspect it has something to do with app variables. Could you help advise me on what I should do?
Hey Arvind, I changed to use legacy expression language and now the value binding field popped up! All good, managed to input the variable in there and it works. Thanks again!