Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

FilterByFormula formulation

Topic Labels: API
1227 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Cindy_Shapiro
5 - Automation Enthusiast
5 - Automation Enthusiast

I’m close, but no cigar. Hey guys – what am I doing wrong here? I’m trying to find a specific record, with a specific date. I’m able to find one side of the formula at a time, but when I try them together my code crashes. I know it’s some dumb syntax thing. What is it?

let myFilterByFormula = “{Playlists} = “1WHXgsAyhX66lcrOKeGpOb”, AND(DATETIME_DIFF(TODAY(),{Monitor Date}, ‘days’) = 2)”

Thanks in advance!

Cindy

1 Reply 1
openside
10 - Mercury
10 - Mercury

let myFilterByFormula = “AND({Playlists} = '1WHXgsAyhX66lcrOKeGpOb', DATETIME_DIFF(TODAY(),{Monitor Date}, ‘days’) = 2)”

The AND was in the wrong place.