Hi everyone,
I’m currently facing a challenge with a complex requirement related to email generation using a cloud rule, and I’m hoping someone here might have encountered a similar issue or can suggest a workaround.
Scenario:
We’re generating email addresses based on a transformed mailNickname. The mailNickname is being created correctly in the desired format, e.g.:
mailNickname = firstname.prefix-lastname
However, when we attempt to use this value in our cloud rule for generating the email address, it seems like the logic doesn’t fully evaluate the entire mailNickname. Instead of using the complete value, the generated email ends up in a different format, like:
firstname.lastname@example.com
It appears that the rule is not waiting for the full transformation of mailNickname before applying the email generation logic. We’ve tried multiple approaches, but none have produced the expected result so far.
Example : firstname.prefix-lastname
MailNickName :aquatest.aan-de-user
Prefix : aan-de
Email : aquatest.user@demotest.com
What We Need:
Ideally, we want the email address to be generated in the same format as the final mailNickname, e.g.:
firstname.prefix-lastname@example.com
Has anyone dealt with a similar issue or found a workaround to ensure the cloud rule uses the fully evaluated mailNickname?
Any suggestions, tips, or examples would be greatly appreciated!
Thanks in advance!