To remove all messages on the content simply add the "clean-messages" action Code Block |
---|
"triggers":
[
{"event": "on-change-state",
"conditions":
[
{"final":true}
],
"actions":
[
{"action": "clean-messages"}
]}
] |
If adding the JSON trigger using workflow builder there is no need to include the opening "triggers": JSON markup notation, since it will be added by workflow builder. Tip |
---|
A message can be set using the "set-message" trigger action. |
|