Resolved! Is it possible to set the value of a Record Producer variable, from the code within the RP?
When we're managing variables from within a record producer, we can access the variable content with "producer.variableName", so we can set something else based on a variable value, i.e. current.category = "something" + producer.variableName; The abo...
