Sending messages between windows
When running multiple application windows, you may need to pass messages between them to sync data & actions.
Send a message to another window using the Window - Send Window Message action.
And listen for the Window - Message Received event.

Pro Tip:
If running external content, execute this JavaScript to send a message.await window.deskifier.invoke('sendWindowMessage', { message, toWindowId })