Skip to content

Commit 2cea4ea

Browse files
Update readme.md
1 parent 50ee822 commit 2cea4ea

File tree

1 file changed

+2
-0
lines changed
  • Flow Actions/Extract JSON Key without Flow Transformation

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
This code will be helpful to those who are looking out to remove HTML tags and convert it to String variable within the Flow Designer. The Replace String transformation function doesn't works well with the HTML variable so to overcome this challenge, we can make use of a Run Script Flow action along with a regex and JavaScript replace method.
12

3+
The function expects the input HTML string to be passed into and we get a string free from HTML tags and whitespaces as an output.

0 commit comments

Comments
 (0)