We're utilizing the custom adaxes attributes for a few parts in our employee onboarding procedure. Among them is a step where we specify what buildings a user will need access to. The attribute that is storing this info is "adm-CustomAttributeTextMultiValue1".
In our business rule to send out an email after the user gets created, when refencing "adm-CustomAttributeTextMultiValue1" in the email, only the last value will be sent.
Example: "adm-CustomAttributeTextMultiValue1" has the following values;
1
2
3
4
When referencing "adm-CustomAttributeTextMultiValue1" in the email body, it only shows value 4, instead of 1 2 3 4.
How can I get all the values of "adm-CustomAttributeTextMultiValue1" to be sent out in an email?