When trying to use the FeatureSetByAssociation Arcade function for Connectivity Association type, we are not able to fetch the associations, it just returns an empty result.
When we use the Container association type it is returning correct record counts of the associated features
For example with this first TelecomEdgeObject record, we have 12 Containment and 2 Connectivity Associations:

When we try to use Arcade:
Containment:
Returns 12 as count of associated features

Connectivity:
Returns 0 as count of associated features

What could be going wrong here? We tried creating an association(connectivity) manually, and it still does not consider it.
Any thoughts would be helpful!!