Hi!
I'm trying to have the data from the below "Read data" show up on a custom email. The issue is that there are multiple values stored in "TrainedTopics" how do I get them all to end up in the email?


I'm trying to have the data from the below "Read data" show up on a custom email. The issue is that there are multiple values stored in "TrainedTopics" how do I get them all to end up in the email?


[read_data36] => Array ( [log] => Array ( [0] => SELECT `Data36`.`ID` AS `Data36.ID`, `Data36`.`subject` AS `Data36.subject`, `Data36`.`Notes_For_Trainer` AS `Data36.Notes_For_Trainer`, `Data36`.`Instruction_Resource_1` AS `Data36.Instruction_Resource_1`, `Data36`.`Instruction_Resource_2` AS `Data36.Instruction_Resource_2` FROM `tbltrainedtopics` AS `Data36` WHERE `Data36`.`ID` IN ('2', '3') LIMIT 100; ) [var] => Array ( [0] => Array ( [Data36] => Array ( [ID] => 2 [subject] => MRI - Navigate the Calendar [Notes_For_Trainer] => difference between navigating and advancing [Instruction_Resource_1] => http://trainkamson.com/index.php?option=com_content&view=article&id=20 [Instruction_Resource_2] => ) ) [1] => Array ( [Data36] => Array ( [ID] => 3 [subject] => MRI - Adding a Guest Card [Notes_For_Trainer] => [Instruction_Resource_1] => http://trainkamson.com/index.php?option=com_content&view=article&id=20 [Instruction_Resource_2] => ) ) ) )