Hello everyone,
I'm a student intern learning how to create a web experience for the company I am working for. I was wondering how you can connect and link a List Widget and showing the given data information to a text widget?
On the text widget, I make use of the dynamic content, but I want to able to utilize the list and have it show up on the text widget with the information provided by the dynamic content. Sort of like the Feature Info, but more customizable. Is this possible?
Solved! Go to Solution.
Yes, provided the source data of the list and text widgets are the same, what you can do is change the content of the text widget from "Default" to "Selected Features." Then when a user clicks the list, the text box will populate with the dynamic content from whatever feature is selected.
Yes, provided the source data of the list and text widgets are the same, what you can do is change the content of the text widget from "Default" to "Selected Features." Then when a user clicks the list, the text box will populate with the dynamic content from whatever feature is selected.
Thank you, Zach! That was very helpful!