Hello,
I am using the out-of-the-box workflow that takes a Planner's tasks and sends a recap email listing the tasks and its notes. The notes don't have the line breaks. I understand that I need to integrate something like that somewhere but I'm not quite sure how and where to add it.
replace(outputs('Get_task_details')?['body/description'],decodeUriComponent('%0A'),'<br />')
Thank you
Hi @hdemmanuel
You can try this:
replace(outputs('Get_task_details')?['body/description'],decodeUriComponent('%0A'),'</br>')
Best Regards,
Levi
Thank you for the quick reply @v-liwei-msft
That being said, I found this line of code already, I am mostly looking to know where I should have this line integrated.
User | Count |
---|---|
95 | |
39 | |
25 | |
22 | |
16 |
User | Count |
---|---|
129 | |
51 | |
48 | |
35 | |
24 |