5 years ago
#16542
::
Hello,
as you can find in the UI5 Documentation the required flag by the input is just for accessibility purposes and dosn’t affect your application logic.
So you have to check the field within process designer to find out if its filled.
https://openui5.hana.ondemand.com/#/api/sap.m.Input
required
boolean
false
Indicates that user input is required. This property is only needed for accessibility purposes when a single relationship between the field and a label (see aggregation labelFor of sap.m.Label) cannot be established (e.g. one label should label multiple fields).