Issues adding newlines to a concat() for a multline entry

1. What is the problem? Be very detailed.
I am trying to add newlines within the concat() of the calculation column of an XLSForm with a note/multiline type row but they are not showing up within Collect. Does anyone know what I'm doing wrong/missing?

2. What app or server are you using and on what device and operating system? Include version numbers.
ODK Central v1.3.3
ODK Collect v2022.1

3. What you have you tried to fix the problem?
I have tried the following 3 combinations as well as variants of these:

  • concat("ODK feedback for this call...

","Next text or variable.")

  • concat("ODK feedback for this call...","\n","\n","Next text or variable.")

  • concat("ODK feedback for this call...","

","Next Text or variable.")

4. What steps can we take to reproduce the problem?
A single line of type 'note', appearance 'multiline' and calculation: 'concat("A","\n","\n","B")'

5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.
Above tests result in below: Ideally, they would be on an entirely new line.