Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.67k stars 1.57k forks source link

Automation - delete row not triggering #14595

Closed andyburgessmd closed 1 month ago

andyburgessmd commented 1 month ago

Checklist

Hosting

Describe the bug When there is an automation which has Row Deleted as the trigger the automation does not trigger when a row is deleted.

To Reproduce Steps to reproduce the behavior:

  1. Create an app with a internal DB table
  2. Create an interface where you can add and delete from the table
  3. Add an automation with row deleted on that table
  4. Publish the app
  5. Create and delete a row
  6. View automation logs

Expected behavior The automation should trigger and show in the automation logs. It does neither.

linear[bot] commented 1 month ago

BUDI-8653 Automation - delete row not triggering

mikesealey commented 1 month ago

Hi @andyburgessmd I've just tried to recreate this issue and it seems to be working for me. I'd like to take a closer look. Could you please provide us with an app-export?

If your app contains sensitive data, you can duplicate the whole app and strip out of it anything that's not needed to recreate the issue, maybe even populate with some dummy data.

andyburgessmd commented 1 month ago

@mikesealey I have sent the export to your support email address.

mikesealey commented 1 month ago

@andyburgessmd Thanks for providing your app-export. I took this on a call with some of the engineering team, who are currently working on a fix.

andyburgessmd commented 1 month ago

@mikesealey thanks, fixed now :)