
Announcements
I'm using Get all SP items from a list but only want to return those that have a ReturnDate le Now() AND DateReturned eq to blank.
The below is not working:
Hi @cardinalnight ,
Please try this expression:
ReturnDate le '@{utcNow()}' and DateReturned eq null
Best Regards,
Sunshine Gu