Hello,
I have a power app thats connected to a SharePoint list. When I add a new item to the power app, the item will not appear on the app but will be on the SharePoint list. It worked fine before and all of sudden it started doing this. Is there a fix for this? Please help. Thank you!
If you are using a form, create a variable on the OnSuccess of the form:
Set(varLastitem,Form1.LastSubmit)
Then on the Item property of the form1 put:
varLastitem
if you want it on a Gallery, on the Default of the Gallery:
varLastitem
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.