Hi,
I create powerapps form and save data in sharepoint list but i want to hold data in form till my form is complete.what should i do for that. I creat one collection and save it to sharepoint list. For holding data please suggest.

Hi,
I create powerapps form and save data in sharepoint list but i want to hold data in form till my form is complete.what should i do for that. I creat one collection and save it to sharepoint list. For holding data please suggest.
Hi @SURAJ1 ,
What' does 'hold/freeze data' mean?
Does it mean that you want the data cannot be modified in datacard control ?
If so, you could change the DisplayMode property to DisplayMode.View or DisplayMode.Disabled.
Best Regards,
Wearsky