MongoDB Date fields nested objects

defining date fields is a cool option of mongodb node.
but how to use, if we have date fields within nested objects?
i tried to define nested objects dot notated i.e.: customer.created_at
but this doesn’t seem to work on nested objects.
maybe nested object date fields are not implemented within the current code or i’m doing it the wrong way?
for main objects on first level, date fields are formated as expected.

my example mongodb node looks like this:

has anyone a hint for me?

Welcome to the community @MaxF

Yes, sadly, it does not support dot notation. It should not be difficult to add. I just added it to my to-do.

Ok dot notation in the date field got added. Can you please test it locally and confirm it works for you?

https://github.com/n8n-io/n8n/pull/1768

thank’s for your fast response!
i’ll wait for the updated version.
:slight_smile:

Seems something similar got released with n8n@0.174.0

See: