Patch not working
based on below video
i have created nested gallery https://www.youtube.com/watch?v=57ADxeo_13k (from 18mins)
before that my patch is working good
ForAll(
Gallery1.AllItems,
Patch(
ABC,
Defaults(ABC),
{
Title: partbox.Text,
Date: DatePicker1.SelectedDate,
Quest: QLab.Text,
Answers: Radio1.Selected.Option,
Revision: rev_drp.SelectedText
}
)
)
i creating nested gallery, where i used Gallery2 and another column choices for grouping and inserted Gallery1 in it.
but it is patching only outside the gallery information in Sharepoint and not patching Quest & Answers in SP list and showing blank for those coloumn.
any correction to be made in above code?