Converting data to a CSV

I built in a feature to download a CSV document with a list of data, which is pulling data from a repeating group on my page. Most of the data comes out fine, however as you can see in the picture below one of the data points is not converting to the text value that it is referencing.

When I originally create this data which is displayed in the repeating group I basically have a dropdown menu, which is referencing a secondary list of Data Types and displaying the “Name(s) Value” of each of those data types as a list.

The aggregated data in the above-mentioned repeating group is displaying that “Name(s) Value” as a text and it shows up just fine on my page. It’s only when I download it as a CSV that it is referencing what I assume is the unique ID of the Data Type which I’m pulling the name from. I’d like to display the text of the “Name(s) Value” if possible.

Any ideas here? Thx!

A little more info here: when this data displays on my site, this is how it looks:

The letters in bold are equivalent to the value displayed on the “job_select_custom_job” and that’s where I’m confused on this one–it’s displaying the job name fine on the website, but when I download it as a CSV it’s not displaying the job name. My best guess is that number is the unique id of the data set of that specific job :confused:

Is it a specific plugin you’re using? I have had good luck with this one 1T - CSV Creator Plugin | Bubble

In your case its exporting the unqiue ID of the thing instead of a field if your choice

Yes! works perfect now thank you

Screenshot 2024-09-25 at 2.45.08 PM

1 Like