web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Submitting Multiple fo...
Power Apps
Answered

Submitting Multiple forms with One Button

(0) ShareShare
ReportReport
Posted on by 5,331 Moderator

I have a Power Apps Screen with half-a-dozen New Form templates on it.

Each new form is submitting data to a separate SharePoint List. All of the lists have a 'UniqueID', 'FirstName', 'LastName', 'FullName' column for relational-continuity.

I have submit buttons for each form; However, seems to me, I should be able to submittal all the forms at the same time with the click of one button, yes?

I've got all the submit requests lined-up in the 'Client Data' submit button. Will what I am showing below achieve my goal of Patching new data to each of the lists and allow that data to be retrieved based on the 'UniqueID' included? This allowing me to remove the other six submit buttons?

Phineas_0-1683669038513.png

 

Phineas_1-1683669193003.png

 

Categories:
I have the same question (0)
  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    Yes but I would recommend using concurrent to ensure they submit at the same time and make the app work faster.

    So something like this:

    Concurrent(
     SubmitForm(ClientForm),
     SubmitForm(FinancialForm),
     SubmitForm(LenderForm),
     SubmitForm(LossMitigationForm),
     SubmitForm(OWRForm),
     SubmitForm(PropertyAssessmentForm)
    );
  • Phineas Profile Picture
    5,331 Moderator on at

    How would that look, as a formula, if you would please?

    Something like this...

         Concurrent (Submitform(ClientForm), Submitform(FinancialForm), Submitform(OWRForm) Submitform(LenderForm)

  • Verified answer
    AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    Exactly like that, I was actually editing my original post to include an example :). Here it is below as well:

    Concurrent(
     SubmitForm(ClientForm),
     SubmitForm(FinancialForm),
     SubmitForm(LenderForm),
     SubmitForm(LossMitigationForm),
     SubmitForm(OWRForm),
     SubmitForm(PropertyAssessmentForm)
    );

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard