- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2021 08:17 AM
I've created a flow that has an action to pull the emails from sys_email table. The Action is working perfectly but when I try to add the information to the Email in the Flow I'm getting the following error:
Has anyone had this and know how to get it to render correctly?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2021 02:15 PM
I figured it out, I put some regex in there to strip out the unwanted HTML code that was causing the problem <head></head><html></html><body></body>.
Works great now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2021 02:15 PM
I figured it out, I put some regex in there to strip out the unwanted HTML code that was causing the problem <head></head><html></html><body></body>.
Works great now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2022 12:21 PM
Hey there, know this is kind of old, but where did you include the regex?
You'd think they'd add some sort of escape HTML on the string...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2022 10:14 AM
Did you add this using the "Replace String" transform function?
If so, what is the regrex and string?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2022 02:20 PM
Can you please explain how you did this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 05:49 AM
Can you please explain where you added regex, its a new flow action and you added before send email action?
I am facing same issue and I added new script action but getting output blank and getting description field blank on email notification.