I had an embedded module which has an object set filter, this object set filter is populated using an object set which is function backed, so the issue was whenever the user would close the embedded module and reopen it, the filter gets recomputed and loses its selection
But this was solved using promoted variables as shown in the image, but I don’t know how it was solved as it was not done by me, could I understand the concept of promoted variables and how to make one on workshop
That is why it was not connecting dots in my head that why doesn’t the variable show in state saving the variable, but apparently one can configure state saving enabled in setting, make state setting variables and if doesn’t need Module state on the top left, just disable but still the state saving variables work, Thanks!