Export csv

When I export to CSV table, I see the keys in the “related column”.
Is it possible when I export a table to CSV to see the value from another column from the same table instead of the key column ?

Solved Solved
1 8 1,453
1 ACCEPTED SOLUTION

Hello @11179

Unfortunately, the CSV creation system literally just exports what’s inside the fields; so if you’re wanting to see the actual “user friendly” values in a field, you’ll need to include an additional field to contain them.

Thankfully there’s an easy way to accomplish this called: list de-reference.

create an additional virtual column, call it what you will (Related Park Names, or something) and use an app formula like this:

[Related Logs][Park Name]

This will create a list of all the park names - which will then be visible inside the CSV.

You’ll likely want to hide this new column, as it will only contain duplicate looking data in the app.

View solution in original post

8 REPLIES 8
Top Labels in this Space