What I would do :
Add a branch node on the InputAxis MoveRight node to check if AxisValue > 0. If so, add a set actor rotation node with the values you need (like 0, 0, 90).
Add another branch node but check if AxisValue < 0. If so, add another set actor rotation node with the other rotation you need (like 0, 0, -90).