Are the record's previous values available in the "when record is updated" trigger? I'd like to be able to compare the previous values with the current values and act accordingly. Does this require a code step instead?
Are the record's previous values available in the "when record is updated" trigger?
Best answer by kuovonne
No, the previous values are not available in an automation. This is also true of Airtable scripting. Only current values are available.
One workaround is to use a second editable field in conjunction with the automation to store the "previous value". Set the initial field of this "previous value" field with the current value. When the field is updated, the automation reads the "previous value" field to see what the previous value is, and then the automation copies the current value to the "previous value" field. The "previous value" field and the original field will have the same value, except in the few seconds between when the original field changes and when the automation copies over the value. Because this system does not work well if you need to watch several fields, and it doesn't work well with frequent updates, and it requires more fields, I rarely find it worth implementing.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
