Hello,
I'm currently working on an Experience Builder application to update some facility data. I have a URL to a form stored in a text field in multiple layers in the same feature service. Is there a method for opening that URL in one embed widget. Right now I can link to only one layer and would like to dynamically link to all of my layers if the user selects that feature.
Thanks!
@JoshFoster - I believe what you are after can be achieved using
-A section and one view per feature type.
-Each view is then set up with a Embed widget that is set up a with the layer specific URL.
-Then getting the selection of the feature to drive which view (embed widget) is active.
I set up an example for 3 different layers.
HV Conductor
LV Conductor
Substation
I have used a Section Widget with 3 views
I have set up a Map action to open a view and set the triggering data to the specific layer.
Here's a video of it in action
Hope that helps