Hi All, I have created an alert that looks for instances with no proper tags . The search in alert will return instance name and instance owner. On scheduled time, email notification is gett...
See more...
Hi All, I have created an alert that looks for instances with no proper tags . The search in alert will return instance name and instance owner. On scheduled time, email notification is getting sent to all owners with the csv file attached. I am using action.email.to=$result.email_address$ (dynamic email address returned from search). Through this, the email notification is getting sent successfully to all users in $result.email_address$ but is getting sent separately. I want all of the users to be in to field , so that one email will be sent. Please let me know how we are achieving this ? Regards, PNV