Hi Forum,
I’m having trouble with the Lua programming interface for filters. When calling setVariableValue(), I get the “attempt to call global ‘setVariableValue’ (a nil value)” error. Am I missing something about an import? From my understanding, this function should be provided to the Lua interface out of the box, right?
The date() function seems to work for example…
Here is a sample code that breaks a filter for me:
setVariableValue(“c_0001”, 0)
return true
Best,
Nikita