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 / Double semicolon to wr...
Power Apps
Answered

Double semicolon to write multiple functions is not working

(0) ShareShare
ReportReport
Posted on by 25

Hello, I can't add several functions with double semicolon. Inside the functions semicolon works fine, but not to add different functions .I've tried with comma, double comma,  semicolon, double semicolon, but I get an error with all of these.

Is there another way to separate functions?

Categories:
I have the same question (0)
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi guy

    Try use &&

     

    Or send one screenshot

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Could you be specific and show the formulas and explain what you are trying to do?

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @CarlosCalleja ,

    Could you please share a bit more the formula you used in your app?

     

    If you use ";" as Formula chaining on your side, you could separate invocations of functions in behavior properties as below:

    Collect(T; A);;Navigate(S1; "")

    Please check the following article for more details:

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/operators

     

    If above formula format could not work in your app, please try the following formula format:

    Collect(T; A) && Navigate(S1; "")

     

    Of course, if you want your multiple functions to be executed simultaneously, the Concurrent function could achieve your needs. Please try the following formula as below:

    Concurrent(
     Collect(T; A); // formula1
     Set(Var1, "Test"); // formula2
     UpdateContext({Status: "Active"}) // formula3
    )

    In above formula, the formula1, formula2, formula3 would be executed simultaneously.

    Note: The Navigate function, Exit() function, Back() function could not be supported within the Concurrent function.

     

    Best regards,

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard