Hello!
I got these 3 text columns from sharepoint list where me and my collegues copy/paste in date and time from another system with just text.
Now I want to make a validation in powerapps that makes so my collegues cant insert the date/time in the wrong order.
Wrong:

Correct:

I tried with this formula but its missing a numbervalue. I suspect it's because it wants a date/time value but gets a Text value.
If('logg'.'Received'>'logg'.'Assigned';Notify("Wrong date")