I am trying to make the input field mandatory for the user to put the values in UiPath App.
Did anyone had done this before please share your approach.
There are quite a few methods in the UiPath Apps that we can use for this case : IsBlank being one of it.
The Variable Text was created and binded with the Text Box Area Control.
Using the Disabled Property of the Button to Make the Button disable based on whether there is some value in the Text Area or Not can be done easily using the above method.
Before Entering Text :
After Entering Text :
There are quite other few ways as well by using Rules on Events of the Button or of the Text Area.