The intent is to have the results of several filters used in several tables in one email report.
While the Lookup issues are able to pull up the tickets fine, I'm stumped at how to store the full results of each lookup, and then retrieve them to use in the email.
When running the automation, I end up with the error:
Advanced branching - Can't branch rule as no conditions/actions have been configured for it. Either delete Branch or add some components for the branch.
Currently I have the automation set up like this:
https://ibb.co/JRzpqN1C
The main tree starts with a daily "schedule", followed by the first "Then: Lookup Issues". Then a branch is set containing a "For each: Smart Value" and ends there. The main branch repeats another "Then: Lookup Issues", followed by a branch with "For each: Smart Value".
The main tree ends with a Then: Send Email
In the first "For each: Smart Value", I have the following configured:
Smart value: {{lookupIssues.key}}{{lookupIssues.summary}}{{lookupIssues.created}}{{lookupIssues.status.name}}{{lookupIssues.customfield_10098}}
Variable name: currentlyopentickets
I've tried creating a branch that uses "Branch rule / related issues" Type: Current issue.
Followed by a "Then: Create Variable" as well
When saving, The "For: Current Issue" displays an error:
This component may be incompatible One of the following needs to be produced earlier in the rule by the trigger or with a 'for each' branch for this component to work: Issue
Is this the correct way to store results and how do I use branches to accommodate multiple Lookup issues?
Thank you.