Welcome to the new monday developer community
-
Recently active
I was creating monday.com app, I just wanted to know how long does it take the app review process.
I just started with the SDK and needed some testing app to play with the SDK options. So I created a test app based on Vue v3.0 to use as a Board Views or Item Views. (I know @amit.lzkpa made simple app, but he used Vue 2.0) Hopefully other people will benefit from it as much as I did. Link: GitHub - kulaone/monday-vue
None of the components in the library - https://style.monday.com/ seem to match the look and feel of the normal monday.com tables and board views: I want to create a table like this. Maybe I am missing something I want my app to be able to work with data in tables like this, but I don’t want the user to have to create the table on their own. I’m a complete beginner and might be misunderstanding some of the functionality that is available to developers. Any ideas/suggestions?
Hello, I have scoured posts about the subject yet cannot find a suitable answer. I am trying to create items using the API in C# with already populated columns. I can, using the following query, make items with no information other than the title : "{\\"query\\":\\"mutation{ create_item(board_id: XXXXXXXXXX, group_id: XXXXX, item_name: XXXX){ id} }\\"}" However, adding column_values returns the Internal Server Error, even if it is empty. I have tried the following methods, just to show a few (None of them have worked of course) : "{\\"query\\":\\"mutation{ create_item(board_id: XXXXXXXXXX, group_id: XXXXX, item_name: XXXX, column_values: \\"{}\\"){ id} }\\"}" "{\\"query\\":\\"mutation{ create_item(board_id: XXXXXXXXXX, group_id: XXXXX, item_name: XXXX, column_values: \\"{\\"text\\":\\"151\\",\\"numbers\\":\\"1\\"}\\"){ id} }\\"}" {\\"query\\":\\"mutation{ create_item(board_id: XXXXXXXXXX, group_id: XXXXX, item_name: XXXX, column_values: "{\\"status\\": {\\"label\\":\\"Sign-Up\\"}}"){
Hi, What is max archived items per board? I made query. It returned 300 so I imply it is 1000 query { items_by_column_values (board_id: 829428879, limit: 700, page: 2, column_id: “pozice_ve_skladu”, column_value: “Skript mění RSV2”, state:archived) { id name state } }
Is there a way with the API to create new column of type Color and add the labels in the creation? I know there is no way to add labels via API after the column is created.
Hi, There are some integrations in the marketplace that I would like to develop and offer for free. Is there a policy prohibiting developers from publishing existing integrations? Those integrations hadn’t been developed by Monday.
When querying a board for its column values, like so: we get an error like this: but only when the board we’re querying is our biggest, most complex board. (We are having to archive the data every 2 months or else we exceed the limit for number of connected items.) If we use an identical query for a smaller board, it works perfectly fine. Please can we have a fix for this? These queries were working perfectly fine a month ago and now suddenly its overwhelming for the API. Many thanks
Hi, we are about to finalize the development of Jobflows.co - an application tracking system that is built on top of monday work OS and want to give you FREE early access for your feedback! (for a limited time) The first 10 monday users (companies with more than 50 employees) will be able to get Free access for 1 year! You can Sign up here Be the first to get access to jobflows app This opportunity will end by August 20, 2022 so hurry up. Here are some of the features we are about to introduce Sourcing - Post your jobs directly from your boards to multiple job boards - Linkedin, Indeed and more to expose your jobs to millions of potential candidates. Engage - Easily create a branded Careers page and social posts to attract candidates. Get application directly into a recruitment hub within your monday workspace. Pipeline - Create Collaborate and communicate internally and with your candidate through a customized recruitment pipeline. 4.Dashboard - Measure and improve your hiri
Hello. Can anyone help me with this one? I have this creation of item via c#. da is the date column id dueDate is “2022-08-16” string query = "{"query" : "mutation { create_item (board_id: " + boardId + “, group_id: \\"” + groupId + “\\" , item_name: \\"” + name + “\\", column_values: {\\"” + da + “\\": {text: \\"” + dueDate + “\\"}}) { id } }"}”; But respond an error which is {“errors”:[{“message”:“Parse error on "date" (STRING) at [1, 125]”,“locations”:[{“line”:1,“column”:125}]}],“account_id”:7398594}
Introducing the monday marketplace’s first end-to-end CRM solution, CarbonCRM Suite! CarbonCRM Suite for monday.com What is CarbonCRM and why did we create it? We built this app for various reasons, but mainly because there is no all-encompassing CRM solution within monday, aside from the monday Sales CRM product. When talking with users, they expressed the desire of wanting to retain the nature of their standard Work OS while being able to use a highly functional CRM. The templates available for “CRM and Sales” in the template center are a great start to a CRM, but you still have to do all of the setup, customization, automation creation, and structuring of your sales funnel. The CarbonCRM lifts the burdens of having to think out, layout, build, and set up your CRM by providing a CRM building block ready to be customized to your business and process. We wanted to make customer relationship management accessible to the community, and this is our way of delivering that.
When I receive a webhook http callback, these parameters in the header host = ****** user-agent = node-fetch/1.0 content-length = 363 accept = */* accept-encoding = gzip,deflate content-type = application/json newrelic = eyJ2IjpbMCwxXSwiZCI6eyJ0eSI6IkFwcCIsImFjIjoiMjUzODI0IiwiYXAiOiIxOTgyOTY3NDMiLCJ0eCI6IjZhMjJjMGM4YzFiYjdjNDgiLCJ0ciI6IjdmY2YyMzBlN2I1YTliNTQxYTk4MTI1NzBjODMyNzg1IiwicHIiOjAuODM5MDc5LCJzYSI6ZmFsc2UsInRpIjoxNjU5NTk3MzE4NzU0LCJ0ayI6IjE3Mjg3NTUifX0= traceparent = 00-7fcf230e7b5a9b541a9812570c832785-d3a43e2274bdb079-00 tracestate = 1728755@nr=0-0-253824-198296743-d3a43e2274bdb079-6a22c0c8c1bb7c48-0-0.839079-1659597318754 x-forwarded-for = **** x-forwarded-proto = https What does newrelic mean? I decode that { "v": [ 0, 1 ], "d": { "ty": "App", "ac": "253824", "ap": "198296743", "tx": "8f6059ef0b16099d", "tr": "ddbc2cd76d3d025dfebe3ab1de594808", "pr": 0.519519, "sa": false, "ti": 1659599249631, "tk": "1728755" } } Can any
Hello! I wanted to share my work which spent some time and patience. I tried a lot of format that returns multiple errors. I also got an idea from someone here in the community but I forgot the name. Well, thanks to you. Hope this helps! Happy coding! This results to: {“query” : “mutation { create_item (board_id: 3063556967, item_name: "Daily xxx" , column_values: "{\\"date\\" : {\\"date\\" : \\"2022-08-15\\"}}"){ id} }”} Remember the escaping.
Hello, I’ve been trying to use the quickstart guide however whenever I input the npx comand I keep getting this.
I am currently importing data into two boards to simulate a parent/child relationship. The two boards share a value companyName that will link them. I final part of the code I am pasting now works. However, I want to replace one of the hardcoded IDs with a variable. I’ve tried a number of ways without any success. Query 1, not shown retrieves a JSON with the item ID, item name (company) from the parent board Query 2, not shown retrieves a JSON with item ID, item name, company name from the child board The loop below takes a single item from Q2, calls a function to find the matching company from Q1, then calls API to connect_boards. for allItems2 in itemLevelData2: singleItem2 = allItems2[‘items’] # Loop for individual item detail for itemDetail2 in singleItem2: #Retrieve the entry ID itemID2 = int(itemDetail2[‘id’]) columnValues = itemDetail2[‘column_values’] #print(columnValues) for company in columnValues: companyName2 = company[‘text’] if (search_company(companyName2) != None
Hi, I have a scheduled script that pulls items from our workspace with a query formed like below: query { boards (ids: boardId) { name id items ( limit: 25 page: 1) { id name column_values { title value text id } updates { body text_body id created_at creator { name id } replies { id creator { name id } created_at text_body body updated_at } } } } } Until recently it was working fine. Now it returns this: { "message": "Unexpected token 'u', \\"upstream r\\"... is not valid JSON", "stack": "SyntaxError: Unexpected token 'u', \\"upstream r\\"... is not valid JSON" } If I reduce the number of items per page to 5, it seems to work fine, but this is an unacceptable solution as it takes far too many queries to pull all of the data. It’s already really slow at 25 per request. Anyone know what is happening here?
I’ve got a board with multiple groups and in each group there is a time_tracking column where my team logs their time. On the board there’s a sum of the time for that group that I can see on the page, but I can’t seem to find a way to get that time total out of the API. So for example Task 1: 5h 30m Task 2: 1h 15m Task 3: 3h The query would return 9h45m (or something that represents that amount of time like the total number of seconds, something like that). Is that sum total field accessible via API?
Is there a GraphQL query that returns this link?
I can create duplicate records for below artifacts: Able to create duplicate workspaces Able to create duplicate boards within same workspace Able to create duplicate groups within same board Able to create duplicate items within same group Able to create duplicate subitems for same item Able to create duplicate team Please find below snapshot for point no 2,4 & 5 Please find below snapshot for point 3: Please find below snapshot for point 1: Please find below snapshot for point 6:
I’m seeing new fields in the install webhook: { "type": "install", "data": { ... "user_cluster": "information_technology", "account_tier": null, "account_max_users": null, ... } } Some questions: What are valid values for user_cluster and what is it for? So far I’ve seen : crm education information_technology ngo operations other product_management tech Are you aware that account_tier and account_max_users are not populated? Do these new fields have exact equivalents in the {{account}} in the graphQL API?
Hi there, not sure where this post belongs so apologies if it is. I have been tasked with creating a Monday app. The idea is that in a new column called ‘Project Name’ on the board. If the user inputs the project name in this field, it grabs the total hours worked on the project in Harvest, using the Project Name as the ID.
I have setup the simple boilerplate in which we make change to one column and it change the other column to UpperCase or LowerCase. When I make the change in one column it triggers and call the method on server side error was printed on the console. Error: Should send ‘token’ as an option or call mondaySdk.setToken(TOKEN) I had executed it earlier it was working but now it return this error in console. When I debug the request it says shortLivedToken is undefined in the request. Further debugging I got to know that req.headers.authorization returns token without shortLivedToken moreover req.query is empty object Object after decoding that token { “accountId”: 12xx3776, “userId”: 32xxx852, “aud”: “http://icy-sides-shake-205-164-153-82.loca.lt/monday/execute_action”, “exp”: 1659191960, “iat”: 1659191660 }
Hi, Could someone please help me understand how Monday.com creates Board (Main Board) for Items or Board (SubItems Board) for sub-items. I tried few things sharing my observation below: When I create Board of Items or Budget, using Add on UI, Board gets created with respective columns: a. Item board - with columns - Item, Person, Status and Date b. Budget board - with columns - Budget, Person, Status and Date When I try to create sub-item to any item form these board Monday.com that time it creates Board for Sub-Items with columns → Subitems, Owner, Status and Date. Need to understand how Monday.com creates these board. Does it use some pre-defined schema to know/decide which/what columns to add when creating Board (Main Board) for Items or Sub-Items Board for sub-items. If yes, Can we define/update that schema? if yes, how to do it?
I want to query all subitems available in my account, Since I can not directly query subitems so right now I am doing like this {"query":"{items(page:1) {id name subitems{id name subscribers{id name} }}}"} but the problem with this query is it will return all the items even if there is no subitems in that item, and due to pagination I need to fire this request for all the items, Is there any way that I can get only items which has subitems so that I can stop unnecessary API requests?
I am using the below graphQL req to retrieve assetes updates records { updates(page: 1, limit: 100) { assets { created_at file_extension file_size id name original_geometry public_url uploaded_by { id } url url_thumbnail } } } I have observed that this API throws an error for uploaded_by field, throwing a null empty array { "assets": [ null, null, null ] }, { "assets": [ null, null, null ] } and the error message: “message”: “Cannot return null for non-nullable field Asset.uploaded_by” is this the expected behaviour?
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.