Hi Gurus,
I have a small query for script element in flow studio.
IF ConStatus = ‘CREATED’ THEN
SET NEXTSTEP = 'Meeting created';
set NEXTSTEP = NEXTSTEP & 'Then agendas need to be attached';
…
Now I’ll show NEXTSTEP in user prompt but want to put a new line after ‘Meeting created’ line then to show next line.
How to achieve this?
BR,
Bhaskar