Validation Functions in UI Modeler is not Reading Special Characters

How to parse special characters:

Overview: 

You're trying to create a Validation Function and are trying to use special characters as an identification value, but it's not showing an output.

 

Problem:

Input:

Screenshot_2021-08-19_at_5.36.20_PM.png

Output:

Screenshot_2021-08-19_at_6.05.35_PM.png

Solution:

  • regexp(attributes.website.value, '*@*')

  • contains(attributes.website.value, '*@*')

The Validation Message should output data found.

 

References: 

https://reltio.zendesk.com/agent/tickets/68486

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.