Skip to documentation
GenHealth - Checks integration

Check Grid for Substring

Perform Check Grid for Substring through GenHealth - Checks.

View as Markdown
check_grid_for_substring
write

Inputs

  • grids
    expression
    Grids

    Optional literal value or workflow expression.

  • grid_keys
    json
    Grid Keys

    Optional JSON value.

  • search_term
    text
    Search Term

    Optional text value.

  • empty_field
    text
    Empty Field

    Optional text value.

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "grids": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "grid_keys": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "empty_field": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "search_term": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all GenHealth - Checks actions