Create Subitem
Creates a new subitem.
External Documentation
To learn more, visit the Monday documentation.
Parameters
Parameter | Description |
---|---|
Item Name | The new item's name. |
Parent Item ID | The parent item's unique identifier. |
Example Output
{
"data": {
"create_subitem": {
"id": "1235025789",
"board": {
"id": "1234567890"
}
}
},
"account_id": 12345678
}
Workflow Library Example
Create Subitem with Monday and Send Results Via Email
Preview this Workflow on desktop