Hi Everyone,
Teaching myself powerapps and want to create a simple add new user request. The app is connected to SharePoint Online List.
I have a home screen with a button to start the new user request and below it is a form viewer that I want to be not visible on start but when the request is submitted shows the latest list entry which should be the one the user just entered.
On the FormViewer Item field I have - Last(Sort('New Users',ID,Ascending)). This gives me the latest user created but it carries over to the next time the app is started.
Any advice would be appreciated.
FormViewer