Transferring Values to Storage

I have got this to work in the past but I can’t find my old code.

First I run a query as per the fist screen capture below. The value retrieved is “Watson”.

Second I use the Local Storage Event Handler to assign @LastName a Local Storage Name of mToLastName

Third instead of getting “Watson” into localStorage, I get the variable name “mToLastName

What am I doing wrong?

Mike

Screen 1

Screen 2

Screen 3

Hey @mdsmith1 ,

Looks like you’re passing a hardcoded value through. You likely want something like this where you escape to code with the {{xxx}} (replace query1 and the LastName with the query name and column name from your actual code):

1 Like