I've only been using Airtable for a short time, and coming from RDBMS, I admit I'm struggling a bit.
Right now, I'd just like to get the equivalent of a “select distinct ... from...” and I can't seem to do it.
I have a table with a column called category.
How can I create a view containing one row per distinct category?
I want to use it in n8n...
Thank you for your help.