Export CSV showing Primary Key Relationship

When using the Export CSV function I’m finding that anything that is a relationship is just exported using the primary key, not the actual display name. Can we please get a feature to show the Display name rather than the primary key value when exporting data?

If you urgently need this, you could run a workflow with "Return result’ actions that swap out the primary key to the display name you need, before executing the Export CVS function.

Alternatively, you could create an API call specifically for your table in the backend (Xano, Supabase etc…) that sends the required table (in your wanted format) to the front-end.

Thanks, let me give this a shot.

Let me know if you need a hand, if done using a workflow you would have to play around with functions like createObject(), filterByKey(), Array() which could be tricky depending of your usecase.

Sounds good, thank you!