I want to print the name of whatever column has changed in the layer with the attribute rule in a new column.
Sample;
I have a layer called Stops.
This layer consists of columns a, b, c, d.
I opened a new column named "e" to show the changed column.
When the user changes column a, b, c or d, I want to print the name of that column in column e.
Can u help?