MY auto email automation is suddenly not working. Nothing modified on my end?

I have an automation that sends an email out all of a sudden stopped working. I havent changed anything in the app at all. The automation emails with a filter condition of:

[New to list] = “New” from table “Open Dispatch Ticket Table”

As you can see it sends the email out every hour at 5 min after.

1 Like

Hi @tigerindustrial If nothing was changed in the automation, the issue is usually that the filter no longer matches any rows.

Check that new rows are still being added and that [New to list] = “New” exactly (no extra spaces or value changes). Also confirm the column type was not modified and that the automation is still enabled.

Review the Monitor/Audit logs to see whether the event is triggering. In most cases, the bot is running but no rows meet the filter condition anymore.