Hello,
I have a form where I submit the data but I want to track that if someone change the data in table view, it should be tracked in log table where I can see the old value and new value.
Example: User A has submitted his name and number. After that, my team changed the number but I want to keep record that what was the old number and what is the new number.
How is it possible?