Can I invoke multiple webdialogs and communicate between each other.
I’m creating a plugin, with input UI (webdiloag 1) which has to invoke a different website URL (webdialog 2).
I would click a button on webdialog 2, which will send a value to webdialog 1 (need to acquire this value from webdialog 2 and display it in webdialog 1).