Items with channels REGEX and JSONPATH

@rlkoshak now i get that i can not add the channel of Exec to an Number item. I just tried to follow up your suggestion, which leaded me to this problem.

So basically the Problem is the Exec Binding channel which returns a string and this can not be casted to a Number item. See the documentation.

So that is obvious now.
The return value of the exec binding channel will be stored in the item with applied Regex. In both cases it will be a string. Which can not be stored in the Number item.

Thank you for your time and help, i lost sight of the assignment.

That is apparent, so correcting my thought from above, it would be nice to have an or multiple additional channel at the exec Binding which allows to retrieve a casted value from the returned string.