In my app I have a form that consists of 3 different forms based on the same datasource.
I've chose that because of the layout and I feel that is better but when I use the submit form function it seems that only 1 out of 3 forms is being submitted
I've read that submitforms for multiple forms doesn't work but is that still true or is there anyway around that ?
My current formula is:
SubmitForm(FormAdres_2);;
SubmitForm(FormLocatie_2);;
SubmitForm(FormGBOGegevens_1)
Solved! Go to Solution.
Sorry I mean yours has an advantage.
Hi,
Use the following expressions to submit multiple forms,
Patch(
DataSource,
Record,
Form1.updates,
Form2.updates
);
Solved your problem? - Click on Accept as Solution & thumbs up
Please visit our blog to posts related to Power Apps.
Thank you!!!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
252 | |
124 | |
85 | |
84 | |
67 |