craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

Date field in Matrix field does not get filled in #1361

Open HannahDeWachter opened 11 months ago

HannahDeWachter commented 11 months ago

Description

I have a Channel with a Matrix field named "Dates". This Matrix has 1 Block Type (Date) with 1 Date field. This Date field has the setting "Show date and time" on.

I have a Feed set up to create/update entries in this Channel. Here I have mapped the Dates field with a "startDate" string, as seen in the screenshot below:

Screenshot 2023-08-04 at 13 49 16

However, when running this Feed the Dates field does not get filled in.

Screenshot 2023-08-04 at 13 49 33

Additional info