Title: How to Trigger a Workflow on Delivery Status Change?
Hello everyone,
I’m developing a delivery management application on Bubble and need help implementing a specific feature. My goal is to create a history for each delivery, automatically recording various events (creation, status change, photo addition, invoice sent, and comments added) with the date, time, and responsible user.
I particularly want to trigger a workflow whenever the status of a delivery is changed by any user (courier or client company). This workflow should create a new entry in a dedicated “History” table. My challenge is configuring Bubble to detect and respond only to changes in the delivery’s “status” field.
I’ve looked into the “Do when condition is true” workflow options and tried using “Custom States”, but I’m struggling to precisely configure this status change detection.
Do you have any suggestions or examples of configurations that could meet this need? Are there specific plugins or tricks for monitoring a field change in Bubble’s database and triggering actions accordingly?
Thank you in advance for your help and advice!