Hi All,
I have a simple new form capture that feeds into a SharePoint list.
A few of the drop downs in the form have secondary hidden datacards based on the dropdown choice.
I have on in particular whereby this is the formula:
If(DataCardValue11.Selected.Value = "Choice 1" Or DataCardValue12.Selected.Value = "Choice 2",true,false)
This works fine for an "either/or" selection.
HOWEVER, the DataCardValues for each are multi-select. So If choose "Choice 1" & "Choice 3", my hidden datacard is not showing.
Any help on a work around to get this fixed?
Thanks DW