Is it possible to trigger a plugin when a dropdown value changes to a specific option? If this is feasible, how to implement it?
For instance, I would like to trigger the plugin when the status is set to 'Contract Executed':
What are the steps that I need to follow to call plugin when a specific dropdown value is set?
This depends on what your plugin is doing. If your plugin will execute every time the dropdown value was change I hope that it's not creating a record.
There are 2 ways (I think) that can solve your problem: