@DBLookup In an Agent

I’d like to run an agent that returns a list from @DBLookup. Multiple entries it finds are being sent concatenated together into 1 string. @Implode/@Explode do not help. Suggestions?

CompletedThisMonth:=@DbLookup(“”:“NoCache”;“”:“”;“MAFS”;“Yes”;3);

@MailSend(Recepient;“”;“”;“Completed This Month”;“”;@Unique(CompletedThisMonth));