Bug with dynamodb connector using "simplify" setting

When the dynamodb connector is in “simple” mode, columns containing JSON data (datatype “map”) are being set to null. Here is the results of a query with simplify on, note the null value:
image

Here is the output of the exact same query with simplify turned off, note the same field with “M” data (map) now shows data:
image

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
    0.207.0
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:
    Docker

Hi @napter, thank you so much for reporting and sorry for the trouble!

I was able to confirm the behaviour using the current version of n8n and have added it to our engineering backlog for a fix.

Hi, I’ve already fixed it: Fix bugs in dynamodb connector - Fixes #4956 #4957 by napter · Pull Request #4959 · n8n-io/n8n · GitHub

1 Like

Amazing, thank you very much for fixing this issue. Just got merged and will be released with the next version.

1 Like

Got released with [email protected]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.