Take action when date is reached or passed

Hello,

I would like to perform an action when the validity date has been reached or exceeded.
How can I achieve this?

Thanks a lot in advance

Create an scheduled Server connect action once per day and as a first step add condition - if now > your_date

Thanks for your answer, but what do I do if the date has passed?
Exactly, I would like that in a query only data records are output that have reached or exceeded the date

Sorry, but I don’t get your question.
Just add condition which will check current date comparing (with > or <) to your date and DO something if result of this comparison is TRUE or FALSE.

great, thank you, that’s easy.
I thought it would be more complicated :smiley: