Select to view content in your preferred language

Connect a widget on one page with a widget on another page dynamically

533
3
Jump to solution
10-25-2024 06:10 PM
Labels (1)
Ed_
by MVP Regular Contributor
MVP Regular Contributor

let's say i have a table widget on page 1 with a bunch of attributes coming from a hosted table.

the user select record 

on page 2 you have a text widget which is also connected to the same hosted table.

the text widget has something like "This feature is updated {update_frequency}." so {update_frequency} value comes from the row select on page 1 table.

is this possible in Experience Builder? if so, how?

Question | Analyze | Visualize
0 Kudos
1 Solution

Accepted Solutions
Ke_Xu
by Esri Regular Contributor
Esri Regular Contributor

Hi @Ed_,

It could be done in Experience Builder.

You could add an expression in Text widget like this. 

Ke_Xu_0-1730078817383.png

 

Thanks,

Ke

View solution in original post

3 Replies
Ke_Xu
by Esri Regular Contributor
Esri Regular Contributor

Hi @Ed_,

It could be done in Experience Builder.

You could add an expression in Text widget like this. 

Ke_Xu_0-1730078817383.png

 

Thanks,

Ke

Ed_
by MVP Regular Contributor
MVP Regular Contributor

@Ke_Xu thank you for your response 🙂 so if i choose "Selected features" in the text box on page 2, these in my case will then be coming from the selected features in the table on page 1 right?

Question | Analyze | Visualize
0 Kudos
Ke_Xu
by Esri Regular Contributor
Esri Regular Contributor

Right. Select features in the table on page1 and then get the result in the text widget on page 2.

0 Kudos