Filter table AWS S3 API results in Retool Table

Hi,

I have a use case where I need my table to display just results with an object in a bucket(where size > 0). How do I accomplish this?

Thanks

Hi @AccoladeRetool Happy to help!

If you never need to see the records with size = 0, you can use a Javascript transformer on the S3 query to filter out that data like this:

Otherwise, you might find our filter table docs helpful! :slightly_smiling_face:

1 Like