Hi there,
I have a form that has a dropdown in a datacard which contains a Yes/No choice option.
I have another datacard that I only want visible if the dropdown choice = yes
I'm using the following formula but am getting a "incompatible type for comparison" error.
If(DataCardValue24_1.Selected.Value="Yes",true,false)
Any help would be much appreciated.