Sharepointの複数選択項目は、checboxで表示する時があります。
設定方法を説明します。
設定イメージ
Checkbox
OnCheck Collect(colCheckedRecords,ThisItem)
OnUnCheck Remove(colCheckedRecords,ThisItem)
Default If(Form.Mode<>1,If(CountRows(Filter(Combox.SelectItems,Value=ThisItem.Value))=0,false,true),false)
Text ThisItem.Value
Gallery
Items Choices([@リスト名].item名)
Combox
Defalut Parent.Defalut
Items Choices([@リスト名].item名)
DataCard
Update colCheckedRecords