Thanks for your reply! I'm still having an issue getting this to run.
I am getting this error message:
The execution of template action 'Select' failed: The evaluation of 'query' action 'where' expression '{
"Block": "@item()?['Block']",
"Date": "@formatDateTime(item()?['Date'],'MM-dd-yyyy')",
"Day": "@item()?['Day of Week']",
"Rotation": "@item()?['Rotation']",
"28 hr?": "@item()?['28h?']",
"1/2 day?": "@item()?['1~12 Day']",
"Level": "@item()?['PGY-1 or Resident']",
"Status": "@item()?['Available']"
}' failed: 'In function 'formatDateTime', the value provided for date time string '44462' was not valid. The datetime string must match ISO 8601 format.'.
The format of the date column in the table I am selecting from looks like this:

the Date column is pulling from another table in the same spreadsheet where the date is formatted "dd/mm/yyyy":
