Skip to main content
Best answer

Add carriage returns/line break without using Formatter

  • June 9, 2021
  • 2 replies
  • 3987 views

michael291
Forum|alt.badge.img+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. 

Best answer by Troy Tessalone

@michael291 

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

If you’re using JSON, try \n

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

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • June 9, 2021

@michael291 

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

If you’re using JSON, try \n


michael291
Forum|alt.badge.img+4
  • Author
  • Builder
  • June 9, 2021

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