I have created a form using a Sharepoint list. When I click into the form in SP, it just hangs up at Getting your data.
I've tried the following steps:
1) My OnSuccess value is ResetForm(SharePointForm1); RequestHide()
2) I switched the form default property from Edit to New.
3) I tried to add If(IsBlank(LookUp('Intake Form', ID = SharePointIntegration.SelectedListItemID)), First('Intake Form'), LookUp('Intake Form', ID = SharePointIntegration.SelectedListItemID)) to the Item value but receive the following message. "Delegation warning. The highlighted part of this formula might not work correctly on large data sets. "First" operation is not supported by this connector."
Please help.
Solved! Go to Solution.
I have had this problem twice, and if you search so have many others, I will give my answer here and hope other can find it.
What happens is the SharePointIntegration connector becomes corrupted and no longer works properly. How, I think if you make even minor changes to the list structure it can screw up SharePointIntegration which seems to have the previous list structure embedded in it somehow.
While SharePointIntegration.SelectedListItemID still gets set correctly SharePointIntegration.Selected is empty. Sometimes using LookUp(YourList,ID=SharePointIntegration.SelectedListItemID) instead of SharePointIntegration.Selected seems to work, but it never worked for me.
My solution does require some effort, but it is better than starting from scratch. I will outline it here, you can work out the details.
User | Count |
---|---|
255 | |
112 | |
92 | |
48 | |
38 |