Kindly assist, I am trying to export my gallery data to excel using exporttoexcel component but for some odd reasons all my choice columns are showing numbers(values) instead off label for choices. Here is my code used for exporting the data:
This is a common issue when exporting data that contains Choice columns. By default, the JSON() function serializes the underlying value of a choice rather than the display label.
I'd use .Value to get text value. Something like this
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.