Hi,
I have a table in microsoft excel which generates a string in the output table in A15 cell, this piece of string contains a new line character ie char(10).

Now I have created a flow which reads this table and post it on one of my channel on teams, the problem is that the the new line character is totally getting discarded in the process and the entire string comes as one line in the messege, Is there any fix to this issue.
I have added my flow below

This is how I get the Output using flow:
but this is what I really want:
I looked at the output of the test run but everything looks fine in here and I am unable to pin down the issue

Any suggestion or help guys..