
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2020 11:45 PM
Hi,
I need to send email form flow and that email need to take variables from catalog variables. Now we have discovered that if variable(multi line text) contain line brakes (enters) then on email we don't see line brakes
multiline text example is:
test text 1
test text 2
test text 3
on email body I use
"field name: " + fd_data._1__get_catalog_variables.variableName;
on email body i see:
filed name: test text 1test text 2test text 3
any suggestion how to fix that?
Solved! Go to Solution.
- Labels:
-
flow designer
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2021 01:05 PM
if someone had the same issue that I had then only suggested result form support is(add at the end red text):

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2021 01:05 PM
if someone had the same issue that I had then only suggested result form support is(add at the end red text):

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 12:39 PM
How exactly is this supposed to be used? I'm using a data pill

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 10:13 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 08:11 AM
Thank you for your swift response 🙂
Here's more detail about what I'm trying to acheive
Hoping to get some clarity around this too....
Sending Additional Details to external application "Wrike" via an API.
I've tried changing the field to HTML but still didn't work.
Desired result
Actual Result

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-01-2022 09:42 PM
how this additional details is generated?
on flow level?