I am trying to import data from another sheet based on the date in B1. In the source sheet, column 4 is the date column and column 2 is the data I need to import. Here is the formula I'm using. I get the header for column 2, but no data is populating.
=QUERY({IMPORTRANGE("
https://myURL","Project Entry Response!a:f")}," select Col2 where Col4 ='"&B1&"'")