Welcome to the new monday developer community
-
Recently active
We’ve all probably heard of SVB’s shutting down a couple of days ago. This is so unfortunate given that so many startups and VCs bank with SVB and may face liquidity problems trying to access their funds. We’re lucky not to have any account with SVB, but like any other company we need to understand how exposed are our partners, including monday.com. Is monday.com exposed directly or indirectly to SVB? Will monday.com be able to continue making payouts to app developers as usual?
Hey all I wanted to let you in on more great things you can do with Superform! Take a look at this video! Let me know what you think… Using HTML and generating multi signature files with SuperForm
I wanna let you in on new great things you can do with SuperForm. Take a look at this video! Let me know what you think… Using HTML and generating multi signature files with SuperForm
I have found Quickstart guide - tried following it, cannot get it to work. Then I found Creating new Item View which referred to a “Quickstart board view github page” https://github.com/mondaycom/welcome-apps/tree/master/apps/quickstart-react - which I tried following as well, and I cannot get it to work either. I really hate documentation not working and having to waste time on writing posts like this, but I’ll lay out my steps here - and hopefully someone will tell me what is wrong. I’m trying this on Ubuntu 20.04, I have installed node via: curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - sudo apt install nodejs First I clone the welcome-apps repo: git clone https://github.com/mondaycom/welcome-apps.git mondaycom_welcome-apps_git cd mondaycom_welcome-apps_git/ cd apps/quickstart-react And then I follow https://github.com/mondaycom/welcome-apps/tree/master/apps/quickstart-react : Run the project In the project directory, you should run: npm install And then to ru
Has anyone managed to use the monday-sdk-js in the Account Settings View. I am getting the following error when trying to perform api calls: The same call succeeds in an Item View
Hi, I have custom trigger: [When subitem created] that will create webhook [create_subitem] and custom action: [Create an item (item mapping field) in board and…] Then I created a recipe [When subitem created, create an item in board and…] When I create a subitem, it run into the trigger, then post to “https://api-gw.monday.com/automations/apps-events/{subscriptionId}” but it is not run into the custom action (create an item in board and…) I tried my custom action with built-in trigger like: [When column changes, create an item in board and…], it works very well. I tried a lot of options, but can’t seem to get it right. Thanks in advance for the help. If anything needs clarification, please let me know.
I would like something like what is described here Possible to set up a running task (task with start, but no end date)? - and seeing that I cannot find existing monday.com functionality to implement that, I thought of trying to build a monday app. So, essentially, I basically just want to extend/subclass the Timeline type of column, so that it can be made into a “running task”, e.g. something like this: So, I’d rather “start” from Timeline as a “base class” somehow, then just extend or “subclass” it. But is that possible in monday apps? For instance, I cannot see anything in Creating and updating apps which might give a hint on how I would “subclass” Timeline - or even if it is possible. Then in Quickstart guide, I can see that there is possibility to choose, via the “Features” tab, between: “Board View”, “Account Settings View”, or “Dashboard Widget”. But which of these would an extended Timeline be? The Timeline View and Widget implies that it is a “widget” - but is this “widget”
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?
Hey people! We are about to launch a private beta of our platform called Bitskout. It allows to add AI capabilities without code to monday.com (more services to come). Using AI allows you to make decision based on context which in turn makes teams more productive and avoid waste of time. You can create models via UI for images, videos, text and build your workflows based on selected parameters (e.g. text sentiment, key phrases, topics, image labels, image contents). There is a small extra - for each task which is approved by a workflow, the user gets a token allowing managers create reward schemes, convert them into existing point systems, run campaigns and etc. Models then can be used a part of a workflow that is assigned per each task. Some use cases: check the text sentiment to move draft article/PR to different groups for review check image vs previous image to document equipment state check automatically assess home damages to route to appropriate board for analysis check that d
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?
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.