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 / Error in two functions...
Power Apps
Answered

Error in two functions, when if has got two logical tests

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hey, I have a question regarding a formula error,

I get an error: Unexpected characters. The formula contains 'ParenClose' where 'Comma' is expected.
for the formula: 

Patch(Shortages,ThisItem,{Action:Dropdown2.Selected.Value}) ;
If(Dropdown2.Selected.Value = 'Action test'.Magazyn,
(Office365Outlook.SendEmailV2("pidom@gmail.com", "Subject", "Body" ),Dropdown2.Selected.Value = 'Action test'.MCO,
Office365Outlook.SendEmailV2("piter2@gmail.com","Subject","Body"))

 

Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,657 Most Valuable Professional on at

    I don't think you want the Open Parentheses in front of OfficeOutlook.SendEmailV2()  The way it is now doesn't close that parentheses until the end of the statement, which means the IF never gets closed.  Try this instead.

    Patch(Shortages,ThisItem,{Action:Dropdown2.Selected.Value});
    If(Dropdown2.Selected.Value = 'Action test'.Magazyn, 
     Office365Outlook.SendEmailV2("pidom@gmail.com", "Subject", "Body" ),
     Dropdown2.Selected.Value = 'Action test'.MCO, 
     Office365Outlook.SendEmailV2("piter2@gmail.com","Subject","Body")) 
     
    
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thanks 🙂

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard