Check Grid for Substring
Perform Check Grid for Substring through GenHealth - Checks.
check_grid_for_substringwrite
Inputs
- Grids
gridsexpressionOptional literal value or workflow expression.
- Grid Keys
grid_keysjsonOptional JSON value.
- Search Term
search_termtextOptional text value.
- Empty Field
empty_fieldtextOptional 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
}