Hello,
I have a gallery that we use a barcode scanner to pull a single item from a gallery, then a button to patch to that order to increase by 1. I am having issues now as it scales where the Gallery does not update. I have a separate button where it refreshes the datasource (SQL server view), but my button that fills then refreshes the data source and clearcollects the collection is not updating!
here is my button code:
Patch('[dbo].[CPCOrderFinal]',First(Filter('[dbo].[CPCView]',ID=GalleryOrders.Selected.ID)),{Filled: DataCardValue4 + 1, User:User().FullName, date:Now()});Refresh('[dbo].[CPCOrderFinal]');ClearCollect(colorders,Filter('[dbo].[CPCView]',Gallery3.Selected.ShipID=ShipID));Reset(BarcodeScan)
Anyone have any ideas how I can correct this issue? Very urgent.
Thanks