Hi Dojo,
I have an application where I use action buttons in DOM to update the state of my DOM instance.
All of this is working as expected, however, I'm unable to identify how I could trigger an update of the (GQI) table in my app, listing my DOM instances after an action button is pressed in the form component.
Do you have any suggestions?
Hi Ive,
The current limitation with DOM and Low-Code Apps is that the buttons present in the form are defined only in the DOM (status) definition and do not have any context of Low-Code Apps. To enable the execution of Low-Code App actions alongside DOM actions, a software extension would be needed.
While you can add a 'refresh' button to the app, it may not suffice for your use case where automatic data updates are expected. As mentioned by Ward, GQI will soon have real-time updates for specific data sets and queries, which could be a suitable solution depending on your query and use case.