Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Thanks you this works great
i would also like to change the first letter of this field to be in upper case
this is the formula i have
concat(substring(translate(userName(), "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ"), 1, 1), substring(userName(), 2, string-length(userName()) - 1)) (this formula works fine)
substring-before(userName(), '.')
I would like the first letter to be upper case and if possible put have the first letter of a hypenated name in upper case
ie:
FirstName field= First-Name
LastName field = Last-Name
hope you can help me with this