Dear All,
Hi! Good morning, everyone.
I need help with my syntax IF condition in PowerApps.
I have three controls:
The first control is "LeaveStartDatePicker", the pink color.
The second is "CbUrgentRequestOnly", the green color.
The third is "BtnSubmit", the blue color.
1. "LeaveStartDatePicker = Current Date" and check box "CbUrgentRequestOnly" is checked at the same time, but the
button submit still disable. It cannot edit. Please help with this. Thank you all.

My condition is as follows:
If "LeaveStartDatePicker <= Current Date" is the result "the button submit displaymode.disable"
Else if
"LeaveStartDatePicker > Current Date" is the result "the button submit displaymode.edit"
Else If
"LeaveStartDatePicker = Current Date" and check box "CbUrgentRequestOnly" is checked at the same time the result "the button submit displaymode.edit"