See the screenshot below. I intend to schedule 30-day email notices against the data in Jira Assets User objects. In the Branch for AQL condition, the condition passed with one user. If in Send Email action, if TO address is a specific email address. The email is sent well but any dynamic values of AQL smart values are empty. If I put a dynamic value {{Users.Email}} as in the TO address, audit log shows error "email could not be sent. TO address is empty".
How can I loop through all the objects that are filtered in the Branch for AQL condition in Send Email action via AQL smart values?
Thanks much!
Here is what I learned.
1) the syntax should {{object.Email}}, instead of {{user.Email}} in the branch.
2) attribute name is case-sensitive in reference
3) lookupObjects is needed if an Assets object is needed to pass.
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.