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 If adding the JSON trigger using workflow builder there is no need to include the opening "triggers": " JSON JSON markup notation, since It it will be added by workflow builder. A A message can be set using the "set-message" trigger action. |
|