Hello ! I was trying to create an app, Im running into an issue where the Transition from my StartScreen to MOE2 isnt working as intended, however when Im going from MOE2 to StartScreen, its working as intended, I tried other transitions to check but all does not work with the StartScreen to navigate to another page
The Current button in the main screen is using (ScreenTransition.UnCoverRight); Navigate(MOE2);

On the MOE2 Im currently using this and its working properly : Back(ScreenTransition.Cover)

is there any solution or workaround I can do to make the Transition works, any suggestions would be highly appreciated, Thank you very much !
@powerapps