Tried all kinds of slashes and there is nothing about it in the help. FeatureSetByName cannot seem to find anything in a group.

var GraAllot = Intersects(FeatureSetByName($map,"Grazing Allotment Polygons", ["ALLOT_NAME"], false),$feature);
return First(GraAllot).ALLOT_NAME
If I take it out of the group it all works fine.
Thanks
https://developers.arcgis.com/arcade/function-reference/data_functions/#featuresetbyname
Also why is there no Arcade community? Or can I just not find it.