Best answer

Add carriage returns/line break without using Formatter

  • 9 June 2021
  • 2 replies
  • 3351 views

Userlevel 4
Badge +4

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 [:return:], but I hope there is a way to add this without the Formatter. 

Thanks for help. 

icon

Best answer by Troy Tessalone 9 June 2021, 21:31

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

@michael291 

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

If you’re using JSON, try \n

Userlevel 4
Badge +4

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