In my gallery I have a ComboBox control that is using a SharePoint list as the data source.
The Items property of the ComboBox is:
Choices('OTS Part Details'.CADRequirements)
I am trying to figure out the correct formula for the DefaultSelectedItem property for the ComboBox and receive the following error:
Incompatible type for comparison. These types can't be compared: table, text
Here is the formula that gives this error.
Filter('OTS Part Details', CADRequirements = "OrCad" Or "Mentor" Or "Altium")
I have tried many variations and cannot determine the correct formula to clear this error.
Hoping someone can help!
Regards,
Jayne