Inbound Email Action does not run on the email record with the error - Skipping 'Name_Of_Inbound_Action', a suitable GlideRecord not foundIssue When an email is received, and it is expected that an inbound email action runs - it does not run against the email. The log entry in the email logs has the following message - Skipping 'Name_Of_Inbound_Action', a suitable GlideRecord not foundCauseThis happens when the target table field on the inbound action is blank. The inbound email action is unable to associate any GlideRecord to run the inbound email action against. If there is no target table, the inbound email action will not be able to find current object type. This will lead to the error being shown in the email logs. ResolutionIt is recommended that the target table field of the inbound action record should have a value.Related LinksInbound Email Action Target Table