Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!
SOLVED

what's the error meaning that I can adjust my query

Avatar

Level 2

chrisyan_0-1737262752320.png

please help troubleshoot.  Thanks a lot!

1 Accepted Solution

Avatar

Correct answer by
Employee

@chrisyan function InNextDays returns a boolean value and you are comparing it to now() which is a datetime. The error is because of it.

What is the use case you are trying to implement, if you can elaborate maybe the folks on this forum can help you.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

@chrisyan function InNextDays returns a boolean value and you are comparing it to now() which is a datetime. The error is because of it.

What is the use case you are trying to implement, if you can elaborate maybe the folks on this forum can help you.