Afternoon.
I have a from with 2x date picker fields (called ShiftsDate1 and ShiftDate2)
I need a label in my gallery which needs to display fontweight.bold when ShiftDate1 <= ShiftDate2 and display fontweight.normal when ShiftDate1 = ShiftDate2.
This is what I currently have on the FontWeight properties but need some input to finish to make the text normal weight if the two dates are equal value.
If(ThisItem.'ShiftDate1' <= ThisItem.'ShiftDate2', FontWeight.Bold)
Many thanks