Hi all,
I wanted to ask if there is a way how to display information about a specific SharePoint field changes in a custom SharePoint form as a label.
I have a choice field in SP called Status with the following options:
Send for approval
Approved by IT
Approved by CTO
Rejected
Processed by Finance
Is there a way how to track changes in this field which would look like this:
20.11.2021: Send for approval by XY
21.11.2021: Approved by IT by XY
22.11.2021: Approved by CTO by XY
23.11.2021: Processed by Finance by XY
where the date is when this change happened and XY is the name of who set that particular Status value.
You would need to add another field and save the additional text to that field each time the status changes. There is nothing built in that will generate that kind of audit trail for you.