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 / Multiple actions on "V...
Power Apps
Answered

Multiple actions on "Visible" for Datacard dropdown

(0) ShareShare
ReportReport
Posted on by 13

What is the best way to create multiple actions within one command on "Visible" for a datacard?  Basically, if an end-user chooses one of the three options in a previously selected drop-down field, I want my free field text box to appear. 

 

At the moment, I have If(DataCardValue1.Selected.Value="Reviewed",true,false)

 

But now I've added in two other fields "Reviewed - Complete" and "Reviewed - Pending Additional Information" in the previous drop down.  When I separate the commands with a semi-colon, it doesn't work and my free field text box doesn't appear.  This is the new code I'm using...

 

If(DataCardValue1.Selected.Value="Reviewed - Complete",true,false);
If(DataCardValue1.Selected.Value="Reviewed - Pending Additional Information",true,false)

 

TIA for any help!

Categories:
I have the same question (0)
  • Verified answer
    giantApps10 Profile Picture
    13 on at

    UPDATE - resolved.  I was able to figure this out by slightly modifying my command.  Sharing here in case others would like to know.

     

    Updated the "Visible' property for my field to:

     

    If(DataCardValue1.Selected.Value="Reviewed - Complete" || DataCardValue1.Selected.Value="Reviewed - Pending Additional Information", true, false)

  • alrezac Profile Picture
    Microsoft Employee on at

    Hi,

     

    Thanks for your follow up post! I am glad that you were able to get this working. Hopefully this will prove useful for future communities users.

     

    Regards,

     

    Alex

     

    -------

     

    Community Support Team _ Alex Rezac
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I have 2 DataCards. 

    Updated the "Visible' property for my field to:

     

    If(DataCardValue1.Selected.Value="New" || DataCardValue2.Selected.Value="Yes, true, false)

     

    DataCard3 message with a Button will be visible based on the 2 Datacard selections. 

    this isn't working. Can you help with the formula? Thank you in advance. 

     

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 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard