Welcome to the new monday developer community
-
Recently active
Hi, I’m a developer and my company uses Monday.com. I’d like to develop an app which will be used only for our company. Once I’ve developed our app, will it cost me anything to use it? Does Monday.com charge me anything to “host” an app on their platform?
Discover how automating your processes can transform your business operations in our latest blog post. 📚✨ 🔗 Dive into real-life case studies and gain valuable insights on maximizing the power of Go High Level integration. Don’t miss out on this game-changing opportunity! Read the full blog here: Harnessing the Power of Automation with Go High Level (msquare.pro) #GoHighLevel #Automation #BusinessTransformation
Hi everyone! So I have a module in Make.com that duplicates a board into an existing workspace using a graphQL mutation query. It was working fine up until today, and I’m not sure what changed. I keep getting this error: I am an owner on the template board that I’m duplicating, and also created the targeted workspace (where I’m trying to put the duplicated board). The workspace definitely exists, so I’m pretty stumped. Any help would be soo appreciated! Thanks so much in advance 😃
Hello, I’ve been struggling to change the value of some columns of an item. I am using Python to request the API. These are the 2 columns I want to change: {'id': 'status_1', 'title': 'Etape', 'value': '{"index":5,"invalid":false,"changed_at":"2023-06-06T08:07:50.170Z"}'} {'id': 'multi_select', 'title': 'Types', 'value': '{"ids":[2,1,4],"changed_at":"2023-06-06T07:28:20.062Z"}'} I couldn’t find in the API documentation the needed format for these types of column. For simple text, it’s pretty easy. For these types of column, I encounter some difficulties. This is my code: query = ''' mutation { change_simple_column_value( board_id: %s, item_id: %s, column_id: "%s", value: "%s" ) { id } } ''' % (0123456789, 987654321, 'status_1', '{"label": "Some label"}') response = requests.post(url=MONDAY_URL, json={'query': query}, headers=monday_headers) Note that I also tried putting {"id": "1"} int
Hey y’all! Dipro here coming to you with another roundup of our recent API and developer updates. Our API is now versioned We released API versioning, so make sure every API call passes an API-Version header with the required version ID. Using versioning ensures your app experiences a consistent behaviour even if we make changes to our API. AI Assistant Hackathon We’ve been working super hard on our AI Assistant infrastructure in recent weeks. If you participate in the AI Hackathon in July, you’ll get early access to the feature. Learn more and sign up here. Other updates Creating a status or dropdown column with custom labels New version of monday-ui-react-core released Bug fix for change_column_value webhook
Hello, I’m encountering the following error when utilizing the Multi-Select Dropdown Component from the Vibe Design System. I realize that this is error is thrown because when the Dropdown "Chips" are being rendered, they're always given the same id of "[object Object]": Can anyone help me with resolving this? I believe this error is the reason onChange is not called when I remove a “chip” from the Dropdown… For context, here is the code I’m using for the Dropdowns, they’re copied from the documentation: let query = "query {teams (ids: team_id) { users {name id email} } }" let res = (await monday.api(query)).data.teams[0].users; for (let i =0; i < res.length; i++) { users.push({ key: res[i].id, value: res[i], label: res[i].name}) } ... const teamOptions = useMemo(() => users, []); ... <Dropdown defaultValue={formState.team} options={teamOptions} multi multiline className="dropdown-stories-styles_with-chips" onChange={(e) => console.log(e)}/> Tha
Discover the game-changing solution that will turbocharge your business! In just 16 seconds, we unveil the power of Msquare, enabling you to extract valuable information from your lead-based emails like never before. Say goodbye to missed opportunities and hello to unprecedented growth! 🔥💼 #LeadGenerationRevolution #UnleashYourPotential. Click the link https://youtu.be/_qQszoW-2wk.
I am a newbee to developing integrations. I want to make an app that reads data from an online application (crm / accounting) that has an API that supports Seamless Integration as an authentication method. (not oAuth) I am a javaScript programmer, but have never done something like this. I have read documentation (on authentication and webhooks) , but I can’t figure how to make the connection, what steps to take. So far I have: created a developer account created an app in ‘My apps’ But then I am already lost… I think parts of my problems are: where to set to use ‘Seamless integration’ how to ‘name’ and where to set the various URI 's for events Who can give me some hints on this or give directions to specific documentation on this subject.
Does pushing minor or major versions work when the app is using ngrok for tunneling and is local hosted? I pushed a change, added a llama farm, to a dashboard that is part of an app I’m working on and the change didn’t show up in the installed version. Is it because it’s a local tunnel for OAuth, that I’m admin on the account I’m testing on or something I’m missing while promoting to a Live version? It installed fine, then I changed a couple things like the llama farm in my workspace I’m using for development and promoted to Live with no changes to the installed copy as my results. HELP! Thanks! Sue
How to develop a integration connect to linkedin to get access token, after use access token to call api post to linkedin? I writed a api to auto post to linkedin and need use integation to connect to linkedin. Please help me solution. Thanks
Hi there, I am trying to retrieve data from table inside a Monday docs, the query used is: query { docs (ids:5478957) { blocks { id type content } } } I am getting results like the image above and understood that the Monday docs API allows one to get the content for ‘normal text’ type but how do I get the text content from a ‘table’ or use the child block id to get the text inside a table. (The arguments for the retrieval query doesn’t have block id in it) Would appreciate some help here! Thanks
Hi everyone, I’m starting to develop and I want to connect monday or via oauth from javascript or php, does anyone have an example or how to do it?
Hi everybody. I try to get board items using boards/items GraphQL get query. It worked fine, but after some period this query is getting hang and does not respond. Board contains more than 1000 records, also with subitems. But If I duplicate this board, this query works fine against it. So I think original board contains some garbage and cannot be read. Is there any way to make it healthy again? Thanks, Sergey.
Hi there 😀 I’m trying to map over a people column from one board to another using Make.com. I’ve done this successfully in the past and am using the same method, but I keep getting this error: The operation failed with an error. [200] Unable to assign person with id: 32025465 [ Error Code: ColumnValueException / Error Details: {“column_value”:“{"personsAndTeams"=>[{"id"=>3xxxx5, "kind"=>"person"}]}”,“column_type”:“MultiplePersonColumn”} ] I’ve tried executing a graphQL query using the change_simple_column_value and change_multiple_column_values mutation queries, and have received the same ColumnValueException error. Wondering if anyone could shed some light on why this error keeps popping up. I thought I’d formatted it correctly but maybe I’m wrong. Thank you so much for any help! 😃
Hey there, Having an issue with the board selection in the app feature setup, sometime no boards are listed: Even after a refresh and cache cleaning. Hard to say what trigger this issue, because sometime it works well and not the day after. Any idea on this?
Hi everyone. Several customers are reporting some problems using General Caster. The app is not shown as installed (even if it is), existing integrations are not displayed and/or cannot be modified. We cannot install General Caster into one of our workspaces as well. Are you aware of the problem?
Hello, I’ve a problem on a mutation i send this object { boardId: parseInt(event.ressource.boardId), itemId: parseInt(event.ressource.id), itemName: title, columnValues: JSON.stringify({ "statut_1": {"label": status}, "name": title, "date4" : {"date": moment(start).utc().format('YYYY-MM-DD'), "time": moment(start).utc().format('HH:mm:ss')}, "date2": {"date": moment(end).utc().format('YYYY-MM-DD'), "time": moment(end).utc().format('HH:mm:ss')}, "chiffres97": timeBreak, "cocher": isLock ? {"checked": "true"} : null }) } with for sample this values { "id": 0, "title": "Bureau", "status": "Bureau", "boardName": "David NAUD", "timeBreak": "1", "isLock": false } For explain this object are generated with a form it’s the same form for create and update. Then I dispatch create_item or change_multiple_column
hi support 😃 I am currently working on a small tool development project that requires using Python to automatically retrieve column information from a specific Monday.com board. Additionally, the tool needs to populate another column in Monday.com with certain values. I kindly request guidance regarding which APIs I should utilize to accomplish these tasks successfully. Any relevant information, documentation, or resources you can provide would be highly appreciated. Thank you for your attention and assistance. Best regards, tina
Dipro here 🔮 Here’s a quick update with some features we rolled out recently, in case you missed them. Breaking changes and deprecations June 23rd: all iframe apps will run in a sandbox that will disable specific actions, such as redirecting the parent frame. More information here. Deprecated: position argument in the create_group mutation. If you’re using this argument, you should switch to our new mechanism for setting a group’s position. API updates WE HAVE A FOLDERS API!!! 📁 You can now create, read, update, and delete folders via the API. This was highly requested and released today! Define the column ID when creating a new column: Create column mutation Integration apps can now send error messages to the Integration Activity Log, and users can see a history of successful and failed runs. Workspace templates now work across the US and EU data regions! You’ll need to release a minor version of your app to take advantage of this. Define a group’s position r
Hello, I’m having issues with passing in props into the Monday.com Vibe Design UI. I notice props such name, title and etc. are not updated when I initialize them. I can change the id of the component but not much else. I need the name or title to identify which component the input came from as only the value of the input is passed when you call onChange.
We are thrilled to introduce two exciting new features for Mind Mapping on monday.com, which will greatly enhance your mind-mapping experience. Get ready to boost your productivity and communicate your vision in a better way with our new features: Fast Forward and Disconnect. 1. Faster Expansion with Fast Forward Button Introducing Fast Forward, a feature designed to make expanding your mind map faster and more efficient. We understand the importance of finding a balance between simplicity and comprehensive understanding in mind mapping. Nobody wants to feel overwhelmed by a complex mind map all at once. However, there are times when we need to see the bigger picture to align our vision and plan for the long term. With our new fast-forward button, you can expand your entire mind map with just one click. This gives you the control to decide how much of the mind map you want to see at once. This added flexibility enables you to switch seamlessly between the big picture and the finer deta
Hi community, It’s been two months since our initial release and we’ve been busy processing your feedback and releasing new features to help you achieve your goals with GetSign. Below are our latest updates. Resize and Preview What you see is what you get! You can now drag and drop input fields, preview them and change their size easily. Use Automations to trigger eSign flow Our new integration is live now. With this integration you can trigger an automation that will enable you to auto send a document for eSign after a form is filled and a new item is created. Great for consent forms, Internal legal Approvals proccesses workflows and more! GetSign now supports more column types! Using connect boards to mirror data from different boards? Now you can use mirrored columns in your templates. And YES, Formula column support is coming soon so stay tuned. Plus some more improvements and many bug fixes: Multiple languages are now supported! Reply to sender - Recipients can now reply back
Hi all! Do you want to share boards with users/organizations outside your account without compromising any other data? At Appfire, we develop Dashboard Hub, a marketplace app that levels up reporting in monday.com – empowering to unlock insights, share reports, and integrate data with powerful dashboards that include custom charts, formulas, and 100+ metrics. Among many other features, it allows you to share boards securely with stakeholders from outside your account. Create a password-protected Public Link to your board that only grants “view” permissions. Stakeholders won’t be able to access any other data from your account. Try Dashboard Hub for monday.com for free! Iván García, Product Marketing Manager at Appfire
Hi team! Our application supports ItemView. The ItemView was developed with mobile application support in mind. Users are complaining that our ItemView is not showing up in the mobile app. At first we thought it was really due to a wrong installation. But later we came to the conclusion that the ItemView is displayed correctly only in accounts related to the development of this application, because it works fine on developer accounts. Users really want to be able to use the application on a mobile device. Are there solutions to this problem? Maybe there is some setting responsible for this? We really appreciate any help you can provide.
I want to create new native apps in workdoc and expose my app in workdoc so that I can do operations with them. But it seems that the Monday workdoc does not support storing and displaying the application in the workdoc. I’ve seen the workdoc ‘embed’ feature, but that’s not what I’m aiming for. Is there any documentation on this? please help us.
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.