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:
- Collect the ID, Besoins, Autres Besoins
- Use the collection to check the boxes that have already been selected & populate the text input with the text from "Autres Besoins"
This is proving to be more than difficult. Not sure this is the best way to execute. Please help!

Report
All responses (
Answers (