Why Didn't My Automation Run?
Why Didn't My Automation Run?
Lucenero shows lastTriggeredAt and triggerCount per automation, but it does not include a dedicated execution logs page. Use the checklist below to troubleshoot reliably.
Checklist
- Is the automation enabled? Confirm it's toggled on.
- Did the right trigger happen? Confirm you changed the exact thing the trigger listens for.
- Are conditions too strict? Temporarily remove conditions to test basic triggering.
- Does the action require an integration? For example, Google Sheets actions require the workspace to be connected to Google Sheets in Settings.
- Does the bot have permission? Discord actions require the bot to be installed and able to post in the target channel.
Template issues
Templates only replace variables using {{key}} where key is a simple word from the event context. If your message shows raw tokens like {{task.title}}, replace them with valid keys from the Template Variable picker.