I have a question related to ArcGIS Experience Builder setup.
I currently have:
There is a one-to-many relationship between the Assets layer and the Jobs table/layer.
My goal is:
User selects a park
Automatically filter all assets within that park
Automatically filter all jobs related to those filtered assets
The Assets layer contains Park Name/GUID fields, so I can use that for data actions or triggers. However, while the park selection correctly filters the Assets layer, the related Jobs layer does not automatically filter to only jobs associated with those assets.
There is currently no direct relationship between the Park layer and the Jobs layer.
My questions are:
Does Experience Builder support multi-step filtering/data actions across tables like this?
Or would it be better practice to move the Park layer into the same feature service and create formal relationship classes between Park and assets. Will Experience Builder honour chained relationships (Park → Assets → Jobs)?
Just trying to understand the best architecture for this workflow before restructuring the data model.