I am an implementer, and I am currently establishing connections with multiple companies. I have developed an application, and it works very well. However, I encountered a problem: the API names on the dashboard vary across different company environments. How can I standardize the API names on the dashboard?
Page 1 / 1
Thank you. That’s a good idea
I am glad I could help!
Can you share the solution?
You can specify the ID of the column when you create it as explained here by passing the “id” parameter.
mutation {
create_column(
board_id: 7588079605
title: “My text column”
column_type: text
id: “text123”
) {
id
}
}
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.