Good day,
I have a a gallery where a user selects an item. The OnSelect property of the button then Navigates to a form screen where some of the data in the form is prepopulated form the previous screen.
The user completes one entry and then the data is patched to sharepoint: Patch(CSNonMovingParts, LookUp(CSNonMovingParts, Title=DataCardValue28.Text), {SVO: DataCardValue1.Text, 'Requested by': User().Email, 'Requested on': Now(), Status: "Requested"})
However, I am adding the user name and the date the form was submitted to sharepoint. What I'd like to see is that the form is refreshed and that the two fields REQUESTED BY and REQUESTED ON now contain data and that the field STATUS now say REQUESTED and not AVAILABLE .

U have tried everything I could find that was suggested including setting the OnSuccess property of the edit form to REFRESH(SHAREPOINTLIST NAME) but it doesn't work.
Any ideas?