Date conditions in flow designer are not working with data pillsDescriptionDate field in condition is ignored when a pill is used (example: Lookup Records)Steps to Reproduce Set system property glide.sys.date_format to "dd/MM/yyyy"Create a flow with Lookup Record and add a condition with a date fieldPut a pill in the date fieldThe condition will be ignored and all records will be returnedWorkaroundCreate an action with a script step that transforms the date to the system format YYYY-MM-DD. Pass the output of the transform to the condition.Related Problem: PRB1331490