What are you trying to achieve?
I WANT TO FETCH THE ROWS OF HAVING TODAYS DATE AND OF ANY TIME THAT IS MENTIONED WITHIN IN GOOGLE SHEET. AFTER GETTING TIME I WANT TO SEE IF THE RIME IS NEAR IN UPCOMING 30 MINUTES.
Steps taken so far
I HAVE CREATED A FILTER LIKE SHOWN IN IMAGE
You are currently filtering for rows that have not just the date, but the time as well including the minutes. So it will return rows only on this minute.
Change the operator to Contains and remove hh:mm from the filter so it will return all rows that contain today’s date.
Ok, here it worked and in the sense of time, before 30 minutes of the time mentioned in google sheet i will send the notification to slack. Plz can you solve it.