I have a priblem with my filter of google sheets, i want show me date from today until tomorrow
this is parameters of my filter
But returns this dates
Why doesn’t it show me the data?
Hi @Angel1 I think the issue is with you dates formats. Looks like in Google sheets you have it set to MM/DD/YYYY - based on your output. This should solve your issue.
Once you confirm this lets update the formatDate.
date & time earlier than
{{formatDate(addDays(now; 1); “MM/DD/YYY”)}}
date & time later than
{{formatDate(now; “MM/DD/YYYY”)}}
In you first filter above you are not using the datetime operators filter. Please change that and try re running.
The thing if the Date & Time is in the same format as submission date than it is in. This is me assuming you use the same date and time formatting across your google sheet.
DD/MM/YYYY format is the format you are getting so the data you received isn’t correct for what you want.
You need to change the format of the formatDate to DD/MM/YYYY.