I am trying to email a list of people who worked on a project. The main page is in one table, and I have an editable grid within that page with the list of people who should be included in the email.
I can join all of those entries, and I can put that into an action result, but then when I try and merge that action result into the email template, it asks for a record ID, however I don't have a record ID as it is coming from an action result. If I put in the active screen record ID, it errors.
So, my question is, do I have this setup correctly, and if not, is there a better way to do this? What is the best way to include a list in an email template.
Thank you for your time!