Is it possible to send emails when certain fields are changed to a field that accepts users?
So if I have 3 fields out of 10 that I want to notify a list of users when they are changed, can I ? and if so how?
Yes, of course
You can use the onModified event with ConfiForms IFTTT and the hasChanged function
The "Send email" IFTTT accepts a comma separatedlist of usernames or emails as recipients
You can always transform the multi-user fields either to emails or to usernames
[entry.mymultiuserfield.transform(username).asList]
or
[entry.mymultiuserfield.transform(emails).asList]
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.