Troubleshooting SmartSuite automation errors often involves understanding common issues and how to resolve them. This guide outlines typical errors and provides step-by-step solutions.
Plan Availability | All plan types |
Permissions | Administrators, Solution Managers: Manage automations |
Common Errors and Solutions
Input is Missing
Error Description: This error occurs when an action in your automation references a field with a mismatched or deleted value.
Example: The "Appointment Status" field has an error due to a value change (e.g., from "Regular" to "Regular Appointment").
Solution:
Identify the problematic action in your automation.
Update the field value to match the new or correct option.
Save the automation to resolve the issue.
Field is Missing
Error Description: This error occurs when a field used as an output in an action has been deleted.
Solution:
Check the field referenced in the automation.
Replace or remove the deleted field to fix the error.
Email Sending Limit Reached
Error Description: On Trial and Free plans, there is a limit of 100 emails sent from SmartSuite native domains each calendar month.
Solution:
Integrate with your Gmail or Outlook email address to bypass this limit.
Usage Limit Reached
Error Description: This error indicates that your automation limit for the current calendar month has been reached.
Solution:
Wait until the 1st of the next month when usage resets.
Contact SmartSuite support if you believe this limit was reached in error.
Insufficient Authentication Scopes
Error Description: This error is common with Gmail and Outlook triggers. It happens when permissions required for the integration are not fully granted.
Example: Using the Gmail Trigger without granting inbox access.
Solution:
Re-authenticate the integration, ensuring all permission boxes are checked.
Missing Record ID in Inputs
Error Description: This error is caused by an "Update Record" step attempting to update a record that is not the triggering record.
Solution:
Add a "Find Record" step before the "Update Record" action.
Unable to Find Choices
This error occurs when an automation is trying to update or create a record and map a value into a field — but the value doesn’t exist in that field’s list of options. For example, if the automation tries to set the status to “Completed” but your Select List field only contains “Complete,” SmartSuite won’t be able to match it.
Solution:
Check the Select List Field
Go to the field settings for the Select List used in the automation.
Confirm whether the value being passed (e.g., “Completed”) exists in the list of choices.
If it does not exist, add it as a new option.
Check the Automation Source
Review the field mapping in your automation.
Make sure the value being passed in (from another field, lookup, or external system) matches an existing Select List option exactly — including spelling, capitalization, and spacing.
Google Integration Errors
Error Description: Missing permissions in Google integrations (e.g., Google Calendar, Gmail) can cause automations to appear successful but fail to execute properly.
Solution:
Remove the authentication for SmartSuite in your Google Account:
Go to the Security section of your Google Account.
Under Third-party apps with account access, select Manage third-party access.
Choose SmartSuite and click Remove Access.
Re-authenticate with SmartSuite, ensuring all permission boxes are checked during the process.