Hey everyone, I'm still getting used to working with PowerApps so excuse the poor wording.
I'm trying to make a label that will only appear when it meets a certain condition. In the app I'm creating, I have it set to where they have to take at least two pictures, with a max of five. These pictures will be collected into a collection named incidentPhotos. The collection will have three columns of Photo, ID, and Notes. I want a label to only appear when they append notes to at least two of the pictures that they take. I've played around with Filter inside of an If statement in conjuction with IsBlank and IsEmpty and I can't seem to get it to work.
Any advice is appreciated!