Dynamodb searching by a attribute

I've been able to get a table of static data from dynamodb. How can i filter by attribute? I want to search items by a particular string...

Hey @Peadar_Coyle!

The DynamoDB docs have some good information about how to structure filter expressions. You'll notice the fields specified in the examples correlate with the fields in Retool queries. You can also check out our docs here!

Hopefully that helps, but if you'd like to share the structure of your data and what field you're looking to filter on we might be able to provide a more specific solution!