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 / Concurrent - using pat...
Power Apps
Answered

Concurrent - using patch and submit form

(0) ShareShare
ReportReport
Posted on by 8

Happy New Years everyone,

 

I have been working an App for the HR department, most of it works the way I want it too. But, I am having trouble trying to use Concurrent to patch and submit form. I have tried for a couple days on and off to get it to work. Not sure if I'm missing a period, a semicolon, or a parenthesis.

If someone would take a look at the code and let me know.

 

If(drpTType.Selected.Value, "Voluntary",
Concurrent(
        Patch(
            HR_Terminations,
            Defaults(HR_Terminations),
                {
                 Title:varG_EmpID,
                 EmpName:varG_EmpName,
                 Logged_User:User().FullName
                 
                }
             );
        SubmitForm(frmVol)
            )
);

 

Categories:
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @Engtech05 

     

    try this please:

    If(
     drpTType.Selected.Value = "Voluntary",
     Concurrent(
     Patch(
     HR_Terminations,
     Defaults(HR_Terminations),
     {
     Title: varG_EmpID,
     EmpName: varG_EmpName,
     Logged_User: User().FullName
     }
     ),
     SubmitForm(frmVol)
     )
    );

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • Engtech05 Profile Picture
    8 on at

    Can't believe it was just a comma! UGH, thanks for the help!

  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    Hihi sometimes its just a simple but effective piece.

     

    Happy that i was able to help

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard