Hi.
I got several payloads that looks like attached picture with different start dates. Can I somehow just let the messengers pass with todays start date? My idea for now is to start with adjust the format on the date and maybe use a swith node with property payload.start_date and an expression to filter out today.
I am stuck and tried google a lot to solve this without success
[{"id":"bacc35bea7d25bee","type":"inject","z":"efbc49d0a7529b05","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":360,"y":100,"wires":[["4bc1d3788c2f0e97"]]},{"id":"a0b3732a8e570fe9","type":"debug","z":"efbc49d0a7529b05","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":730,"y":100,"wires":[]},{"id":"4bc1d3788c2f0e97","type":"template","z":"efbc49d0a7529b05","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{\"id\":[\"ID:397_207781203_14756\"],\"name\":[\"test\"],\"start_date\":[\"2023-03-24 19:00:00\"],\"end_date\":[\"2023-03-24 22:30:00\"]}","output":"json","x":540,"y":100,"wires":[["a0b3732a8e570fe9"]]}]