Hello,
In the advanced formatting settings I'm trying to use arcade to display the text data within the field the indicator is referencing. This is my code
var cat = $datapoint["count_Asset_Group"]
return {
//textColor:'',
//backgroundColor:'',
topText: cat,
topTextColor: '',
topTextOutlineColor: '',
topTextMaxSize: 'medium',
middleText: $datapoint["count_Asset_Group"],
middleTextColor: '',
middleTextOutlineColor: '',
middleTextMaxSize: 'large',
//bottomText: '',
//bottomTextColor: '',
//bottomTextOutlineColor: '',
//bottomTextMaxSize: 'medium',
iconName:'icon1',
iconAlign:'left',
iconColor:'',
iconOutlineColor:''
//noValue:false,
//attributes: {
// attribute1: '',
// attribute2: ''
// }
}However, the top text is only showing the number of times the value in the field shows up when I want it to show the actual text of the field ex. House, Car....

This is a screen shot of how I configured the data in my indicator
