Hi All,
I am using a collection as a source for a gallery set up similar to an excel table. All the controls in the gallery are read only labels and only a a few have text formatting around the ThisItem value (like dates or $ etc) and 2 or 3 are lookups to other small collections.
I have input fields to the side which show the selected gallery items data as defaults and allow the user to modify them and click a save button to change that row. I do this via an UpdateIF on the collection based on the ID of the selected row. This updateif is very fast if I've filtered the gallery down to 1 row. BUT if I have the ~800 rows in, it can take up to 14 seconds to regain control of my gallery.
Is there a way to update that one row in the collection and have it update visibly in the gallery without this kind of delay? It is making the app unacceptable by end users.
Thanks for any advice.
@WarrenBelz you are the MVP I'm hoping might see this 🙂