View Single Post
Old 01-17-2021, 02:12 PM   #273
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,200
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by Terisa de morgan View Post
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.
capink is offline   Reply With Quote