Shared Namespace Between Webforms Not Updating

Hello,

I have a webform with a matrix that has the selected item datasource set to “selected_entity” in the namespace. I then navigate within this webform loader to a different webform that has a textbox that has a datasource set to “selected_entity.text”. The text box in the second webform does not update with the selected info. Does anyone know what could cause it not to update?

Best,
Elliott

Hello Elliott!

Which Qodly version are you using? and what steps did you follow to obtain this behavior?

Hi Fadwa,

I am using v0.26.2. Here are some screenshots that show the steps I am doing:


Best,
Elliott

Did you use the navigation event in the onSelect event of the matrix or somewhere else?

1 Like

That fixed it! I had the navigation action set to onClick for the flexbox within the matrix. Thank you so much.

1 Like