Help with New Unity Input system

Hi, I am new to Unity and had a quick question. When I try to setup the new input system I am able to get the vector2 from my gamepad but not my mouse. I have added delta mouse and gamepad right stick to two control schemes, one for keyboard and one for gamepad. Both have a look action. The keyboard scheme has the delta mouse action and the gamepad scheme has the right stick. Would someone with more experience help me with this? I would love to submit more photos but this forum only allows one as a new user. Thank you very much in advance!

Also, if I Debug.log(mouse.current.delta.ReadValue()); it does read out the Vector2.