All,
I'm pretty new to PowerApps and need some help trying to build an app that will allow me to see when a document status was changed and its current status.
I have a SharePoint List that currently contains a contract document. When the contract is being signed, the 'Document Status' get's updated to In Progress. When the contract has been signed by all parties the 'Document Status' get's updated to Completed as shown below.

What I want to do is create a power app that allows me to see the audit trail of when the document status changes and the current status of the document. I.e. If a document is complete, the powerapp should show:
Name Document Status Date
Test Doc To Do 10/11/20
Test Doc In Progress 15/11/20
Test Doc Completed 30/11/20
Does anyone know the best approach to take when creating this. I'm having trouble getting the previous statuses/date to powerapps I can only seem to get the current status across.
Any help is greatly appreciated.
Thanks