Cant use the dynamic datapicker in custom modules



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:

image
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.

Yes you might want to use the other parse functions first like parseOptional, see:

1 Like