Select to view content in your preferred language

List Widget - Detach infos

126
1
08-15-2024 10:57 AM
lelaranja
New Contributor

Hey there, folks!
Got a question and not sure if it's doable.
I made a list with a 'read more' field. On that new page, I need to add unique descriptions and other stuff for each item. In short, I need the info to be separate from the original list as they're big documents and descriptions that won't fit in the attribute table. It's possible to do that?

0 Kudos
1 Reply
ShengdiZhang
Esri Regular Contributor

Hi @lelaranja ,

You can use the selected features view for the widgets on the new page.

ShengdiZhang_0-1724032402096.png

In the list widget, you can add a button widget for each list item and link the button widget to the new page. When you click on the button widget on an item, the page will redirect to the new page and the list item will be selected, so using the Selected feature view can display information about that particular item.

If the description is in a different data source, you can add this message action in the list widget: Record selection changes - Framework - Select data records, and add trigger/action connections.

 

Regards,

Shengdi

0 Kudos