George
2
Well when using dynamic value in a custom module you have to “parse” its value first before using it in the module.
It is described in the docs like for NodeJS there is a this.parse function for this:

i add this.parse but the same error occured,
this.parse is only working if i return it. If i use it in external plugins parse is not working.
George
5
Yes you might want to use the other parse functions first like parseOptional, see:
1 Like