- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 09:46 AM
Hi Team,
I am trying to replace
the special characters should be replaced with their equivalent:
ä ---> a
ë ---> e
ï ---> i
ö ---> o
ü ---> u
ÿ ---> y
I am trying like below in business rule
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 09:52 AM
@Community Alums Please refer to this thread https://www.servicenow.com/community/now-platform-articles/remove-accents-and-special-characters-from-a-name-for-the/ta-p/2321586 . The solution suggested here works perfectly fine with accent characters.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 09:52 AM
@Community Alums Please refer to this thread https://www.servicenow.com/community/now-platform-articles/remove-accents-and-special-characters-from-a-name-for-the/ta-p/2321586 . The solution suggested here works perfectly fine with accent characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 04:44 AM
Hi
I have solved above problem like below code
ä ---> ae
ë ---> e
ï ---> i
ö ---> oe
ü ---> ue
ÿ ---> y
ß --> ss
please help me how to translation of the umlauts like above.
Thanks & Regards,
bandi