Flow Designer - String contains does not work for HTML type column i.e Description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2022 10:57 PM
Hi All,
I am trying to find out that when a call is created does the Description of Call contains words starting with 'INC' or 'REQ'. I tried to use Contains but somehow it does not identify anything containing INC or REQ.
Please let me know anything can be done.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2022 08:32 AM
can you validate that they are records containing those conditions? maybe look at the list or run a fix script to bring back the records and validate, it contains "INC"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2022 01:13 AM
I tried to validate the same with a column of datatype string. the script runs perfectly, does not run for HTML data type column
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 02:20 PM
You could use a script step to check the contents of the description field and return a true/false back to the flow.