I have "Start and Wait for an Approval" action in my flow where am mentioning my Multiple lines of text SharePoint column in details section. I have used below expression and it doesnt work. The output is \n is replaced with <br> tags everywhere.
replace(items('Apply_to_each')?['Procurement_x0020_Comments'],variables('EnterVariable'),'<br>')
Now when I used the same expression under Send an Email (V2) action it does work pretty well. How can I make it to work in Approval action.