
Announcements
Please help. I am trying to fill saved data in a dynamic display gallery.
I am trying to compare above two collection and update item only when found using below code:
ForAll(colSavedFormTemplate As colTempFR,
UpdateIf(colFormTemplate,
Title = colTempFR.Title,
{Data: colTempFR.Data,
Notes: colTempFR.Notes}
)
);
complete code snapshot and collection post updateif
Basically forAll is skipping first record in gallery, it does have saved value as yes