Flow Designer - Transform Function - Replace string not working on HTML field type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 12:43 PM
Hi,
I am working on a payload for an API call and need to add an exit character before every ' (apostrophe).
I'm using flow designer and successfully used the "replace string" transform function for string fields but now am working on doing the same thing for a HTML field.
so for an example.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022 12:49 PM
Hi
please share the configuration of the transform function.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2022 09:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 02:55 PM
Did you ever figure this out? I want to do something similar, only remove all HTML tags.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2025 01:22 PM
Hi Ben! Is this still a goal of yours? I'm betting that the issue may be that you're trying to perform a Regex on an HTML field. So you would likely need to store the contents in a variable before transforming them.