Hello everyone,
I am working on a project where I need to create multiple columns in a Monday.com board. I want to add 10+ columns with different types (text, numbers, date, etc.) using the Monday.com API. However, I found that creating multiple columns in a single request is not supported natively in the API.
I am currently considering using separate requests for each column, but I’m wondering if there’s a more efficient way to do this programmatically.
Can anyone suggest the best way to batch create multiple columns using separate requests or any improvements to the approach below?