I want to send emails displaying the user names of a multi-select user field in confiForms.
I think I use exactly the (very simple) way explained on
How to reference a multi-select user values in IFTTT macro body
Yet, when f.e. I enter three users the message I receive is
$u.username $u.username $u.username
See storage format below.
It is a bit tricky, but the value is not a user field, but a custom class instance. Anyway, this way you can access it's value
#foreach ($u in $usrLst) $u.value #end
Alex
So one should not use the syntax in the documentation (link above)?
Nevertheless, thanks a lot, it serves perfectly for me (want to simplify my work by generating a powershell script to add users to AD-groups...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.