Hello Dojo,
I have successfully integrated a low-code application into Cube software following a tutorial(https://community.dataminer.services/courses/kata-20/), and the basic integration works perfectly.
However, I'm now looking to create interactive actions between Cube and the integrated application. Specifically, I want to achieve bidirectional communication:
From integrated app to Cube:
- When I click on a view in the integrated app, I want Cube to automatically open that view in a new card to display detailed information
I've found a few limited functionalities for this type of interaction, but they seem quite restricted. For example, I can manage to open the view card, but it closes the app card, and I can't find a way to open it in a separate new card.
From Cube to integrated app:
- When I click on an element in Cube, I want the integrated app to respond (for example, zoom to a specific location on a map)
My questions:
- Are there more extensive commands available for this type of bidirectional communication?
- Could someone point me to the official documentation covering these interaction capabilities?
Thanks in advance for your help.