Skip to main content
Best answer

How to create subitems in monday.com?

  • January 9, 2022
  • 6 replies
  • 1334 views

I’m sure someone has already done this before.

 

I’m have a board where the purchase order is the main item and then each SKU/Product within that purchase order is a subitem. 

My trigger zap is from a purchase order inside of quickbooks and the subitems exist as line items inside of quickbooks so this should be pretty straightforward field mapping.

It doesn’t appear that Monday’s Zapier build supports the creation of subitems. If this is correct does anyone know how to do this via webhook using Mondays API docs?

I’m pretty strong with Zapier but not so much with navigating the API docs.

 

Any help appreciated!

Best answer by SamB

Not sure if you’ve already got this sorted @Chris VanderValk but I wanted to let you know that the monday.com now has a Create Subitem action which allows for Subitems to be created without the need to use a Webhook action: 

ae98085c5e691d5b256aa2eeefc55077.png

You can see a full list of all the available triggers and actions for monday.com here: Supported triggers and actions :slight_smile:

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

6 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • January 9, 2022

Hi @Chris VanderValk 

Consider hiring a Zapier Expert for help with the Monday API to create Subitems: https://zapier.com/experts


That's not a very helpful answer respectfully…

 

It's not complex but a simple put function.. Just need to see someone who's done it. Isn't that kind of the purpose of trying the community first?


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • January 9, 2022

@Chris VanderValk

The Monday API uses GraphQL which is a bit different syntax wise than regular REST APIs.

 

The Monday API has documentation how to use cURL (aka POST Request) to Create a Subitem via the POST options for the Webhooks app: https://zapier.com/apps/webhook/help

 

https://api.developer.monday.com/docs/subitems#subitems-mutations

 


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • Answer
  • March 9, 2022

Not sure if you’ve already got this sorted @Chris VanderValk but I wanted to let you know that the monday.com now has a Create Subitem action which allows for Subitems to be created without the need to use a Webhook action: 

ae98085c5e691d5b256aa2eeefc55077.png

You can see a full list of all the available triggers and actions for monday.com here: Supported triggers and actions :slight_smile:


  • New
  • March 29, 2022

@SamB with the new Create Subitem action, it doesn’t currently have the ability to add information to any additional subitem columns and it doesn’t output the subitem ID to be used in another action like Change Multiple Columns Value.

Is there a workaround for updating the additional subitem columns? Similar to Chris, I have line items from an invoice that I’d like to have as subitems.


I’m also looking to add / change a subitem’s value.