newline character in ajo custom action expression editor | Adobe Higher Education
Skip to main content
Pradeep-Jaiswal
Level 5
November 11, 2025
Frage

newline character in ajo custom action expression editor

  • November 11, 2025
  • 2 Antworten
  • 94 Ansichten

how do i add newline character in the ajo custom action expression editor ?

I tried these and it didnt work

\n

"\n"

(\n)

2 Antworten

arpan-garg
Community Advisor
Community Advisor
February 15, 2026

Hi ​@Pradeep-Jaiswal  - Can you give some more context, what exactly you want to do?

Mayank_Gandhi
Adobe Employee
Adobe Employee
February 16, 2026

@Pradeep-Jaiswal In the journey advanced expression editor (used for custom actions), you cannot insert a real newline character inside an expression string. can you share exact ask?

Pradeep-Jaiswal
Level 5
February 16, 2026

I was trying to send a custom message to webhook endpoint for some adhock testing. i can create multiple attribute, one for each line but i was trying to leverage one variable to send all messages in new lines.

 

“this is first line.

And i wanted this message to go in 2nd line in the same field in the webhook”