Hi,
I posted a question earlier, and someone helped me get more information, but their answer pointed me to a resource that I couldn't find the solution in.
The problem is that I want to reference a data card from my form that uses an OptionSetValue data type in order to choose DisplayMode:
If(RequestTypeValue.Selected.Value="Initial Request", DisplayMode.Disabled, DisplayMode.Edit)
But I get an error on the = operator that the values being compared in the formula aren't the same type. As I understand it, I am trying to compare a string to an optionset, which it won't allow.
Does anyone out there know how to reference an OptionSetValue data type later in a form?