I'm running into a strange issue with automations and email delivery, and I'm hoping someone can clarify how to fix this.
Setup:
- I have a Smartsheet form with:
- A required “Your Email” field (Contact column)
- Several hidden Contact List fields populated automatically
- Automations use “Send to contacts in a cell”
- Submitted workflow
- Trigger: When a row is added (form is filled out)
- Action: Send update request to “Your Email" and two of the hidden contact fields
- Approval workflow
- Trigger: When rows are added or changed (when "Approver" changes to any value, so when the DataMesh configuration runs to populate Approver/Admin contacts based on another column after form is filled out)
- Action: Send approval request to "Approver" and all three hidden contact fields
What's happening:
- When I test the process using my own email (for submitter, approver, and admin)
- I receive all emails (submitter, approver, admin notifications) as expected.
- Other hidden contact fields listed in the same automation do not receive anything
- When a different user (who is one also of the hidden contacts) submits the form and is also assigned as approver/admin:
- Their email correctly populates in “Your Email”, "Admin", and "Approver"
- However, no one receives emails in the automations, though they seem to run normally
All contacts are contact columns, and are all in the same organization, so it shouldn't be an issue of Smartsheet emails being blocked. My Automation Permissions are also set to Unrestricted.
I initially wondered if this could be related to duplicate recipients or suppression when the same person fills multiple roles during testing, but that doesn’t seem to fully explain why other contacts in the workflow aren’t receiving emails either.
Any ideas on how to ensure consistent email delivery are appreciated, thanks!