
Announcements
Hello,
I am feeding a gallery from a sharepoint list. There is a gallery.selected displaying the information from the same data source for the user.
set(varModifDemande, true)
;
Collect(colModifDemande,
{
ID: ThisItem.ID,
Besoins: ThisItem.Besoins,
'Autre Besoins':ThisItem.'Autres besoins'
}
)
I want the user to be able to be able to modify the "Besoins" (Choice Column) and the "Autres Besoins" in a popup.
then onselect will patch the modifications to the record in the SP List.
My logic:
This is proving to be more than difficult. Not sure this is the best way to execute. Please help!
Hi @Ajax_MTL ,
Based on your description, I have made a simple test for your reference.
This is SharePoint list for test:
This my app:
I put check box in a gallery. Data source of the galley is a collection that contain all choices.
Set default property of check box as follows.
Best regards,