I'm building a low code app using an AWS MediaConnect element as the primary data/control endpoint. I've created a cell button in the table that launches an automation script that will write to various parameters on the element depending on which option is selected. The automation works as expected, but the Status (Flows) parameter does not update in the app - I have watched it for as long as an hour with no update. I have verified that the parameter is updating as expected in cube in almost real time
Also tried changing start/stop via Cube, with no change in the parameter visible in the App.
Allow WebSocket Communication is enabled on the page and inherit WebSocket settings from page/panel is enabled on the table. I have tried setting Update data to both on and off with no change.
Can you provide some details around how GQI tables update when the underlying data changes, and if there is any fix for the behaviour I am seeing.
Thanks!
Hi Jim - not sure if I fully comprehend the situation you have, but is it showing the updated information when you reload the dashboard? Because if I read correctly, you are using a GQI and those are not updated automatically I believe after the initial load. If that would the case for you here, you could add a Trigger Feed for that table to automatically reload and update it (Trigger feed | DataMiner Docs).
Brilliant, glad to hear it’s resolved!
Thanks Ben, I didn’t realize the GQI feeds do not update automatically. Adding the trigger feed has resolved my issue. Thanks!