Hi @mdsmith1
Success handler probably did transfer @mCOUNT1 to localStorage, but you will not find that value within the CountChkWNEx4 query, but separately on a global level, and you can always reference it with {{localStorage.values}}
Here is where you can check the state and if the query is transferring the value to localStorage
Hope this helps