I have a daily report that sends an email to ServiceNow. From that email it attaches the report to a ticket. This works great, however if there are 10 people on the report the ticket has all 10 names. Is there a way to have Via loop through the result and send an individual email for each line item on the report? For example if there are 10 records, it should send 10 emails and ideally you'd see 10 report results for that day.
As far as I know, not possible with out of the box configuration.
Consider the following:
I know, not ideal, not scalable and hard to maitain.