Hi Folks,
So I couldn't find a suggestion or solution for this that I can get working. I am able to and know how to hide a datacard based on a selection from another datacard if it was a single options field (the datacards/fields are all from a Sharepoint list). I am however getting stuck with getting it to work based on the selections from another datacard which is a multi-select options field.
Currently the formula I have (which does not work) is as follows for Visible:
("SIJS" in Type_of_Case_DataCard1.SelectedItems.Value), true, false
I'm assuming my syntax is wrong here?