Native Download CSV action needs to be updated to allow selection of a display field for linked fields.
For example,
I have a dataset called Projects. Once of my project fields is Facility which refers to another dataset. When I try to download as CSV, the Facility field only displays the Facility UID. I would like for it to display the Facility Site Name.
There are some work arounds that require creating a duplicate field in the Projects dataset that copies over the Facility Site Name but that seems inefficient and defeats the purpose of having a relational database structure where I can link datasets together.
It should be an option on the Download CSV workflow for fields that are linked to another database to select the display field from that dataset to be shown.