Several attribute rules that use FeatureSetByName have suddenly started giving validation errors since I updated to ArcGIS Pro 2.8.1. I am using $datastore and it says table not found, but the same expression runs fine in ArcGIS Pro 2.6. Was there a change to the function that I missed documentation on? Both ArcGIS Pro instances are using the same SDE connection.
My expression is below:
var poly = Intersects(FeatureSetByName($datastore, 'DMR_AMLDB.CREATORAMLP.County'), $feature)