Hi
I have a field with a request type and I have a field for an absence quota required which is a Yes/No (check box) and I wish to only display the next field in the form if the user selects "Absence Type" as the request type and "Yes" if Absence Quota Required.
I thought the below would be what is required for this but I get an error. Could someone please help?
DataCardValue3.Selected.Value = "Absence Type" && DataCardValue125.Selected.Value = "Yes"