I have a list based on a feature service and I would like to display attributes from a related table in the list.
I have successfully pulled related records in the popup of a web map, but the same Arcade expression configured in the list of a Dashboard doesn't. In fact, just leaving the the code:
var related_data = FeatureSetByRelationshipName($feature, "name_of_relationship");
displays "Unable to parse script". Check your syntax." below the expression box, but no error icon (red square with a cross) at the beginning of the line.
The question is, has anyone ever been able to configure the list of an Operations Dashbard using FeatureSetByRelationshipName Arcade expression?
Thank you.
Whenever an Arcade expression uses