Question

Process Designer - Task Question line breaks

  • 9 February 2024
  • 1 reply
  • 32 views

Badge +2

Hi all, 

We (rightly or potentially wrongly) ask multiple questions in the “question” field on tasks in some of our processes , has anyone found a way to force a line break for the detail? 

Just reading all the questions in one long sentence looks rubbish! 

Thanks in advance :-) 


1 reply

Userlevel 3
Badge +8

Hi There, 

 

Yes you can use <br> when its contained between “ “ to generate a line break. EG 

“Hello<BR>world” will show as 

Hello

world

 

So when used with custom fields it can look something like this: 

“Hi there, please complete action for “+ $new.parentEvent.affectedUser.name + “.<br>They are a new starter” would show as

Hi there, please complete action for Kevin Morum.

They are a new starter

 

I hope this helps 

Kevin 

Reply