Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

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

Avatar

Level 4

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.