Hi All,
I want to customize Decision Element, I want to add equals ignore case check in the drop down list. Currently in the drop down list we have only equals check, I want to enhance it to equals ignore case. Had anyone did this type of customization before or else can anyone suggest me how to achieve this.
Thanks in Advance!!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I don't believe you can customize the gui Decision Editor.
But, you could create an action element to convert strings to Upper or
Lower case. Then use the Studio element to compare them.
Or you could write your own configurable Decision Editor where you pass
it 2 strings, and it compares them (ignoring case) and has 2 exit states
- true or false.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.