Hey everyone,
I'm running into an issue while creating Active Directory (AD) user accounts using Microsoft Power Automate. The problem is that the User Principal Name (UPN) field only accepts standard English characters (no Š, Đ, Č, Ć, Ž, etc.). This is causing problems because I need to generate UPNs based on users' names, which often include these Croatian characters.
Has anyone found a good workaround for this? I'm looking for a way to either:
- Translate: Automatically translate Croatian characters into their English equivalents (e.g., "Š" to "S", "Đ" to "Dj") before creating the UPN.
- Alternative UPN Format: Find a way to structure the UPN that doesn't rely solely on the user's name but still uniquely identifies them.
Any suggestions, code snippets, or examples of how you've solved this would be greatly appreciated!

Thanks in advance!