Skip to main content

Function HideMessage()

Hide a default or custom snack bar message

Alex avatar
Written by Alex
Updated over 2 months ago

Use the hideMessage() function to hide the message identified by the messageId

How to use

  • hideMessage(messageId)

Input

messageId - the message ID is stored in the showMessage() action and could be passed as a value or like a reference, i.e. {{lastAction.id}}, or it could be a variable
​

Example

HideMessage(lastAction.id) - will hide the snack bar message with the corresponding ID

See also

Did this answer your question?