Hi All,
I have this Data Card here that essentially pulls information from and external multiselect form, and for various reasons, I can't get the data from the external system to flow through to a multiselect column in the Dataverse, but that is another long story, so ignoring that, I need the Checkboxes to 'Check' based on what is in the Data Card.

I have tried:
If(DataCardValue10.text="Financial",true)
but nothing happens.
Can anyone help?