I think this was when we went to Pro 3.5.5 all of a sudden all our Arcade using $datastore in layouts in dynamic text broke. We have tons of these.
We are getting
Object not found $datastore
on code that has worked for over a year at least.
Simple code here that calls to SDE. Tried with and without SDE prefix etc. Again this all worked for years.
FeatureSetByName($datastore, "I_Indicators", ['*'], false)
We had it nested under Filter but pulled it out for testing. I do not see how datastore can not be valid?
Not finding anything at all out there on this. Tried $map and does not work which I get. But why is datastore suddenly gone?
Appreciated the help all our production stuff is now down so we are desperate.
thanks
Is there a reason $map does also not work? That would work for us but it is not working also.
Removing the $datastore Arcade profile from ArcGIS Pro Layouts is a significant regression for users who rely on dynamic text expressions to drive quality control and consolidated reporting from multiple related tables. Our team has used $datastore successfully for years to generate one‑page Data Summary PDFs (via map series) that combine values across many layers and related tables and apply custom QA flags. When $datastore stopped resolving in 3.5.5 (“Object not found $datastore”), these summaries and the QC flow they enable were immediately impacted.
Why this matters
Request
If $datastore must be removed from the Layout profile, please add an equivalent—for example, make $map available in Layout Arcade so expressions can reference layers in the project’s map(s). Today, Layout dynamic text doesn’t recognize $map, and documentation indicates $map availability varies by profile (e.g., popups vs. field calculations). Bringing either $datastore back or enabling $map in the Layout profile would preserve long‑standing workflows without forcing users to re‑platform.
What we’ve tried
Additionally, please provide:
We’re happy to share sanitized .pagx and a list of expressions illustrating the QC logic. Thank you for considering a path that keeps Layouts a first‑class home for serious data QA.
@KoryKramer - FYI
I just opened a map that relies on $datastore to summarize data in the current map extent and also summarize project totals, and it no longer appears to be working. This is disappointing, as I spent many hours building these maps around that functionality. I hope this change can be reverted or addressed soon.