Skip to main content

I am looking for a way to add a carriage return/line break to split two values in an input field in Zapier? I.e.

{{value_001}} carriage return (\r)
{{value_002}}

 

I know it is possible to add a carriage return via Zapier Formatter with h:return:], but I hope there is a way to add this without the Formatter. 

Thanks for help. 

@michael291 

If you’re using HTML, you can use <br>

If you’re using JSON, try \n


@Troy Tessalone Thanks! <br> did work with HTML :-)