OK. I see what you are saying and I made the correction to look like this: return '{"user_id": "' + value + '"}';
But I don't know how to get it to evaluate to the local storage variable called local_user_id.
I have mapped to variable local_user_id from the response to the login of my previous screen. (Two screens Startscreen with login and Welcome Screen to disply items for the user that logged in).
The other place I'm missing knowledge is how to even examine what I have in the local_user_id. I tried creating a simple alert popup but I don't seem to be able to reference the field correctly. I wanted to place the alert in the Success action to see what I had. Sorry to be so dumb
. Ralph