Hi,
I have a multi-line text column in my SharePoint online list that I want to update with workflow type information at each of the workflow action points. The positive actions are listed below but there are also the rejection actions too and there can be multiples of each if the user resubmits their form.
For example the first workflow action would be:
Submitted by User X
The second workflow action would be:
Approved by Manager X
The third workflow action would be:
Approved by Executive X
The fourth workflow action would be:
Approved by CEO X
The column is definitely versioned and when I update the List Item, the Submitted by User X line disappears. I have saved the previous value into a variable and tried appending but I can't figure out how to get the line break in there.
Any help would be appreciated.
Thank You