JS Query Success handler to local storage, how to reference the data I want in "value" field? (Solved)

I have a JS Query that returns an array of records. I want to use the success handler action "Set local storage" to put that array into local storage. How can I reference the query's "returnedArray" in the success handler value field?

Thanks.
Brady

Well, nevermind. For whatever reason (slow browser session or a typo) the auto-complete wasn't showing me the reference I assumed would be correct for the value field. Ss soon as I posted this and tried again, the solution presented itself and I'm all set.