You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Enables combining multiple error checks into a single output",
key: "was_error",
version: "0.0.2",
type: "action",
props: {
errors: {
type: "boolean[]",
description: "The error conditions you want to check. Truthy inputs will be treated as `true`. See https://developer.mozilla.org/en-US/docs/Glossary/Truthy for details.",