Columns are not showing

Hello everyone. I am using Retool to build a quality assurance app for my company, and as backend we are using AWS Dynamodb. Since the Dynamodb table for my use case often gets updated (therefore new columns added there), when i read or reload the table data, the new columns don't appear in my Retool Table. How would i solve this problem?

Any suggestions or help would be much appreciated :slight_smile:

This might be a use-case for turning on the dynamic columns of your table:

I actually haven't had to use this in practice, but I believe it would find those new column keys (which aren't already setup in the table) and process them.

Agreed with this solution :slightly_smiling_face:

Here's some additional guidance on dynamic columns