Dear community,
I wanted to use a lookup table to determine to which email address the email should be sent.
It is used in a for each smart value branch and I would like to use the smart value on which I am iterating to determine the email address.
Anyone tried this before?
I seem to have an empty list for
{{tableVar.get("{{varIter}}")}}
Thank you!
Hi @Agnes Bodor -- Welcome to the Atlassian Community!
Once inside a set of double-curly brackets, additional ones are not needed. And, the lookup table's get function does not need quotation marks when using a smart value as a parameter.
Please try this expression:
{{tableVar.get(varIter)}}
Kind regards,
Bill
HI @Agnes Bodor
Welcome to the community.
Whenever you ask for help with an Automation Rule it will help us to help you if you provide:
1. what type of project is this (e.g., company-managed, team-managed, etc.),
2. images that show your complete rule.
3. images showing the details of any relevant actions/conditions/branches.
4. images showing the Audit Log details for the rule execution.
5. Explain where the issue is.
These questions are not for not willing to help, but to have community members understand on how automation works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.