Create monday item from new Google Sheets row
This action will create a new item in the board and group you select.
Developer info
- API endpoint slug
- monday.create_item
- Filter code method
- Monday.createItem.skip(string?: reason)
- Runtime method
- runAction("monday.create_item", {})
Action fields
Board group Nested dropdown list
- Label
- Which board?
- Helper text
- Select the board and group the item will be created in.
- Slug
- board_group_id
- Required
- true
- Can have default value
- false
Item name Text input > Title
- Label
- Item name
- Helper text
- The name of the new item.
- Slug
- item_name
- Required
- true
- Can have default value
- true
- Filter code method
- Monday.createItem.setItemName(string: item_name)
Update body Text input > Long text
- Label
- Update
- Helper text
- Optional update (comment) to post on the item after it is created.
- Slug
- update_body
- Required
- false
- Can have default value
- true
- Filter code method
- Monday.createItem.setUpdateBody(string: update_body)
Applets using this Action
-
-
Create monday item from Webhooks event
-
Create monday item from new Airtable record
-
Create a monday item when Trello adds a card
-
Create monday items from new Asana tasks
-
Create a monday item for new GitHub issues
-
Create a monday item when Typeform gets a new response
-
Create a monday item when Maker Webhooks receives JSON
-
Create a monday item when Trello adds a card
-
Create monday item from new Google Sheets row
