web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details
Power Apps - Building Power Apps
Answered

PowerApps does not recognize more than one formula

Like (0) ShareShare
ReportReport
Posted on 27 Mar 2021 22:01:30 by 5

I'm having this issue with a lot of formulas, for example:


Remove(measures; TemplateGalleryList1.Selected) ; UpdateContext({confirmation: false)} ; Navigate(View)


The first formula works perfectly fine, but when I add the others, it's not recognized as a formula and keeps showing error messages.
"Unexpected characters". It doesn't work using a comma as well.

  • Verified answer
    ChrisPiasecki Profile Picture
    6,412 Most Valuable Professional on 27 Mar 2021 at 22:23:00
    Re: PowerApps does not recognize more than one formula

    Hi @daniellemarques 

     

    I see a couple syntax issues, try this:

     

    Remove(measures, TemplateGalleryList1.Selected); UpdateContext({confirmation: false}); Navigate(View);

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up. 

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2