Welcome to the new monday developer community
-
Recently active
I am trying to integrate confluence with monday.com but I would like to have the possibility to configure more than one account for the ouath as well as github does, here I put a screenshot of how I would like the problem to appear is that I do not know how to do that screen since I only have the integration for a single account.
I am using the Monday API to extract data from 1 board! The problem I am having is that this board, whilst it has a tiny number of rows, has tons of columns, and so I keep on running into rate limitations. I have tried adding limit and page restrictions, but I need my query to run under 9 minutes if I want to use it on a cloud function. The query is super simple: {boards(ids: ) {items(limit: 20, page:1) {name column_values {title id text}}}}’ Can anyone help? Or is it possible to remove the rate limitations for this query? FYI, I also tried to replace the text with the json values object, but sadly, this does not contain the full information I need for every column. Also, following up on this, I calculated the complexity of my query and its a tiny 34. I don’t know why i am not able to fetch the data, this is an urgent matter can somebody please help?
Can you please help us for below API Details For Items, we are seeing fields/attributes like Creator but not like last updated by. So can you please let us know if there is any field to identify who updated the Items last ? How can we query the list of Items applying the filter on fields/attributes like created_at, creator/creator_id, updated_at There is an API for Querying items by column values, but that gives error while used with these attributes. Example :query { items_by_column_values (board_id: 20178755, column_id: “updated_at”, column_value: “2021-03-23”) { id name } } For updates and Activity log API, is below understanding correct ? For retrieval of updates on Items, For updates performed within Board the Activity log API is to be used and for updates done outside of the Board Updates API should be used" For Activity Log and Updates Query API, we don’t see filter possibility. is it possible to retrieve the updates/Activity log performed after a specific time ? Tha
Hi, we need to integrate our proprietary software with Monday.com workflows. We have an in-house developed real estate management software. We are lacking workflows functionality in our system. We would like to use Monday.com workflows in our system. What is the best way to do this? For example the workflow would be like this: When rent renewal time comes (we need to push renewal times from our system to Monday.com, or Monday.com pulls renewal times from our system) Then we send emails based on templates to the owner and the tenant Thank you in advance, Eugenetwigtech.com
I have used the very helpful quickstart Tutorials (API Quickstart Tutorial - Python – Support (monday.com))as templates and attempted to write Python code to query boards. The querying part works fine. I have successfully posted requests and received sensible data from boards in my Monday.com account. I am therefore sure that the API Key, Url etc for the headers are correct and working fine. Changing the “value” of a “linked board” column, proofs to be elusive. No matter how I tried adapting the examples from the turtorials, I cannot update the linked column’s “value”. On Sep 24, 2020, “Captain” posted a topic with almost identical content for assistance - Change_column_value NOT WORKING in python - FAQs - monday Community. There were zero replies to the topic since then. I hope this is not because the problem has no solution. Below is the code snippet: mutation = “mutation {change_column_value (board_id: 123456789, item_id:1205882003,column_id:"linked_board_col",value:"{"linkedPulseId
Hello everyone! I’m trying to set up a mutation to send the vars what’s json responde to a board here at monday with PHP and GraphQL. Below is the table inside the board with the columns that must be filled. How could I do what I need? Thanks
Hi all, I just heard about the challenge and want to take part but was wondering, is there a more fuller tutorial available of how to build an app for Monday or is it only this Hello World app to get us up and running? I mean for building board views and widgets! Also, I’ve seen previous challenge winners, but it wasn’t clear how those apps integrate into a customer’s board view. They seemed to be isolated apps - just how it appears on the video. I would love more insight into how external apps blend in to the Monday.com boards / items once installed by the user. I am new to Monday as well as being new to the developer portal so apologies if these guides are there! Thanks!
Hi. I am trying to create a item using the following query (with postman): However I get Internal Server Error (500) . What is the problem with these queries? Thanks!
Within the last couple of hours, I’m seeing errors associated with API calls. apiUrl = “https://api.monday.com/v2” <Response [403]> I have verified my token is correct, and the same query works in the API playground correctly. Is there something going on?
Where can I find a complete, current, list of column types for use with the api? For example I am trying to create_column a predecessor or dependency column and I can’t find the correct type value to create it.
Two monday partners Excellent Team by @basdebruin and YvPM by @PedroM joined forces and developed a monday app with several integrations / automations. We get our inspirations to build these from feature request we often see in this community. The current automations are: Vote to Group, this moves an item to a specified group when it reaches a specified number of votes. It is great for gathering ideas and to automatically put the top voted ideas into a separate group in your board. AutoID column. A feature request we often see is to have a unique number for each item on a board (not being the itemid). This automation does exactly that: you can specify the number layout, the starting number and the preceding text and the automation creates the unique id. Great for numbering invoices (INV-1001) or ideas (IDEA-001) or anything else you can think of. The frontend of these apps are created with monday apps and the necessary backend is developed in NodeJS and runs on a dedicated webs
I have implemented a custom trigger and action for a Monday.com Integration After subscribing, Monday.com will send a request to my server with payload containing subscriptionURL for adding a new item to the board The url looks like https://api-gw.monday.com/automations/apps-events/board_id After sending a post request to the above api it returns {success: true} if everything went correct and new item is added to the board. But for some requests to this url even when no item is added to the board it still returns { success: true}. This is very difficult while debugging because there is no clue what went wrong
Hi, I build an integration recipe with custom action block that sends dynamic mapping fields. this is the recipe: this is the action block: and this is the response fullorder field definition URL: [ { "id": "ORDNAME", "title": "הזמנה - CO", "outboundType": "text", "inboundTypes": [ "text" ] }, { "id": "ORDSTATUSDES", "title": "סטטוס הזמנה - CO", "outboundType": "text", "inboundTypes": [ "text" ] }, { "id": "DETAILS", "title": "פרטים - CO", "outboundType": "text", "inboundTypes": [ "text" ] }, { "id": "WIN_PIAPPDATE_DT", "title": "תאריך אישור PI לספק", "outboundType": "date", "inboundTypes": [ "date", "date_time" ] }, { "id": "DETAILS2", "title": "פרטים2", "outboundType": "text", "inboundTypes": [ "text" ] }, { "id": "BLABLABLA", "title": "בלה בלה בלה", "outboundType": "text", "i
Hi my dates of workflow on a part of my board have changed to years in the future (2560 and further) i cannot change them back, anybody know how to fix this or get in touch with monday on this subject - no responses yet from monday since this morning-
Hi! I’m trying to create an integration between our app and Monday.com. To achieve this, I need to have an “integration” column with a primary key of a linked item. I found what GitHub integration, when configuring a recipe like “When pull request is created, … create an items and sync future changes…”, shows a column named GitHub which is read only and after recipe is configured, the column is automatically added to my board. I’ve also found what I can create a column with type “integration” using a GraphQL API, but still don’t know how to create it automatically on a recipe configuration stage (like GitHub recipe does)
Hi guys! I would like to present Omnitas.dev new app - Conversations App for monday.com! 🙌 With Conversations App, you will be able to collect and show updates from all connected boards, linked items, dependencies and subitems in one place. The Conversations App is providing an additional item view that will make it possible to show all linked updates at one glance. Features ✅ Get updates from Connected Boards columns Get updates from Dependency columns Get updates from Subitems Get updates from multiple levels Example use cases 🌟 Get all updates for a project in one place. Prepare for meetings with clients by reviewing all updates related to the the client. Create private boards and link all items you would like to see updates from. Get Conversations App here 👉 https://monday.com/marketplace/110 Pricing 💰 The app has a 14 days free trial. After that, the pricing plan will be 7.98 USD per month. A subscription covers unlimited users and usa
Is there a simpler way to retrieve a created item’s itemId than sending a separate query request after creation to query an entire board? Or to set the itemId of the newly created Item?
For Sub Items, Is there any Query API to get the list of Sub Items for a given Item ID? Can a Sub-Items be converted to Item ? [i.e. Remove its Parent] ? Can the Parent of Sub-Item be Changed ?
I’ve been using these API Queries for quite some time, and today I’m running into errors. Here is the query: query { boards (ids:xxxxxxx) {items { id assets { id name }}}} The error I’m getting back: {‘errors’: [{‘message’: ‘Query has complexity of 2011020, which exceeds max complexity of 1000000’}] This board has less than 100 assets, so why would this happen suddenly?
Hi Monday Team, My team is trying to build an integration between Monday and Facebook which requires Facebook login. We get the following error when we put our project’s URI to Facebook Apps: I tried looking at responses in FB Dev Community , but it seems that many developers face this issue… We see that Monday has a Facebook Ads Integration and wanted to seek help from anyone that worked on that integration to help solve this issue as the Facebook authentication process that we would like to implement for our app is similar to the one in the Facebook Ads Integration. Thank you for your time.
Hello guys, I’m looking to create an app but I can’t find how to perform a specific action. My application is going to consume Rest services from an external platform for various users. Each user has their own authorization token, therefore, when a user applies my integration, I need this user to indicate what her authorization token is. I have checked in the community and in the Monday welcome apps but I can’t find how to do this. I have noticed that for example, the Jira application requests a URL, an email, and a token, the first time it is going to be used (attached image) and saves them to use them; I would like to do something similar but only saving the token. There is some documentation that can guide me in this process? Thanks!
Logged here: [Bug] Storage API Versioning · Issue #42 · mondaycom/monday-sdk-js · GitHub I’ve noticed that when specifying a previous_version it does not result in a version_conflict error as described in the docs: GitHub - mondaycom/monday-sdk-js: Node.js and JavaScript SDK for developing over the monday.com platform this.mondayClientSdk.storage.instance.setItem(key, value, {previous_version: version}).then( r => console.log(r), e => console.error(e) ); Am I making the call incorrectly?
Hi Monday Dev Team, I had a question about customizing the calendar view: Is the calendar view code base open-source allowing customization? I would like to customize the size and possibly adding additional information inside the preview item (see image below). Thank you for your time and help!
Hi everyone and monday team, So I’m creating an app that will set the status to items and subitems and I’m going to replicate the behavior that Monday has on the boards. Clicking the column and showing a popover with the different statuses. I was looking first on this page monday.com | A new way of working and I noticed that you have that component Popover, but then I find the actual Github page of the react component GitHub - mondaycom/monday-ui-react-core: Official monday.com UI resources for application development in React.js together with the storybook, and it does not mention the popover there. In the storybook, there is not even a Dialog example. With this background, my question is: Is there a way I can implement the popover with something that you guys have, or do I need to build it from scratch? There are no issues with that. But would be cool if you guys already have something that I can use. I appreciate your time, Best regards. Joel Barranco
I got a simple query, where I want to get all items from a board The idea is to get a list of items, based on Google Sheets where my Board Ids are stored. But I’m already receiving an error when I want to use a variable in my query var boardId = 1136581766; var query = "query($board:Int!) {boards (ids:$board,state:active){name id items {id name column_values{id,text, type, title,value}}}}"; var variables = { "board" : boardId, }; {“errors”:[{“message”:“List dimension mismatch on variable $board and argument ids (Int! / [Int])”,“locations”:[{“line”:1,“column”:29}],“fields”:[“query”,“boards”,“ids”]}],“account_id”:4428197} What I’m doing wrong? 😭
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.