Hi,
I have gallery created from DB as collection.
One column in galery I set as "Text Input" and set value from collection to Default = ThisItem.Qty;
But when I change value in this field I see that on screen is new value, but in a collection is the same old value. I don't know why this walue won't change 😞
When I check collection, in Qty fields are the same old values 555 in first row and 666 in second row. But should change to 454 and 345. When I set in OnChange property: Notify(ThisItem.Qty); I see also old value.

Any ideas?