Hi, I have a read-only grid that displays real-time data, populated through a local variable from an API. Users have requested an "Export to Excel" button. Is it possible to enable this functionality without storing the data in a database table?
Discussion posts and replies are publicly visible
Can you use a record type? You don't have to use synced records - you can use the old style expression-backed record type and it will allow you to export to Excel.