When a user selects a gallery item it sometimes takes a little while for the form to populate. Even then, there are situations where the form updates only a small amount of data but it is not apparent that anything changed. What I am attempting to do is show a spinner when the gallery item is selected and hide that spinner when the form full populates. Here is what I have so far.
- I set a context variable to true when a gallery item is selected - (UpdateContext({varShowRetrieveSpinner: true}).
- I set the spinner's Visible property too varShowRetrieveSpinner
- ??? I need to set varShowRetrieveSpinner to false when the record loads into the form.
How do I do this?