Tilt Is Not Working On Correct Axis For Andriod

I set up tilt in the project settings under input and set it to 1.0. Launched my android game and it worked. However it worked on the wrong axis (forwards and backwards). When I try to only use the Y axis (Right and Left) the tilt doesn’t work at all. Any advice would be greatly appreciated.

How does it go if you instead use the Get Input Motion State node on a Tick execution? That should output vectors containing all the axes, with 4 different ways of looking at changes in the device’s orientation.