i want user to fill the data once and next if he logins the data should be non editable

0
i am creating form with dataview i want to apply above condition 
asked
1 answers
1

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!

answered