
Hello, I am having trouple figuring out how I can make it so that my POWERAPPSBUTTON.Run("text") outputs text that is on multiple lines. So when I have the flow send a message with the data in teams it comes out as
Name: Bob
Hair: Brown
Eyes: Blue
Rather then
Name: Bob Hair: Brown Eyes: Blue
Anyone know how I might do this?
HI @Ubertortle
Are you using HTML or plain text ?
If HTML then add <br/> at the end of each line or enclose line in <p> </p>.
For Text you want to add <CR><LF> at the end of each line or add their hexedecimal equivalent.
REgards
Nigel