Hello everyone,
I have a Power Apps application with a SharePoint list as the datasource, and there is a form within the app. Each DataCardValue has different formulas, as shown below(some DataCardValue has lookup value from another sharepoint list some DataCardValue is filter the value from other dataverse table ) I then imported the data from the SharePoint list into a Dataverse table using dataflows. After changing the form’s data source to Dataverse table, there are no formula errors in the form or the entire app. However, when I click the SubmitForm button, a blank record is created in the Dataverse table.
Does anyone know why this is happening and how to resolve this issue? SubmitForm button the same as before just
SubmitForm(formname)
