I’m trying to display linked entity info on an entity page, but when I add the field (fins_relatedServices) to the config object in location.tsx, it only gives a list of linked entity IDs ([ 1008492077, 1008492072, 1008492073 ]).
I tried doing fins_relatedServices.name but that returned undefined.
What should I add in order to get the linked entity data?
Solved - I had to create an object for the services to access the fields (similar to dm_directoryparents) rather than accessing them directly