I am trying to use a form to auto creat a Zoho project, which is working. However, I am trying to insert multiple Zoho form fields onto a single multi line field in projects.
When I map multiple form fields I would like a carriage return/break/line feed/etc. in between each form field, but cannot find the syntax that will work.
Zoho projects allows me to hit “enter”, so I know it is possible. I just need the flow to tell projects to insert the break.
Syntax used with no luck: <br>, \n, \r, <br/>
Thank you anyone who can help!