[SOLVED] A new error recently surfaced. Worked correctly initially

my java script sends a message to thunkable using:
window.parent.postMessage(JSON.stringify(messageContent), ‘*’);

ON the thunkable-end I use webViewer->ReceiveMessage->getObjectFromJSON->message
to receive the message and retrieve it correclty…Store it in app variable “encPass” and display it using messagebox. When another function in the same screen uses this app variable “encPass” it becomes unreachable and not accessible.

This worked correctly initially but now is not functioning.

solved now using and implementing the property ‘save’ of the JSON message in thunkable.

1 Like

Hello @mhatreuduyu
Thank you for sharing your solution!