Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

See if a value exists in single column collection

(0) ShareShare
ReportReport
Posted on by 725

Hi everyone

So I want a field to be visible if "Faulty equipment" is in the collection, and I have tried this  and many other things but no luck.

!isBlank(Lookup(IncidentFactors.Value="Faulty equipment"))

I feel I am over thinking this and it must be super simple.

Categories:
  • peter_not Profile Picture
    50 on at
    Re: See if a value exists in single column collection

    Brilliant! 

  • R Bakker Profile Picture
    725 on at
    Re: See if a value exists in single column collection

    Thanks Randy

     

  • Verified answer
    RandyHayes Profile Picture
    76,287 Super User 2024 Season 1 on at
    Re: See if a value exists in single column collection

    @Corissandageri 

    You can use the following formula:

       LookUp(IncidentFactors, Value="Faulty Equipment", true)

    This will return true if the value exists in the source.

     

    You can also use the following formula:

       "Faulty Equipment" in IncidentFactors.Value

    This also will return true if the value exists.

     

    I hope this is helpful for you.

  • BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: See if a value exists in single column collection

    Alternatively, you can try:

    !IsBlank(
     Lookup(IncidentFactors, "Faulty equipment" in Value)
    )
  • R Bakker Profile Picture
    725 on at
    Re: See if a value exists in single column collection

    Thank you for your contribution, but this is not working either.Screenshot 2021-08-09 09.56.10.png

  • BCLS776 Profile Picture
    8,988 Super User 2025 Season 1 on at
    Re: See if a value exists in single column collection

    Assuming IncidentFactors is your collection and Value is the name of the single column within it, try:

     

    !IsBlank(
     Lookup(IncidentFactors, Value="Faulty equipment")
    )

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard