I have a sharepoint list and I would like to always show the last item entered next to my userform in my app.
It is basically a note that tells the user the last data entry into the list, so they are aware if they need to look up the previous record somewhere else
I can get a gallery or table to sort it, but I do not know how to only show 1 record, which is the last one entered. Right now my gallery and tables are showing multiple rows. I only want the last row to display. I do not need to use a table or gallery for this if there is a better idea.
Any ideas? Thanks!