Filtered Table Values

Hey all I found a post a while ago that Retool was shipping a feature that would allow you to access the data of a table after a filter is applied. Trying to make a simple way for my staff to copy emails from table after they filter out unneeded data. Is there somewhere to access that data or do I need to use a transformer?

Hi @CCM! Displayed data is not exposed as a property on the table for performance reasons, but you can run table1.getDisplayedData() in a query or script to access it!

2 Likes