Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Submitting Multiple forms with One Button

(0) ShareShare
ReportReport
Posted on by 4,704 Super User 2025 Season 1

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:
  • Verified answer
    AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at
    Re: Submitting Multiple forms with One Button

    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)
    );
  • Phineas Profile Picture
    4,704 Super User 2025 Season 1 on at
    Re: Submitting Multiple forms with One Button

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

    Something like this...

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

  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at
    Re: Submitting Multiple forms with One Button

    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)
    );

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard