Tying together dropdowns on different screens

I have a few different screens on the vision modules which are utilizing the dropdown components. I have these all mapped to a single dataset which holds parameters for many different parts of the main recipe. I was curious if there's a way to have a "main" dropdown on a landing page, and if the user selects this, the remaining screens would automatically index to that selection.

My issue is that these are on different screen pages, so I'm assuming there's some way to pull the "main" dropdown properties into a tag and somehow reference that on another screen to automatically force those slave dropdowns to index against?

Vision client tags are what you are looking for.
Vision Client Tags | Ignition User Manual

1 Like

Thank you! That was exactly what made it work.

1 Like