Hello everyone, I hope you're all doing well!
I'd like to know if there's a way to send pop-up notifications to users — or a group of users — in an LCA when a column in a table component reaches a specific value.
For example, I have a column that shows the remaining time of an event, and I want to notify users when the timer reaches 2 minutes remaining.
Hi João,
It is currently not possible to trigger a 'Show a notification' action based on a condition. If this is something you are interested in, you can create a feature suggestion.
Alternatively, it is possible to create an Ad hoc data source that is used to show this message to the user via a component (table, grid, state, ...). The source can return a GQI row for each message that should be shown to the user or a single row that has the most recent message. This message can then be styled using the component settings (depending on the component that visualizes it). Note that the downside of this approach is that the message will not be visible when the component is not on screen.
Hi Wout, thank you for your answer! I'll leave a feature request for this, i think it would be a good feature for monitoring purposes