based on video from @Reza
i have created nested gallery https://www.youtube.com/watch?v=57ADxeo_13k (from 18mins)
before that my patch is working
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?
This also not working
Quest: QLab.Text,
Answers: Radio1.Selected.Value
try this
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional