Skip to main content

Notifications

Community site session details

Community site session details

Session Id : u1slm6xvWHT32l+4EZARCg
Power Apps - Building Power Apps
Unanswered

Icon Visibility Relevant to SharePoint List

Like (0) ShareShare
ReportReport
Posted on 3 Mar 2023 12:00:56 by 77

Hello all!

 

I have a SharePoint list which looks like such

 

Holland_Joshua_0-1677844305106.png

 

I also have a gallery which updates the information in this list which looks like this

 

Holland_Joshua_1-1677844346835.png

 

I need to populate a visual that looks like this

 

Holland_Joshua_2-1677844392682.png

 

I was hoping on this visual that I could place an Icon over each name which would be visible if '1st Audit Complete' = True or '2nd Audit Complete' = True or both for each name on the grid

 

This would look like this for the data currently in the list 

 

Holland_Joshua_3-1677844599003.png

 

These ticks were manually made visible. Could anyone please think of a way to code this with the list data to become automatically visible?

Any help is greatly appreciated. Many thanks,

Joshua.

  • SebS Profile Picture
    4,146 Super User 2025 Season 1 on 09 Mar 2023 at 17:45:45
    Re: Icon Visibility Relevant to SharePoint List

    @Holland_Joshua 

     

    Sorry my bad You need to wrap it in !IsBlank() Visible taking only true or false or You will need to add :

     

    Lookup('Permit Tracker, Title = lbl_EmployeName1.Text && ‘1st Audit Complete’ = true,‘1st Audit Complete’.Value)

     

    Here is similar approach I'm using just in Gallery

     

    !IsBlank(LookUp('NH-Operations-RestrictedDuties-List',Title = ThisItem.Title && Status = "Live",Status))

     

    So if that Record exist my icon is showing up

     

  • Holland_Joshua Profile Picture
    77 on 07 Mar 2023 at 08:18:11
    Re: Icon Visibility Relevant to SharePoint List

    @SebS 

     

    Morning Seb,

     

    Unfortunately still not having any luck.

     

    Formula is in as advised and with an alternative I have tried.

     

    Holland_Joshua_1-1678176955020.png

     

    Holland_Joshua_0-1678176886442.png

    Holland_Joshua_2-1678176978702.png

     

    RE: your question

    The 1st Audit and 2nd Audit Complete fields in the List are Yes/No s

     

    Thanks,

     

    Josh.

  • SebS Profile Picture
    4,146 Super User 2025 Season 1 on 03 Mar 2023 at 14:17:03
    Re: Icon Visibility Relevant to SharePoint List

    The Additional true is not required and if formula still showing error use

     

     

    Lookup('Permit Tracker, Title = lbl_EmployeName1.Text && ‘1st Audit Complete’ = true,‘1st Audit Complete’)

     

     

    additional question dose ‘1st Audit Complete’ column is Yes/No ? or its a Single text ?

  • Holland_Joshua Profile Picture
    77 on 03 Mar 2023 at 14:12:51
    Re: Icon Visibility Relevant to SharePoint List

    @SebS 

     

    This looks fantastic. Perfectly fit for purpose.

     

    Could you assist me with this please?

     

    Holland_Joshua_0-1677852724405.png

     

    Lookup is returning a blank.

     

    Thank you,

     

    Joshua.

  • SebS Profile Picture
    4,146 Super User 2025 Season 1 on 03 Mar 2023 at 13:50:00
    Re: Icon Visibility Relevant to SharePoint List

    @Holland_Joshua 

     

    if this is way You would like to do this it is possible, just use lookup and place it in Tick Icon Visible property.

     

     

    First month Tick Icon
    
    Lookup('Permit Tracker, Title = lbl_EmployeName1.Text && ‘1st Audit Complete’ = true)
    
    Secound month tick icon
    
    Lookup('Permit Tracker, Title = lbl_EmployeName2.Text && ‘2nd Audit Complete’ = true)

     

     

    cause both statement becoming true if the ‘1st Audit Complete’ is mark as true the Tick Icon will become visible

     

     

  • Holland_Joshua Profile Picture
    77 on 03 Mar 2023 at 13:20:47
    Re: Icon Visibility Relevant to SharePoint List

    @SebS 

     

    Apologies if my understanding is not perfect. Would it not be possible do it with the data layout currently?

     

    Each name has two audits and the icon will be placed in the relevant date to the image.

     

    Explanation Image 1.PNG

    Explanation Image 2.PNG

    Explanation Image 3.PNG

    Once again apologies if I have a misunderstanding, I very much appreciate the help.

     

    Thanks,

     

    Josh.

  • SebS Profile Picture
    4,146 Super User 2025 Season 1 on 03 Mar 2023 at 12:58:46
    Re: Icon Visibility Relevant to SharePoint List

    @Holland_Joshua 

     

    So there is no an issue to Automate the Tick Process that's the good news, but there is an issue with Your data.

    You need add column what will store Date when one of the Audits was completed to make sure You can  distinguish between audits completed on January and July for example right now even if You manage to create the screen as on picture you will not be able to look for right result.

     

    The Screen You designed is also something you can achieve using gallery but this will be difficult for me to explain.

     

    You could create a Static Screen similar to what You have as well and point to it but again You need to at last contain a column what will point to the Month of an Audit 🙂

  • Holland_Joshua Profile Picture
    77 on 03 Mar 2023 at 12:56:27
    Re: Icon Visibility Relevant to SharePoint List

    I suppose my question is ultimately - Is it possible to set the visibility of an icon with the exact row and column value of a SharePoint List?

  • Holland_Joshua Profile Picture
    77 on 03 Mar 2023 at 12:47:18
    Re: Icon Visibility Relevant to SharePoint List

    Hello Seb,

     

    Currently this is just an image capture from an excel sheet which I was going to overlay with tick icons. I am very much up for creating an alternate solution for this if need be. My only concern is I'm not certain if I could have a gallery replicate the grid image well enough.

     

    Thank you.

  • SebS Profile Picture
    4,146 Super User 2025 Season 1 on 03 Mar 2023 at 12:37:46
    Re: Icon Visibility Relevant to SharePoint List

    @Holland_Joshua 

     

    Is the Audit tracker visual also a Gallery what is connected to same SharePoint List ? or this is something ales ?

     

     

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,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started