Select to view content in your preferred language

Experience Builder - Related Tables and Feature Classes

925
2
01-18-2025 01:09 PM
Labels (2)
KateDoughty1
Regular Contributor

I am trying to using Experience Builder to visualize construction options. I have the following:

  1. Results feature class
  2. Construction segments feature class
  3. Construction options table

1 is/can be joined to 3 by ID

2 is/can be joined to 3 by ID

Essential what I want is for the user to filter by result, and for 2 and 3 to automatically update with the options.

I've tried arcade, pop-ups, etc. I really one result to show all available options based on the join, and the available options to only show construction segments based on the join.

 

Any help is appreciated!!

0 Kudos
2 Replies
ShengdiZhang
Esri Regular Contributor

Hi @KateDoughty1 ,

Due to some known limitations, currently, it is impossible to filter data from the Parent and Related tables simultaneously.

The message action Record selection changes - Framework - Filter data records, supports filtering related records, but you have to select a record on 1 to trigger the filter on 2 and 3.

Regards,

Shengdi

0 Kudos
ShengdiZhang
Esri Regular Contributor

Hi @KateDoughty1 ,

In the latest Feb 2026 AGOL release, we support selecting and filtering data records using the "Data filtering changes" trigger. This enhancement allows related layers to be filtered automatically when a filter is applied to the parent layer.

ShengdiZhang_0-1772520157240.png
Please note that there is currently a limitation for performance considerations: the action will not run if the filtered results from the trigger data exceed 1,000 records.
 
Let me know if you have any questions or need further clarification.
 
Thanks,
Shengdi
0 Kudos