I have a question. I have a table that contains groups of people with their email addresses. I want to use this table in the recipients field when creating an alert to notify users via email. For this, I want to know if I can use $result.fieldname$ to call that table in the 'to' field when configuring the recipients.
Yup, you can do this. However I recommend making sure that your field is a string containing a comma-separated list of email addresses.
Yup, you can do this. However I recommend making sure that your field is a string containing a comma-separated list of email addresses.