I have a flow that takes a csv file imported from our Cath Lab system and converts the data into a requisition using RQ10. If there are any errors during the line add transaction there is a message builder that saves all the line errors into a variable <!rq10_line_errors> which is emailed to several people at the end of the flow. With PFI the email body showed each line with line breaks.
Requisition was not released. Errors found.
Error Messages: ----------------------------
Requisition Number 809289
Item 10309: Item is inactive at item location M315A
Item 11919: Item is inactive at item location M315A
Item 12008: Item is inactive at item location M315A
Item 12261: Item is inactive at item location M315A
Item 12460: Item is inactive at item location M315A
Item 14653: Item is inactive at item location M315A
Item 14673: Item is inactive at item location M315A
Item 14869: 0 decimal item; Cannot convert qty cleanly to any buy UOM
But now with IPA all the lines just run one after the other with no line breaks. Which is difficult to read.
Requisition was not released. Errors found. Error Messages: ---------------------------- Requisition Number 809289 Item 10309: Item is inactive at item location M315A Item 11919: Item is inactive at item location M315A Item 12008: Item is inactive at item location M315A Item 12261: Item is inactive at item location M315A Item 12460: Item is inactive at item location M315A Item 14653: Item is inactive at item location M315A Item 14673: Item is inactive at item location M315A Item 14869: 0 decimal item; Cannot convert qty cleanly to any buy UOM
I've tried checking the HTML content box on the email node. I've tried adding <br> to the end of the line in the message builder hoping it would read html but just ended up with Item 12008: Item is inactive at item location M315A<br> Item 12261: Item is inactive at item location M315A<br>