handlers.sync_field_values
Copies a value from one field to another field on the same fact sheet whenever it's updated.
Example: Copy the value of category
into the field architectureFsCategory
:
"fields": [
["category", "architectureFsCategory"]
]
description =
"Copies a value from one field to another field on the same fact sheet whenever it's updated."