Hello everyone,
Does anyone know if what I'm trying to accomplish could be done in exp. builder (see image).? What I need is to be able to select an area on the map (e.g Area A) and open the attributes info on a side panel. I could use the list or info widget in exp. builder but the problem is that I need to embed different html documents for each area. I though I could just embed the html page url / iframe on a table and dynamically load each page but it does not work. Does any one know if there is any way to accomplish this?
Thanks
JB
sample.png
Solved! Go to Solution.
Hi Jose,
You can use the Embed widget and connect to data to show the selected data (which can be a URL field). Like this:
ShengdiZhang_0-1629960271884.png
If you don't want to show no data when select no records, you can also configure the empty selection in the Data panel.
ShengdiZhang_1-1629960434034.png
Regards,
Shengdi
Hi Jose,
You can use the Embed widget and connect to data to show the selected data (which can be a URL field). Like this:
ShengdiZhang_0-1629960271884.png
If you don't want to show no data when select no records, you can also configure the empty selection in the Data panel.
ShengdiZhang_1-1629960434034.png
Regards,
Shengdi
Thank you ShengdiZhang!
Awesome....this work great! Thank you very much for your quick response.