@SahithiMalyala - I got your requirement, but why isn't this solution
working?In your App Builder project, there are different workspaces for
prod, stage, dev, etc. Each comes with its own Runtime namespace.If you
deploy your app to a namespace, let's say dev, libState.init (without
any param) will automatically pick the dev namespace. And the libState
data is specific to that dev namespace only.If you deploy to stage
later, you will have fresh data of stage. And the same for prod.In
summary, th...