Hello all,
I am using a Gallery in my app which source is a collection from a sharepoint list. This is working and I get all values in my Gallery. Now I want to have only values which are now or in the future. I have a column in my sharepoint list with the name "End". This column is a text column and contains for example "10:00".
ClearCollect(bzqa; Filter('Teams Room BZQA'; Now() >= End ))
This does not work because End is not a type of time. Do I have to split "End" to minutes and seconds, or is there an easy way to check if the End value is in the past?
BR
Kay