Forum Discussion
JamesTrory
7 years agoQrew Assistant Captain
Thanks, can this be explain a little more? I don't quite follow how this works. How is this preventing the user and time stamp from being added to the log field?
- GilbertSpigelm27 years agoQrew CadetYou will not be using a log field in the child table. You can track as many changes as you want. Create the child table and join it to the table you want to track. So if Related Job is a text field, make it a text field in the child table.
Create an automation that whenever Related Job is changed, add a child record with the new value. To start the child table, export all current values from the parent table and import it to the child table. This creates the first log of all current values. Then future changes are logged via the automation.