I am trying to make a field required in LPL form only based on a condition.
The below command is marking the field with red astrick but its not actually requiring for "Submit".
When the user clicks on "Submit" without entering a value, it still goes through.
Please help how to fix it.
visible when (MSSPayExceptionCurrentGradeIsStep)
valid when(actor.initiator)
MSSPayExceptionStepType
label is "EnterNewStepException"
display as required when (MSSPayExceptionCurrentGradeIsStep)
when value changed
refresh MSSPayExceptionStepUp