Filter not Working for Dates

blueprint (3).json (37.2 KB)

How come the lastMod date in the filter is showing up as empty? I need to filter out all jobs older than 30 days ago, please advise.

Welcome to the Make community!

1. Screenshots of module fields and filters

Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.

2. And most importantly, Output bundles

Please provide the output bundles of the Set Multiple Variable module [21] by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

samliew – request private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

Hi @AutomatorAlex
If you can share the screenshot of set variable module setup, we can assist you more effectively.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support| Book Live Implementation
Visit us here
Youtube Channel

here are screenshots.




here is out output bundle
[
{
“lastMod”: “05/15/2024”,
“jobID”: 117770
}
]

the filter is not filtering at all because “lastmod” is empty in the filter.

Whether I get last mod date from the bullhorn module or the variable module it remains empty.