Is it possible to download a CSV in the following format?
Pardon my example here, but the idea is that the ‘Question’ and ‘Category’ columns would stay fixed, and then the Answer column would contain a dynamic value that would pull a value from that user’s data (text in red above).
As it stands now, I can save the values to the database with the question as the data type, but this is super clunky and not that helpful on the user side. Let me know if there is some way to transform the data to match this formatting.