Filter on "now" minus 15 minutes (date manipulation)

Welcome to the Make community!

If it’s already a date you don’t need to format it to Unix TS string variable just to compare it.

Instead of Numeric operator in the filter you can use a Date “Later than” operator to compare two date variables.

Then, at the bottom you can just do a

addMinutes(now; -15)

Formatting of date is usually only used when you want to display it to an end user who needs to look at the date in a particular format.

Links

Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —

General

Help Center Basics

Articles & Videos

Feature Requests & Suggestions

Partner & Custom Apps

samliewrequest private consultation

3 Likes