Join Slack
Powered by
Using a Workflow, how to concat a string + new lin...
# suiteflow
e
Edgar Valdes
03/06/2024, 5:30 PM
Using a Workflow, how to concat a string +
new line
+ string? So far, I can concat the strings using this syntax
{custom_field} || {more_text}
But! I need the
more_text
after a new line. Any idea?
j
jen
03/06/2024, 5:52 PM
{custom_field} || CHR(10) || {more_text}
e
Edgar Valdes
03/06/2024, 6:25 PM
Thanks
@jen
4
Views
Open in Slack
Previous
Next