Quote:
Originally Posted by Terisa de morgan
So, essentially, instead of using "Edit Metadata", I use a function with that template that set the value of the column if it exists.
|
You keep the action that contains the custom column as it is, and set the following condition to the action:
Code:
template:
program:
if field_exists('#somefield') then
'true'
fi
datatype: text
comparison: =
Condition value = true
This will only work with the next version after I make the necessary changes.