Hi Folks,
I am setting up a ticket system. My "tickets" list has several columns including "Description".
Column type for "Description" is "Multiple lines of text", with the option... "Append Changes to Existing Text" so everything will be timestamped.
However, with the option "Append Changes to Existing Text" enabled in this column, only the last added text is sent in a status email (a Microsoft Flow sending an HTML email with all kind of fields). The description is added with the following code to the body of the status email:
<strong>Description :</strong><br> @{body('Get_items')?['Description']}<br> <br>
Is there a possibility to insert all (timestamped) lines?
Solved! Go to Solution.
Hi @RDolfing
MVP John Liu posted about this yesterday
You would have to query all versions of the item to get the append comments information since they are stored in the version history
Hi @RDolfing
MVP John Liu posted about this yesterday
You would have to query all versions of the item to get the append comments information since they are stored in the version history
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
21 | |
18 | |
11 | |
11 | |
8 |
User | Count |
---|---|
31 | |
27 | |
26 | |
20 | |
11 |