Variable not totally updated

Global variables are not the same as System variables.
Global variables are created by HomeyScript, System variables you create in f.i. web app-flows editor like the ones you show here above.

example HomeyScript create globalvariable:

// Create Tags

log('Creating My String...');

await tag('My String', 'abcdef');