Arrays for Date & Time

Hi!

I have a question about how Date & Time node processing arrays of items.

For example I would like to change date format for OpenWeatherMap 5 day forecast.

When I select one element that works fine
When I select two or more ones that fails:

And how do I get around all the items in the list and change its date format?

The Date & Time Node was mainly planned to convert single values. So using it with an array is saldy not easy. Here an example on how to split it into different items, converting the values and combining them again into a single one:

Thank you very much! That is exactly what I needed. I suffered a long time with this problem. Thank you for the detailed explanation!

1 Like