Announcements
it is common for records to get changed via an editform in power apps. Is there a way to dive into the versioning of a sharepoint list item and display previous answers to see what has changed?
@colbyturybury
You can place a View form along side of your edit form with the same datasource and Item property. This will show the data that you are working with and it won't change until you save the Edit form.
I am more thinking of a popup that shows the previous 3-5 answers that are stored in the version history on sharepoint. Likely the the popup would contain a gallery with previous answers.
Sure, you could have a popup screen with a datatable and the Items property would be
FirstN(Sort(splist, ID, Descending), 5). You could select the columns you wanted to show in the datatable.
This shows the previous answers of a single question stored on sharepoint?
A datatable with the Items property FirstN(Sort(splist, ID, Descending), 5) would show the last 5 answers
My apologies. I meant an edit form not a detail form.
I am getting an error.
I have placed the data table in the data card of the Title column.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 393 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 278 Most Valuable Professional