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!