Hi All, I need help re below error message. Please see screenshots for more info. Every time I hit submit button, I am getting "TamperBooking.Run failed:" error message. Full error message is below as well.
I know that there is something not correct with the date format. I am using modern date picker control but I am unable to figure out how to fix it. Any help would be greatly appreciated.
Formula in onselect property of submit button is
TamperBooking.Run(
DataCardValue2.Selected.Value,
DataCardValue3.SelectedDate,
DataCardValue4.SelectedDate,
DataCardValue5.Selected.Value,
DataCardValue8.Value,
DataCardValue6.Value,
DataCardValue7.Value
);
ResetForm(frm52Weeks); Notify("You booking request has been submitted, you will receive email notification of Appoval / decline shortly")


Below screenshot is from Power automate.

TamperBooking.Run failed: { "error": { "code": "TriggerInputSchemaMismatch", "message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'String 'January 17, 2024' does not validate against format 'date'.,String 'January 18, 2024' does not validate against format 'date'.'." } }