Not sure if I’m linking this right, here trying to link a minimal repro bug. The hover text for the Identity column is showing a bunch of empty fields instead of the actual data. What am I doing wrong here?
All fields are top-level featuredProperties includes everything Types are simple primitives: String, Number, Array<String> idProperty is unique No nested objects, no complexity All fields are populated with clean data
Hi Andrew - Sorry to hear you’re running into an issue here. It looks like you tried to link to some resources, perhaps the Pack and a doc? Unfortuantely it doesn’t seem like they are public, so the links are broken. It may be easier to share some snippets of your code, and to make sure the doc is set to publicly viewable.
Hi @Andrew_Jenkins - Thanks for the repro! I did some digging, and it seems like the culprit is the displayName set on the properties. We used to show the normalized property name in the hover card, but apparently we recently updated it to show the displayName if set. However it appears to have introduced a bug which causes the value to now be loaded correctly. I flagged this issue to the team, but I don’t know when we’ll have a fix available.