Server Connect condition for past 7 days

In Server Connect, in the conditions and trying to pull all records from the past 7 days. I’ve tried setting my condition to greater or equal to NOW.dateAdd(days, -7) but it doesn’t seem to work. I’ve tried several different variations, but can’t get it to work. Any suggestions?

Thanks,
Chris

Hi Chris, did you add that condition manually or use the formatter?

I believe it should look more like this

{{NOW.dateAdd("days", -7)}}

1 Like

I used the formatter in the query builder conditions. I thought it looked a little but wasn’t sure. I formatted it manually the way you suggested and it worked. Possible bug??

I would try it again using the formatter and if you can recreate it then report as a bug.

Glad it’s working for you now though! :beers:

1 Like

This was fixed in 3.0.1

2 Likes

Thanks. I usually update on Thursday but running behind. I thought I remember seeing something about this but couldn’t find the post. I guess once it’s solved, it is unlisted

Thanks guys for all the help.

1 Like