I have one field on confiform:-
field name:- uid
type(not required): text
this field will be shown based on the selection on a drop down menu. If the selection is permanent, this field will be displayed (this is working fine as per expectation) the name of this dropdown is accesstype
i added another rule definition:-
field to track: accesstype
condition:- accesstype.label:permanent AND uid:[empty]
action to execute:- validation rule
message to display:- UID is required.
However the validation is not working. I followed the similar post that i found and did exact same thing but it is not working