Local storage variable not mapping to request?
Hey there!
I'm trying to map a previously-set local storage variable to a JSON request, but for an unknown reason, it's not working. Attached is a picture of what I'm trying to do.
I'm assuming that, once "answer" is set (It's set on the previous screen. I've confirmed this) it should just be filling in that value on the request. However, that request is returning NULL, not the value of the local variable.