I have a SharePoint form in powerapps that im working on. I can’t work out how to disable a DataCard in the Edit mode but have it available to fill in on New mode?
Solved! Go to Solution.
Hi @Mac,
For PowerApps, both mode are edit mode for Form control. So I think your requirement need to achieve by creating different screens for each mode. Set to navigate to EditScreen1 while editing one exsiting item and set to navigate to EditScreen2 while adding a new item. And then set the Visible property of the DataCard of EditScreen1 to false.
Regards,
Mona
I do something very similar here in this video Custom SharePoint List Forms with PowerApps check it out and let us know if you need more help.
Hi @Mac,
For PowerApps, both mode are edit mode for Form control. So I think your requirement need to achieve by creating different screens for each mode. Set to navigate to EditScreen1 while editing one exsiting item and set to navigate to EditScreen2 while adding a new item. And then set the Visible property of the DataCard of EditScreen1 to false.
Regards,
Mona
Thanks for all your quick responses. I managed to figure it out and was just as easy as duplicating the EditScreen and making he changes in there. Thanks for your quick answers as usual.