Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Conditional field display based on partial match of combo box selection

(0) ShareShare
ReportReport
Posted on by 634

I've created a text field that needs to be active or viewable when the selection of a combo box matches a partial string.

 

For example, the field becomes visible when the selection in the combo box contains '3rd'. I've looked for functions similar to SQL's LIKE or CONTAINS but those don't appear to be options. I also tried to use a function like this on the Visible property but it doesn't work

 

If(Find('3rd),'combo box'.SelectedItems), true, false)

 

What would be the best to show the text field or the group (text field and label) when the selected value in the combo box contains '3rd'?

  • Future_Vision Profile Picture
    Future_Vision 634 on at
    .Re: Conditional field display based on partial match of combo box selection

    Ok. That was super simple. Thanks!

  • Verified answer
    eka24 Profile Picture
    eka24 20,921 on at
    Re: Conditional field display based on partial match of combo box selection

    In the Visible property of the control you want to hide:

    "3rd" in ComboBox1.Selected.Product

    Replace Product with the Column that contains "3rd"

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

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

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,567

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,907

Leaderboard