Does LastValue of an input action trigger do anything?

I have the code above with an input action, IA_Sprint, triggered by Down under the enhanced input subsystem. Apparently, the LastValue of the trigger is always 0.

My use case is to probe the value an InputAction object outside the EnhancedInputAction event node to see if the action has been triggered. So I thought I could use the LastValue variable for my purpose.