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 / Make field visible bas...
Power Apps
Unanswered

Make field visible based on a checkbox and a toggle

(0) ShareShare
ReportReport
Posted on by 20

Hi!  I'm trying to make a field visible if a checkbox is checked and if a toggle is true.  The checkbox is using a collection.  I'm struggling and keep getting errors.  The formula I'm using is:

 

If ("Lines" in colLOB.Value,true & dcvAM = true) = true

 

Any help is greatly appreciated.

 

Kim

Categories:
I have the same question (0)
  • Shaheer Ahmad Profile Picture
    2,194 Moderator on at

    Try this in the onVisible Property of the field,

    If(Dropdown.Selected = TheRecordYouWant,true,false)

    or,

    If(CheckBox.Value = true, true,false)

    and if you want the field to show if the item is selected and checkbox is true then,

    If(DropDown.Selected = DesiredItem AND Checkbox.Value = ture,true,false)

     

    If this helped plz consider giving my answer a thumbs up and accept as a solution

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @khibbard 

    I'm on a mission to eliminate unnecessary If() functions. Checkbox and toggle values are either true or false 

    colLOB.Value && dcvAM.Value  by itself reduces to true

     

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 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard