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.