I have an AQL branch which builds up an object set, then in the branch I have a lookupobjects to get more information.
Works a treat and at the end of the branch when I log all the info I get a list of assets and some counts.
Problem is I can't get that information out of the branch to email. Obviously if I have the email in the branch it fires an email for every result.
I have the variable set at the start of the automation, then the branch kicks off but when I log the variable again at the end it doesn't have the data as it is logging before the branch has actually finished what it is doing.
I can't email it, I can't do anything with it inside the loop.
Any suggestions around this one?