Loading
ただいま大変多くのお問い合わせをいただいており、ご連絡までにお時間を頂戴しております続きを読む

DataWeave filterObject function fails After DynamoDB Connector Upgraded to 1.6.x from 1.5.x

公開日: Aug 5, 2026
説明

The DynamoDB Connector 1.6.x upgrade includes underlying AWS SDK for Java version upgrade( 1.11.x to 2.x). In AWS SDK v2,  AttributeValue field never return null for the collection-type fields. As a result:

  • Empty map attributes (M:{}) now surface as null in the m field instead of an empty object {}.
  • Empty string set / number set / list / binary set attributes (SSNSLBS) now surface as empty arrays [] instead of null.

DataWeave code that assumed the empty object {}or Null for empty array will fail.

解決策

Upgrade DataWeave Code so it accepts both null and empty array

その他のリソース
ナレッジ記事番号

005390593

 
読み込み中
Salesforce Help | Article