I have created a entity which has pattern to match 5 digits only, below is the pattern for that.
^([0-9]{5})*?$
But in the node when I am checking for slots and adding the value into a context variable, it is always taking the value name from entity not the value which user is providing.