I have customized a SP list using PowerApps. I noticed that every time i submit a new form or open up a previously submitted form it always flashes the first record submitted. I can't seem to understand why that would be the case!
Submit button:
Set(varStatus, "Submitted");
SubmitForm(SharePointForm1)
OnSuccess:
SetFocus(Button2);
ResetForm(Self); RequestHide();
Edit Form Item:
If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),
First([@'Operations Change Checklist']),SharePointIntegration.Selected)

Report
All responses (
Answers (