When the regex matches a zero (as in '0') and I try to assign it to a DynamicField (type text) using '[***]' I get an empty value (maybe it believes it's NULL??)
The actual regex works:
Code: Select all
Node users: (.*?)\,
Code: Select all
"...3.250. Node users: 1, Backend use..."
Code: Select all
Filter: 'variable name 4' Set param 'X-OTRS-DynamicField-variable4' to '1'
Code: Select all
"...3.250. Node users: 0, Backend use..."
Code: Select all
Filter: 'variable name 4' Set param 'X-OTRS-DynamicField-variable4' to ''