Hi Shruthi,
Maintain a boolean firstTime in your entity set to true in default.
The first time , user fill details, at that time ,in save microflow, change the boolean value to false.
And in the form, set editability to all the fields with [firstTime=true]
Hope this helps!