Email with report triggers without attachments even if 'Omit if no records' option is checked in scheduled jobIssue If we enable the field "Omit if no records" in the scheduled email report, some time report query may result in 0 records and we still see the emails are sent to the users with the empty reports. In Email logs, we can see the attachment name but the emails do not have any attachment. In the node logs, we can see the below exception: 2022-05-10 06:40:03 (771) worker.7 worker.7 txid=61c413bedb5f SEVERE *** ERROR *** Insufficient rights to query records from the table: u_survey_response com.glide.processors.json.TableACLException: Insufficient rights to query records from the table: u_survey_response ReleaseAllCauseAs per the logs, the scheduled email report "Run as" the User does not have privileges to access the "Table: Survey Response [u_survey_response]". So the query itself is not executing to fetch the records and sending an email with no attchment.ResolutionBased on the table in which the report is configured, add the required roles to the scheduled job "run as" a user or else give the admin role to fix the issue.Roles may be different based on the table, enable security debug to find the exact role missing and add the role accordingly.