Hi,
I have a form connected to a Sharepoint list, when I clicked New in SharePoint I did not get the form data and instead I got a message saying "Getting your data". I solve that, writing the following in the Item section of the form: If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePointIntegration.Selected),First([@EMPLEADO]),SharePointIntegration.Selected), however, it is not helpful to get the values of the first row every time the user has to create a new record.
Is there any other workaround for this issue?
Thank you