Hello guys,
I have an issue with the IF-function in PowerApps. I wish to make a Text item visible when the current date is later than the displayed date. Uitersteuitschrijfdatum is a column in a list, which contains dates. I've tried different formula's, the latest being this one.
If('DA - kl - datum'[@Uitersteuitschrijfdatum]<Today()-1, true, false)
Maybe it's better to derive the date from the text label in the app with the displayed date. This is what the displayed date ('S3_latest_subscribedate') looks like:

Does anyone know how to tackle this and what formula to use? Would be very helpful!
Have a nice day and kind regards, Mathijs