I'm trying to set up a monthly email notification to assignees of assets. Monthly, I'd like to compile a table of all assets assigned to a specific assignee and that specific assignee would receive an email that includes a table of all their assigned assets. My configuration sends individual emails (per asset) instead of one email with all assets assigned to a specific assignee. I'm using lookupObjects and lookupIssues but both generate individual emails. Is this not supported in Data Center?
|| Name || Status || Manufacturer || Model || Serial Number || Asset Tag || Assigned To||
{{#lookupObjects}}
|{{Name}}|{{Status}}|{{Manufacturer}}|{{Model}}|{{Serial Number}}|{{Asset Tag}}|{{Assigned to}} |
{{/}}