Hi,
I have old PowerApps form that I need to upgrade, but I can't do anything because of error that says: SharePointIntegration.SelectedHidden - identifier not found. I've read this subject: https://powerusers.microsoft.com/t5/Building-Power-Apps/fix-an-error-in-SharePointIntegration-SelectedHidden-property/td-p/249809 but none of these solutions seems to work for me. If I try to re-create the app from SharePoint list (after previous one is deleted) it says that I can't create app with the same name and I can't edit/save any changes to default PowerApp Form that is displayed.
When I've tried the second solution to edit 1.json file inside *.msapp from:
{
"Property": "SelectedHidden",
"Category": "Data",
"InvariantScript": "LookUp(Faktury, Identyfikator = SharePointIntegration.SelectedListItemID)"
},
to:
{
"Property": "SelectedHidden",
"Category": "Data",
"InvariantScript": "LookUp(Faktury, 'Identyfikator (ID)' = SharePointIntegration.SelectedListItemID)"
},
the SharepointIntegration component is missing from application. Is there any solution to this problem?
Thanks.