Hide Snackbar
Using this action, you can hide the current or queued snackbar. You could use it to remove it from the screen when it is no longer needed or relevant. For example, if there is a queue of snackbars it may be necessary to hide them once the user has navigated to another page.

Hiding snackbar
Follow the steps below to add this action to any widget.
- 1.Select the Widget (e.g., Container, Button, etc.) on which you want to add the action.
- 2.Select Actions from the properties panel (the right menu), If it's the first action, click + Add Action button. Otherwise, click the "+" button below the previous action tile (inside Action Flow Editor) and select Add Action.
- 3.Search and select the Hide Snack Bar (under Alerts) action.
- 4.You can set the Hide Scope to one of the following:
- Current Only: This hides only the currently displaying snackbar.
- All (Current and Queue): This hides current + any snackbar in the queue.

Adding Hide Snackbar action
Last modified 2mo ago