Share input data between view scenes
Hi,
I'm trying to get data from QR codes (string data) using Scan widgwet. It works as it showld in the view scene where was deployed. But what I want to achieve is to share this data between view scenes.
For context, Users have to scan their QR-ID, Need this ID to be shown over all the view Scenes.
I tried with a function:
$scope.view.wdg['label-name1']['text']= $scope.view.wdg['label-name2']['text'];
Also i tried adding "view.(viewname).wdg," But nothing seems to work.
Thank you.

