Hi All,
Does anyone know why this is happening.
Set(varParent, {PropertyA:1, PropertyB:2, Children:Table({childName:"Tony", childProperty2:"Red"},......)}).
My Gallery Items is pointed to varParent.Children
But when I update the varParent.Children items, the gallery is still showing the old children items. Despite Collections Preview showing the updated items.
And to clarify, I am not making any changes to the children structure, simply values to the pre existing columns, and number of items.
The Gallery Items only refreshes if I change the gallery Items property and back to the varParent.Children.
It seems like I need a to refresh the gallery or something. This behavior also happens in the published version of the app.
Any ideas? Thank you in advance