I currently have an automated Flow that has been created for a O365 Sharepoint list that is giving inconsistent results. The flow is setup to trigger upon a new or modified Sharepoint item and then look at a condition for a field to see if it is not Null. The flow is to then take the entry from a Multiline appended field and copy the entry to a different Multiline field that is not set to append. This is being used for the purposes of capturing all of the history in a hidden field so the list can be exported with all entries when needed, as well as so that we can easily see the details in some Views within Sharepoint.
The results that I am receiving are inconsistent in that sometimes it puts the Date, Name of the person who entered and the text. Then sometimes it only puts the entry of the text.
On top of this, I have some instances where the Flow is "skipped" and nothing happens. I havent been able to find any guidance on what causes a Flow to skip.
Anyone have some thoughts? Below is an example of the results and my Flow.