How to get continuous values in Enhanced Action Input

In the now deprecated Axis input system, the function that is bound to the input will still be called but with the 0 value. But this does not seem to be the case in the new Enhanced Input Action system. If the appropriate key is not pressed then, the function is not called at all. How do I make sure that the function that is bound to the action is called every frame and if the key is not pressed, it is called with the 0 value. Below is what my mapping looks like: