Select to view content in your preferred language

Reference a Standalone Table

1158
1
Jump to solution
04-12-2023 01:00 AM
StefanAngerer
Regular Contributor
Hi Esri Community,

 

I have a question regarding ArcGIS Arcade and portal tables. Is it possible to reference a standalone table that is hosted on the portal in an Arcade attribute rule? Specifically, I want to join the standalone table with a feature set to extend the information of the feature set. If anyone has experience with this or knows if it's possible, please let me know. Thank you in advance for your help!

0 Kudos
1 Solution

Accepted Solutions
JohannesLindner
MVP Alum

I don't think it's possible. You'd need FeaturesetByPortalItem to load the table, and that is not available in the Attribute Rule Calculation profile.


Have a great day!
Johannes

View solution in original post

1 Reply
JohannesLindner
MVP Alum

I don't think it's possible. You'd need FeaturesetByPortalItem to load the table, and that is not available in the Attribute Rule Calculation profile.


Have a great day!
Johannes