Welcome to the new monday developer community
Discussions category for everything related to app development on top of monday.com
Recently active
I was trying to follow Quickstart guide while experimenting, and I ended up with this in the sidebar: Good - so I have a feature, “New App - Item View”. How can I delete/remove this feature, while keeping the app?
Hi, I am testing the Monday.com API endpoint using a developer account. I encountered the 429 error. I have a few questions about this. { "error_code": "ComplexityException", "status_code": 429, "error_message": "Complexity budget exhausted, query cost 325385 budget remaining 23845 out of 1000000 reset in 20 seconds", "error_data": {}, "errors": [ "Complexity budget exhausted, query cost 325385 budget remaining 23845 out of 1000000 reset in 20 seconds" ], "account_id": 14649038 } What’s the complexity limit for developer account? 1M or 10M? I found developer account limit was upgraded to 10M in the community announcement, but I can only see 1M during my testing. What does “budget remaining” in the error_message mean? According to my understanding, remaining budget means I haven’t reached the complexity limit, then why it raises complexityException error? Paid accounts may have higher complexity limit, how about Enterprise Account? Can Enterprise Ac
Hi Team, I’m new to monday.com so need your help on the below, I’m trying to find the server status through node.js and update the status in monday.com , could see result column updated but when i checked on monday.com board no changes. could someone help me on this please, Thanks, Duken.
An issue with a strange value in column which type is date occurred when adding an item using the mutation query. Using Tool : Postman Using Query mutation { create_item (board_id: ${board_id}, group_id: ${group_id}, item_name: ${item_name}, column_values: "{"date4":{"date":"2023-03-03"}}") { id } } expected : Item which has 2023-03-03 date value result : Item which has 2022/08/07 date value I tried 10 times. I confirmed that issue occured once out of 10 times. Please answer me why this issue has occured and how can i fix this issue.
I include a url into an update and it is displayed in full and works fine. But I want to choose the displayed text, instead of showing the full url. How can I do this?
With mutation { create_update (item_id: ${itemId}, body: "${body}") { id } }`; I post an update. But the displayed author of this update is not taken from the user_id, nor from the app itself, but apparently from the one who installed the app. Is this something an app can change?
Hi team, happy to join. I want to listen to context change in the boards with the monday SDK function - monday.listen(“context”,…). I have two questions regard this: Can I decide what boards the context listen function will be applied to? for example if I’m creating a custom object with React, and I’m use the monday.listen(“context”) function, it will be triggered for the context changes in all of the boards? Can I do monday.execute from specific board view application or custom object application, to other boards? or the monday SDK scope is relevant just for the board which the board view app was added to? Thanks in advnaced!
hello everyone, I am getting “Cannot read property ‘map’ of undefined” when trying to create an item in monday.com keep in mind, board is set to private, I have tried my admin user level API key and also organization key, neither are working. please check my loom video for more details.
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
Hi there, Does a webhook event exist for file uploads to sub items (but not to File columns)? I know that the event from files uploaded to a “Files” column can be captured with the change_column_value but it’s not clear if it’s possible to subscribe to an event when a file is added to the “Files gallery” on a sub item.
Hello everyone. I’m trying to create my first integration app on Monday. I’m following the guide but I got stuck at this point. Any thoughts ? Nodejs is installed correctly. npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-integrations -s aed4c0c12962c9a99ff8e640a86aefb3 -t integration-10041982
Get boards endpoint shows me whether a board is shared/private etc but I want to know if there is a way to see which boards are shared with anonymous links?
Hi , I am using toast component in my App. I need to reduce length/size of the Toast. Please refer the screenshot below. <Toast open={toastErrOpen} type={Toast.types.NEGATIVE} actions={actions} onClose={onCloseErrCallback} autoHideDuration={1000} className="mondaystorybook-toast_box"> We successfully deleted 1 item </Toast> Could you please help on this?
Hi, Last time, when using monday.com javascript sdk, I can open an integration tab using monday.execute("openAppFeatureIntegrations", {boardId, appFeatureReferenceId}) But now this doesn’t seem to work, any idea for a workaround ? Desired result: It will open up a tab with integration recipes that I have created
Hi Guys, I’m new to monday.com and have been looking to create a template folder using workspace template feature. My need is to pack my list of boards into a folder and create it as a template. So that when any one tries to install my template they get the whole folder with all the templates inside it. Please refer the below screenshot As of now i was only able store a single board in workspace template. Kindly let me know how this can be achieved. Thanks in advance.
I want to create pdf file using data from monday. I can use text, number columns value but I can not use file column. This file column will contain only picture. How can I use picture on pdf?
Hello, I can not find in the documentation that there is a support subscribing to multiple webhook events. So is this something that is supported?
I’d like to ask if this documentation is still valid. I think that there were some changes. For example, when I add a new item using Postman or monday playground, I get an id of this item in the response. If I understand correctly, according to the documentation, it shouldn’t be possible. So, could anyone write what the changes are in this document?monday API docs
hi i’m trying to send false in checkbox column in this way mutation { change_column_value (item_id: 3985179699, board_id: 3985130844, column_id:“checkbox”, value:“{"checked":"false"}”) { id }} response - withou errors. i’ve read this article Column mutation sending checked = false still checks checkbox monday Apps & Developers Hi! I’m trying to update a checkbox column but if I send the checked value as false it still checks the column: mutation { change_multiple_column_values(item_id:295524638,board_id:287994487,column_values: "{\\"check\\": {\\"checked\\": \\"false\\"}}"){ id } } Any advice? but didnt found solution for change_column_value mutation help please thank you.
Hi, How to get input field ID using onChange event in Vibe component? Could you please example code for form with many fields. Since I am using Antd comopentwe can easily get each input field’s Id along with values. Now I am changing UI to monday.com Vibe component. It would be helpful if I get some sample code. Thanks in advance!
Hello, When developing monday.com apps, it is not clear for me how the localization of the Workspace Templates works. As far as I can understand we should add a translated Workspace Template for each supported language. Correct? If you have a Portuguese template to show only in Portuguese speaking locales and an English template to show elsewhere, what “Locale Release” should be applied to the Portuguese template and what “Locale Release” should be applied to the English template? Kind regards, Vítor Miguel Abreu
Hey, all! I’m using the api to get activity_logs. We have tons of items and I was wondering if there is any way to filter activity logs by event type (we have a lot of items and we need just query a couple of event types. For instance, something like this: query { boards (ids: 456839293) { activity_logs (from: “2023-01-01T00:00:00Z”, to: “2023-02-01T00:00:00Z”, EVENT: [“subscribe”, “unsubscribe”] ) { id data } } } Hope it makes sense. Thank you!
I would like to know if I can use our own server for application of monday.
Hi gang I am using General Caster to cast email addresses into a column that I can use for automating emails. However, if I add more than one email to the mirror column (which shows up fine), then General Caster doesn’t cast the second one, it just remains with the first email that I mirrored. Is there any way to get it to pull both / the entire cell across? @rob can you help? Thanks Alex
As I am working in Item view APP, I need to get all the updates(conversation) of that particular Item. Could you please help us on this? Thanks in Advance!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.