Hi
I've got a form where the combobox is bringing back yes/no from a choices column in a SharePoint List.
How can I set the default in my canvas App to Yes?
Thanks

Hi
I've got a form where the combobox is bringing back yes/no from a choices column in a SharePoint List.
How can I set the default in my canvas App to Yes?
Thanks
Hi @lee-martin ,
Is the combo in single-select or multi mode? (Any reason it's not just a dropdown, considering you have one of two choice and they're normally mutually exclusive - meaning you generally only select one?)
You can try set the DefaultSelectedItems: property to;
LookUp(Choices([@yourSPOList].yourChoiceColumn), Value="Yes")and see if that helps...
Kind regards,
RT