Hi poojitha,
Use a microflow to:
Create + commit the object
Return the object
Then use a nanoflow to:
Take the returned object
Show Page
This pattern ensures server-side commit + client-side navigation.
Do you have security set to Demo/Production, or Production? If yes, then it pays to check the Security tab in the module to see if pages, MFs, NFs, Entity Access permissions are right, and if in the App Security tab, your user role is set for the module you're programming.
If that's not set then debugging step by step and looking for errors in the console log is a way. Maybe there are even smarter answers from the community than mine in that case :-).