Hey everyone - I have an automation that searches Xero for invoices and sends emails to the Xero user with the invoice attached.
Currently if the same user has multiple invoices, they’ll receive multiple different emails. However, instead I’m attempting to attach multiple invoices to the same email if that user has multiple invoices. I’ve used the aggregator to send an email with multiple attachments, but not sure how to do this for each user we have in Xero. Do i need to also iterate before the aggregator? Appreciate any support, thanks!
[Edit] - have since changed the source of the aggregator to ‘Search for Contacts’ xero module at the start of the scenario with the same result - sends one email with one attachment.