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?
Solved! Go to Solution.
Hi @Ed_,
It could be done in Experience Builder.
You could add an expression in Text widget like this.
Thanks,
Ke
@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?
Right. Select features in the table on page1 and then get the result in the text widget on page 2.