Refreshing Bindings within a Carousel

I have a carousel containing a selection of views with buttons/numeric input fields to allow the user to write values to the PLC. The values aren’t written to the PLC until an ‘Apply’ button is selected, and if the user changes view on the carousel before selecting Apply, the values are reverted to the PLC values.

What is the best way to refresh the bindings on the components within the carousel views? I have tried the .refreshBinding() on the carousel views binding but the state of the components doesn’t change back to the PLC values.

Is the ‘Apply’ button inside the carousel views, or outside?

How are your bindings set up? How are the input fields populated from the PLC values?

I think we need more information to help you solve this. Screenshots are a quick and easy way to give context too.