I customized a SharePoint list item with Powerapps.
Once published, I noticed that when you double-click on a list item, the item data don't show up immediately in the form fields but only after a few seconds or miliseconds (which means that if you jump from one list item to another, you see the previous item data for a few seconds -> not very nice).
Anyone knows a way to detect when the data for the selected item has indeed been loaded ?
Is there a way to clear all fields in the form every time the form is shown (so it looks empty while it loads the item's data) ?