This is the graphic attributes object I can access in javascript:
{
objectid: 1,
species_id: "b96c54b0-1b79-4a8b-af07-06b60a85b959",
status_id: "d6acca47-4c88-4da1-9e17-8c8b5d54f7f7"
}
species_id is coded value that have more that 4k values
![patryks_0-1701213167825.png patryks_0-1701213167825.png](https://community.esri.com/t5/image/serverpage/image-id/87395i48AD22C9B666A767/image-size/medium?v=v2&px=400)
This is how it is visualized in FeatureTable
![patryks_1-1701213243473.png patryks_1-1701213243473.png](https://community.esri.com/t5/image/serverpage/image-id/87396iB2350E09D01743A5/image-size/medium?v=v2&px=400)
FeatureTable can access coded/dictionary value of the attribute. Is there a way to access it via js api?