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 / The function 'Concurre...
Power Apps
Answered

The function 'Concurrent' has some invalid arguments

(0) ShareShare
ReportReport
Posted on by 494

Hi Guys,

Does anyone know what happens to this error? it works before, I did some little update like Visible button set to True and then published the app meanwhile all my formula with Concurrent function got an error like this one. Please see the screenshots attached

 
 
 
error.PNG
error2.PNG
Categories:
I have the same question (0)
  • Big_S Profile Picture
    494 on at

    error.PNGerror2.PNG

  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Big_S 

     

    What you are doing, using Navigate inside Concurrent - that's not allowed or supported in PowerApps.

     

    In your case, you can resolve this by moving the Navigate to a chained statement i.e. where you have Clear - or after Clear.

     

    You cannot use Navigate inside Concurrent.

    It doesn't even make sense actually that Concurrent would work with Navigate inside of it, if you think about it.

     

    In fact, there is a specific error invoked that only happens if Navigate is inside Concurrent. See tested example below.

     

    NoConcurrentNavigate.png

     

     

     

     

    Remove Navigate. Or take it out of the Concurrent and put it as a chained statement with semicolon.

  • Big_S Profile Picture
    494 on at

    Hi @poweractivate ,

     

    I also don't understand right now I have published this app to the production last year around September and it works fine now its not working. can you show me how to apply the chained statement resolution to the formula?

     

    Concurrent(
    Set(_editingRequest, false),
    Set(_SelectApprover,false),
    Navigate(NewRequestScreen,Fade),
    Reset(search)
    );Clear(AddDetail)

  • Verified answer
    poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Big_S 

     

    Concurrent(
    Set(_editingRequest, false),
    Set(_SelectApprover,false),
    Reset(search)
    );Clear(AddDetail);Navigate(NewRequestScreen,Fade)

     

    Try the above and see if it helps. 

  • Big_S Profile Picture
    494 on at

    Wow! @poweractivate 

     

    Thank you so much it works will apply to the other Concurrent error once again thank you so much!! 🙂

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard