Hi folks,
I’m using filterByFormula param to filter records of a table but I’m able to select for a specific date.
Below and example:
request:
https://api.airtable.com/v0/appFOOBAR/Spese?filterByFormula=AND({Importo}=111.22,{Data}='2022-04-01')
respo...