Forum Discussion
Multiple Forms in Power apps
Currently, this scenario will not work if you have both forms set to the same data source (it should work if you have it set to different data sources, please let me know if this is not the case). When you submit the first form, the data source is refreshed, which causes the item in the second form to be refreshed as well - and the changes that you made are lost.
If you have the Item property of both forms set to the same record, then that's expected. If you make changes in one of the forms we do want to update that record everywhere in the app so that it contains the latest changes from the server.
Even if you have the two forms with different records, it's possible that the change in one of the records will cause a change in the other record (e.g., in a SQL trigger operation), so PowerApps takes the "safe" approach and updates all records bound to that data source in the application, which is why the second form "loses" the changes and therefore there's nothing to be submitted.
Lewis-H Thank you for responding,
I am using Sharepoint as a Datasource but they are different list. would that be considered the same? (wishfully hoping that it is not)
- Sthorn5731Jan 08, 2024Copper Contributor
AndreaG729 I am having same issue. Just wondering if you found a solution.