is there any code example showing how to create a custom object? all i can find is Custom objects i need a code example showing how to build an app that creates a custom object. also tried GitHub - yuhgto/mondaydotcom-code-examples: Some monday.com API code examples for developers working with our API with no luck. i want to combine data from multiple boards. i thought custom object would be the right tool for this.
A custom object is almost exactly the same as a board view or an item view, but the location in monday is different, and when you listen to the context, the data is in a different shape.
If you’ve done the basic version of either of these, then a custom object is pretty much the same.