Hello!
Is it possible to only pass on the flow if the date is the same?
I have several payloads where there are dates in payload.date.
2023-05-25
2023-05-12
2023-05-01
2023-05-04
2023-04-25
2023-03-10
2023-04-25
2023-05-26
2023-05-22
2023-04-28
Is it possible to only pass on your payload if the date is the same or older.
eg. today is 2023-04-28 then the following should continue.
2023-04-28
2023-04-25
2023-03-10
2023-04-25
I hope someone can help me.
