run_scenario_11707
Trigger and interact with automation workflows by processing an array of text collections. Designed for integrating Make scenarios with AI systems to enhance task automation.
Instructions
Scenario Inputs: Array of Collections
Input Schema
Name | Required | Description | Default |
---|---|---|---|
array | No |
Input Schema (JSON Schema)
{
"properties": {
"array": {
"items": {
"properties": {
"text": {
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": "array"
}
},
"required": [],
"type": "object"
}