My use case:
When using the AWS DynamoDB node in n8n (version 1.89.2), there is no way to explicitly specify the data type for fields. If a field value looks like a number (e.g., “1746867444”), the node automatically sends it as a Number type to DynamoDB, even if the intention is to store it as a String. This causes issues when storing IDs or other numeric-looking strings that must remain as String type in DynamoDB.