Hello,
First of all, thank you for the plugin as I use it a lot. I've got a question because I don't know if I've understood something wrong. I've got an action chain and, inside that chain, an action with scope:
Code:
template =
program:
if field_exists("#ong") then
'true'
fi
datatype = text
comparison = "="
condition value = "true"
Disable action validation if conditions are not met: Checked
Theoretically (as I've understood it), if I try to run the action chain inside a library which doesn't have the custom column #ong, the action will not be run but the rest of the chain will be run without errors. Now, however, I've got an error saying that there is something wrong with the chain. What I'm doing wrong?