2D Character in Unreal 5 Blueprint System Repeatedly Dashing on -X Axis

I want to create a blueprint for my 2D character to dash, but when I press the play button, it dashes left when I go left, and left when I go right. What can I do to dash to the right when going right and to the left when going left? There is no problem with inputs. I will add animation after I fix this issue. Please help.

If you actually rotate your char, then you could use the Characters Forward Vector to dash. That video here should be able to help you, should work for 2D too: