Greetings,
I’ve seen some post that are close to my question, but not exactly.
I’ve been trying to use this type of query within one of my Workflows:
=query(Airtable_CASA!A:H,"select * where A > date '"&text(datevalue("4/15/2023"),"yyyy-mm-dd")&"' ORDER BY A",1)
When I look to input it into my Workflow like this:
SELECT * WHERE A > date '"&text("4/15/2023","yyyy-MM-dd")&"' ORDER BY A
It gives me the error :
thanks in advance for any assistance.
talk soon.