Hi guys
I have a picture that I want to show on visible when a submission through my app gets inputted passed 10 pm at night. I know this code (If(CountRows(Filter(CoachingYear,CoachingTime="22:00"))>0, true , false )) will work to display if the exact time of submission is "20:00" on the dot, but I want it to show for any value that's equal to or greater than 20:00.
"CoachingYear" is my collection name
"CoachingTime" is a column name on my SP list
Any ideas?