function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Itayb34Itayb34 

Spacing on Output between rows

I've added an output field to my flow, and I want to have some spaces between lines. for example, my text appears like this:

 

Hello

 
An Opportunity will be created
Name:
Close Date:
Stage:
 
Please click this link:
 

When I run the flow, I see this:

Hello

An Opportunity will be created
Name:
Close Date:
Stage:
Please click this link:
 

How can I fix that?
 
Thanks!
 
Itay
 
RajaramRajaram
Put the link in a separate display text and you will get the additional space. At run-time the engine strips <P> or <BR>