I am calling a flow from power apps, but the dates are been passed wrongly, now inside our power apps form, i have formatted the dates as follow:-

then i am passing this date to the flow, but i am getting the following error:-
PopulateBookingCalendarDetails.Run(
StartDataCardValue.SelectedDate,
EndDataCardValue.SelectedDate,
)
;
The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'String '11/10/2023' does not validate against format 'date'.,String '11/24/2023' does not validate against format 'date'.,Invalid type.
any advice?