Log Dropdown Status Changes

I want to log the changes from my dropdown.

There are 10 statuses in my dropdown. I would like to create a “thing” in my database where I have “status from” and “status to”. This means when my dropdown changes from X to Y it must be logged in my database.

How do I do it the easiest?

Tried with database triggers, but it throws something in my database EVERY time the other fields in the project are changed. :frowning:

Did you add filters on your trigger? Probably something like when before dropdown field value is not now dropdown field value

Hmm… I think i have tried alot :slight_smile: Can you show me what you mean?