How can I display an Icon on another screen when a certain field is empty in a gallery, then when the field gets completed, the icon disappears. Would a global variable be the best option?
Eg. a user creates a record and fills out the Start Odometer but not the End Odometer. On the home screen of the app, the user is reminded they have an incomplete entry as a icon is displayed.
I have managed to get an icon visible by using 'If(IsBlank(Label21_1), true, false)' in the visible properties of the icon and where Label21_1 is the end odo field in my gallery, however the icon does not show straight away, until I hard close and re-open the app, and still then its a bit hit and miss.

Thanks