I’m trying to build my first Monday.com app, but I feel like some of the documentation is sorely lacking (or at least, the existence of a few example projects).
I found the Quickstart board view github page here, but there are a couple things even the preview image on that page does different than the actual code. The image shows information about items in the board and being able to change the background color, but I can’t find anything in the code that pulls in that information or handles the changing of the background color.
Anyway, my main issue is that right now I’m just trying to create a simple new view for an item. For instance: click on item on board, select my new view, and see information about that item displayed (ie. item name, maybe the value of a status column or something).
But I can’t find any example that does anything like this, so I’m a bit lost. I’ve found this topic and even tried the provided code but it doesn’t work. When I click on my item view, nothing is printed to the console log.
I’d love some assistance if possible.
Thanks,
Andrew