Hi all
In my sharepoint list I have a column called Work Log Details, the Work Log Details is updated from a Power App. A user submits a comment in the PowerApp and it is added to the top of the Work Log Details in Sharepoint, it appears like this in Sharepoint with the most recent comment at the top.
Edit Comment [Date: October 27, 2022 3:57 PM; User: ######]
Testing
Edit Comment [Date: October 27, 2022 3:56 PM; User: ######]
Testing
Edit Comment [Date: 10/26/2022 4:53 PM; User: ######]
edit 50000
My flow is setup thike this:
Get changes for an item Expression: add(int(triggerOutputs()?['body/{VersionNumber}']),-1)
Condition: Has Column Changed: Work Log Details
The problem is, the Work Log Details appear like this in the email without spaces as per the Sharepoint list and PowerApp. Does anyone know how I can fix please please?
Thank you