Refreshing Multi State Box Data

Hi,

Could someone help with the code to refresh Multi State boxes?

My product has a main ‘Dashboard’ (State A) which displays information in widget like format such as ‘amount of Items in stock’ through an item count connection to the dataset.

In order to add more items to the stock list the user would fill out a form on the ‘Stock page’ (State B) which in turn populates the information into the dataset however, I would like to ensure that if they were to tab back to the Dashboard after submitting the form that ‘State A’ (Dashboard) has refreshed to display accurate information depending on any changes on correlating states.

I’m assuming it’s as simple as ensuring that each state change triggers a refresh?

This is my current code, it’s simply allowing the user to navigate the states with external buttons.

thanks

Hi,

thanks for the response.

My knowledge is very limited, are you able to provide some more advice or sample code please?

this is what i’ve come up with…