Hello,
Is it possible to make a selection within the List widget or filter widget and make that selection apply to a different widget on another page? Sources are different but have a common column.
Thank you!
You could use the list widget to link to a url (another page within your experience), append url parameters (https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm) to select or filter another datasource
Another approach is to add a "Record selection changes - Select data records" message action to the list widget. You can then use the common field to establish a connection between the data sources.
By adding this message action, when you select a record on the list widget, the selection from both data sources will be added to the URL. This means that switching to another page within the same ExB app will maintain the selection.
Regards,
Shengdi