Fibery AI Build Mode cannot introspect automations if one is broken

Issue:
Using Fibery AI build mode, asking for info about automations gives an error output with the indication that likely one of the buttons or rules has missing field references.

Desired behavior:
Skip the broken buttons/rules and still allow access /continue giving info of all non-broken automations (ideally with reference to broken automations that could not be accessed)

Example error response that i got:

===

It was not possible to display the automations (buttons or rules) for either Connections/Contact or Connections/Connection due to system errors caused by missing fields referenced in automations.

What happened?

  • Both displayButtons and displayRules failed for these databases with errors like:

    “Field … was not found in Connections/Contact”
    “Field … was not found in Connections/Message”

  • This usually means there are broken automations (buttons or rules) that reference fields which have been deleted or renamed in your schema. This is a known issue in Fibery and can prevent automation introspection.

What you can do:

  • Go to the Automations section in the Fibery UI for Connections/Contact and Connections/Connection.

  • Check for any rules or buttons that are marked as broken or reference missing fields. These will usually be highlighted or have errors in the UI.

  • Repair or delete the broken automations. Once all automations reference only valid fields, introspection tools (and automation execution) will work again.

Summary:
There are broken automations in your Connections/Contact and Connections/Connection databases. You will need to review and repair or remove these in the Fibery UI before automation details can be displayed or reliably executed.

If you need step-by-step help to find and fix these automations, let me know!

===