Hi everyone,
I’m trying to trigger a real notification (Show Notification / toast) after a user changes a Choice component value in Glide.
The issue:
- a Choice updates the column correctly
- but I can’t find a native “on change” action/workflow for the Choice itself
I’m specifically looking for:
- an in-app notification
- immediately after the selection
- without adding an extra confirmation button
- and not just showing/hiding a text component
Have any of you found a clean Glide-native workaround for this?
Thanks!