Creates a new subitem.

External Documentation

To learn more, visit the Monday documentation.

Parameters

ParameterDescription
Item NameThe new item’s name.
Parent Item IDThe 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