As per title, I have a Power App form where one of the data-cards is bound to a SharePoint CHOICE field. However, this is a multi-select field where more than one item can be chosen
From this community, I 've managed to set the default value for a single choice (https://powerusers.microsoft.com/t5/Using-PowerApps/Set-a-default-value-for-a-Sharepoint-Choice-field-mapped-to/m-p/129767/highlight/true#M1151)
{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id:0,
Value:"ChoiceA"}...but I want to be able to set MULTIPLE choices from the start
In other words... all the values are ON and then the user turns OFF the ones they don't want.
TYIA