in my LCA, I'm viewing my services in a table (service name, created date, view name etc) format with trigger running every 30 seconds to get the new data. if I double click a row the service details will be displayed in panel format, I pass selected service name as input to get service details.
if I update any of the service parameter in cube, the panel is refreshed in 30 seconds but we don't have trigger function for panel. once the panel is refreshed the panel throws the below error coz service data is updated??
Hi Baranisudha,
You see this error because the query data source of the components expects a required 'Service name' argument, which is not filled in. I'm not sure how the value is linked in your specific setup, but a possible solution would be to make the argument optional instead.

Based on the screenshots, I suspect that 'Table 1' no longer has a row selected when your issue occurs? This probably means that the selected row is no longer in the dataset and the table is updated. This update can be triggered from a trigger component, an action or with query updates ('Update data' setting enabled).
I have added a screenshot on how i have linked the selected service