Just want to get confirmation that this expression i’ve used is correct. I want this to only run if the most recent entry it finds is not from today (i.e. is older than today). Have i done the correct expression (see image):
Or what about this:
Just want to get confirmation that this expression i’ve used is correct. I want this to only run if the most recent entry it finds is not from today (i.e. is older than today). Have i done the correct expression (see image):
Or what about this:
I’d use the second but use Creation Date instead of modified date, and :first item is empty instead of count is 0
You mean “last item” right? because “last item” means most recent doesn’t it?