How to ignore case sensitivity in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 07:00 PM
Hi all,
My requirement is as follows,
I have a set of 10 keywords.( eg, Password)
I have to check if any of the keywords is present in my interaction's short description and if so i've to create an incident.
This has to be done in flow designer and this must be case insensitive.
Could you please help me with inputs?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 07:43 PM
Hi @Swetham
the easiest way is leveraging a toLowerCase() transform function in your data pills for both short description and keyword
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I've done at least one or two courses for flow designer and this is first time I've seen this. Thank you, you solved my problem!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 08:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 10:13 PM
Hello Swetham,
As per your requirement, you can add a data pill after trigger that represents interactions short description. It will capture the short description
Then you can create a loop element of flow where in it will iterate through your list of keywords.
Create a list variables that contains 10 keywords, This list will serve as source of keywords,
Inside the loop add a condition where in it will check the case sensitivity of the short description
Add condition where in if the keyword is found create an incident by adding an action
Exit the loop to avoid the iteration
End the flow and save and test
Please mark my answer as helpful, if it helped you in finding solution
Thanks,
Priyanka
