I am creating a Dialog-based form in Dynamics 365 Finance and Operations to add new records to a list page. However, whenever I try to add a new record, it updates the previous record instead of inserting a new one. How can I resolve this issue?
Dialog Form Updates Existing Record Instead of Inserting a New Record
You didn't tell us anything about your implementation, but I guess you created a form with a data source, which automatically loads records from the table, and you see the first one. You said you wanted to create a new record, but you probably didn't do it. You can call create() record of the data source, for instance.
Moved from Integration, Dataverse, and general topics forum.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.