Hello,
I am using integrate > Power Apps > Customize forms.
I would like to insert a multiple select checkboxes using the gallery control.
For checkbox:
OnCheck - Collect(colDataCategory, ThisItem)
OnUncheck - Remove(colDataCategory, ThisItem)
Default - ThisItem.Value in colDataCategory
Category DataCard:
Default - colDataCategory
Update - colDataCategory
FormScreen1:
OnVisible - Clear(colDataCategory); If(SharePointForm1.Mode <> FormMode.New, Collect(colDataCategory, DataCardValue18.Selected.Value))
It seems to be clear the values on new but also on edit. Its not retaining the values.
Thanks in advance!

Report
All responses (
Answers (