Hi,
I follow the link to share data between widgets : https://community.esri.com/thread/34393
But I can only pass the shared data the first time.
I have Input.widget (widget A) and Records.widget(widget
, and shared object pass from widget A to widget B.
The first time I open widget A and click "OK" button, the data pass to widget B, widget A closed and widget B opened and init() of widget B called.
But the second time when I open widget A and click "OK" button,widget A closed and widget B opened, but the init() function in widget B not called.
It is because I haven't release widget B when it is reload? How can I solve the issue?
Sorry for the poor English, thank you in advance.