Welcome to the new monday developer community
Discussions category for everything related to app development on top of monday.com
Recently active
I try to build a integration. I made a recipe using a custom action I made, I attached a picture of it. I got some problems using the field I mentioned in the question. Notification Receiver does not works if I select a field instead of a person. My field is of type people but I receive no information about the content of the column. Message field does not send any auto-populated fields. This is how it is set-up This is the json I receive in my backend: { “payload”:{ “blockKind”:“action”, “blockMetadata”:null, “inboundFieldValues”:{ “boardId”:1112637424, “receiver”:{ “type”:“column”, “value”:“people0” }, “message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pulse.people0}|{pulse.status}|{pulse.timeline}|{pulse.numbers0}|{pulse.numbers45}|{pulse.status_1}|{pulse.dropdown4}|{pulse.date_1}|{pulse.labor_budget_spent}” }, “inputFields”:{ “boardId”:1112637424, “receiver”:{ “type”:“column”, “value”:“people0” }, “message”:“{pulse.name}|{board.name}|{user.name}|{pulse.group}|{pul
Any updates on payments? I heard there was something in the roadmap and we’re at a point where we need to understand what is coming before we build our own.
Hi there, How do I fetch/generate the full url for an item from a token, board id and item id. For example, for the board id - 1128519319, item id- 1128519320, the full url isthoughtflow-team.monday.com How do I fetch this url, or get the initial part of the url i.e. (https://thoughtflow-team.monday.com/) thanks
Hi all, I’m getting an “internal error” when trying to create an item and inserting a linked item column value through the API while doing so. You can see the details of my column values string below: “{“date4”:{“date”:“1981-04-02”},“location”:“29.9772962 31.1324955 Giza Pyramid Complex”,“connect_boards”:[1112525338],“timeline”:{“from”:“2021-03-01”,“to”:“2021-03-31”}}” Does someone see what’s happening? Perhaps there’s a problem with the API? When I remove the “connect_boards” part of the string, the item creation works flawlessly.
Hi, I got an Internal server error when I tried to execute this query: mutation { change_multiple_column_values ( board_id: 963903793, item_id: 999869388, column_values: "{\\"person\\":{\\"personsAndTeams\\":[]},\\"date4\\":{\\"date\\":\\"2021-01-14\\"},\\"status\\":{\\"label\\":\\"Working on it\\"},\\"phone\\":{\\"phone\\":\\"2345533455\\",\\"countryShortName\\":\\"NG\\"}}" ) { id } } And I tried to execute it again without make changes on it, and I got successfully response.
Hi there, My organization uses my Monday user’s API key for a number of integrations. I’m moving to a new org in a few weeks, so the email address attached to my current user will be deactivated. Does that mean that my API key will stop working as well? Or will it remain valid as long as my Monday account is active? Thanks!
I need to integrate between monday and WorkflowMax. After reading through documentation I have the proposed solution (please shout if this looks silly). Have created a Monday App with an integration feature The integration feature contains a recipe which calls a third party endpoint via a custom action The endpoint provided by Azure serverless functions handles the transformation of data passed to create a project within WorkflowMax The custom action documentation states http status 200 must be returned otherwise the action will continue to post every minute for 30 minutes. I’ve tested this by returning 500 and it does what it says on the can. However, when the 30 minutes expires if the call hasn’t succeeded, the user, action etc. has no information regarding the failure of this call. It seems it is send and forget. Is there a way I can grab the fact the call has failed, or should I be doing these integrations in a differing manner?
On this page, at the bottom in state that: “Access tokens do not expire and will be valid until the user uninstalls your app” but if you look in the first table before it, you see this"An access token that can be used to make calls to the monday.com API. It is valid for 30 days." So my question is, which one of this two statements is corect?
Hi , I am developing a monday app. I trying out several monday react components from https://style.monday.com/. I got below error while running code: ] ./src/AppSolution.js [0] Line 175:4: ‘StoryStateRow’ is not defined react/jsx-no-undef [0] Line 176:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef [0] Line 179:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef [0] Line 182:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef [0] Line 185:6: ‘StoryStateColumn’ is not defined react/jsx-no-undef Please let me know from where to import these tags.
Hi, I tried to add new line symbol inside long text value using this query: mutation { change_column_value ( board_id: 940074204, item_id: 1129522709, column_id: "long_text", value: "{\\"text\\":\\"234test123\\n222\\"}" ) { id } } But I have got an error after executed the query: { “error_message”: “Internal server error”, “status_code”: 500 } The same error on the “try it yourself” Is that not allowed ? Thanks!
Hi All, I tried to add Google analytics to my app board view in (index.html) using script tag it’s the simplest way to add analytics to website ( analytics script ) But after more than 42 hours no data appeared in analytics dashboard. Any advice, solution or recommend way ?
Hey Everyone! I’m sorry for making a duplicate of my old post, but this one is a bit different. I found out that there’s now a SDK way of file upload rather than having an authentication flow which is what I have now. I was excited to implement it, so I updated the package to: "monday-sdk-js": "^0.1.2", but I ran into some issues. When trying to upload a file with the sdk I get: Error: Invalid content-type on response from monday api graphql at client.js:117 at client.js:137 at Array.forEach (<anonymous>) at MondayClientSdk._receiveMessage (client.js:135) This is for the add_file_to_update mutation. The update ID is indeed an Integer and file is a file, but maybe the file isn’t set up properly for upload? This is the file when I console log it: {file: File, name: "uploaded-file", ext: ".png"} ext: ".png" file: File lastModified: 1585754352396 lastModifiedDate: Wed Apr 01 2020 11:19:12 GMT-0400 (Eastern Daylight Time) __proto__: Object name: "donot1.png" size
Hi. I need to gel all subitem values for the specific board. My steps: Getting board (id 1087268631) items and looking for sub-items. So, ids for sub items are [1087268826, 1087268835, 1087300566, 1087301038] Getting sub items values by ids [1087268826, 1087268835, 1087300566, 1087301038] As result I see no items. What am I doing wrong?
Hi there, Just a ticket to mention Delete Group method in the V2 Mutation API is not working whil I get a deleted “tru” result. Awkward! Example, Payload sent: {"query":"mutation {\\ndelete_group (board_id:804412871, group_id: \\"sso_extended\\") {\\nid\\ndeleted\\n}\\n}","variables":{}} Result I got: "data": { "data": { "delete_group": { "id": "sso_extended", "deleted": true } }, "account_id": 5038486 When logging to monday a few minutes later, the corresponding group is still there!
Does anyone know of a sure way to get data into Power BI? I’ve tried this Loading GraphQL data (monday.com API v2) into PowerBI · GitHub However it’s not working returning an error “We found extra characters at the end of JSON input.” I have yet to identify why its returning this error as its a copy paste of what other use and say works. Any help or insight would be greatly appreciated. Thank you!
Our board is maxed out for 10,000 subtasks. Why is there a limit>? Also, we archived some of them but then we have no way to see how many seats are being freed so far. Is there anyway to see how much we freed for the entire period and not just a certain month or quarter.? Thanks!
Hey, I was assigned the task to build an integration using PHP. I cannot use NodeJS for my task so I was wandering how can I use the Storage API outside the SDK implementations? It seems like you API docs and PHP quick start guide have nothing about this and there are no other post on this forum either. Thanks is advanced.
Hi, I just signed up for Monday.com today and I can’t find any words to describe how beautiful and responsive the UI is. It’s really a masterpiece! Can you share what language/platform monday.com was built in? Thanks!
Hi All, I have developed Monday App with Monday SDK, It is working very well for our company domain “symbo-team.monday.com”.But when I install it on another company domain like “sky-team.monday.com” then I get the error “This page is restricted”. Note: All related permissions have been applied in “OAuth->Scope” section. (By the way, our account is not paying one.) Best Regards Sultan
Hi, I have developed a custom integration which custom action(node js). We have a requirement to show a notification message real time to user on board. I tried using create_notification api, but its showing message in notification area. Is there any possibility to show notification messages some where on the board itself? i mean like some popup? I need this to be triggered for a custom action(node js) code.
Hey guys, I read some problems were fixed on the monday.execute(‘openItemCard’) command, but I am still getting some (loading sdk from cdn). Both update and column kinds allow us to edit the item name. However it does not register as a change: the view is not updated (listeners are not triggerred) the promise response shows that res.data.is_item_changed equals false instead of true. I also got the …/board/0/… route after closing the update kind… Note that I am using the SDK on a Board View of a published App, never previews. Kinds regards, Laurent
Hello All, One of my developers is working on creating an integration to track the status of auto dialing calls and report it back into monday.com . The integration is very straight forward, however we are having difficulty supplying the user with the ability to choose the index of the selected status column. With our current configuration the entire integration screen crashes when the user clicks into “something” If anyone has any thoughts on what could be wrong! Please help.
I’ve been trying to create new versions of my boardview in my app using the Custom URL deployment, but I get a 500 HTTP response, and then I just have multiple versions of the same build spinning each time.
Hello, I’m having trouble creating a subitem via the API with the Date column automatically filed. The subitem is correctly created, and I have no problems with other columns, but the date column just will not update. It is left blank on every created subitem. Any thoughts on what I’m doing wrong below? I’m using PHP. Here is my code: $query = ‘mutation ($myItemName: String!, $columnVals: JSON!) { create_subitem (parent_item_id:(redacted), item_name:$myItemName, column_values:$columnVals) { id, board { id } } }’; $vars = [‘myItemName’ => ‘TestItem’, ‘columnVals’ => json_encode([ ‘status’ => [‘label’ => ‘Done’], ‘Date’ => [‘date’ => ‘2021-01-02’] ])]; $data = @file_get_contents($apiUrl, false, stream_context_create([ ‘http’ => [ ‘method’ => ‘POST’, ‘header’ => $headers, ‘content’ => json_encode([‘query’ => $query, ‘variables’ => $vars]), ] ])); $responseContent = json_decode($data, true); echo json_encode($responseContent);
Hi, I have a board with two groups, and i want to be able to fetch an item by a specific column id, but it exists on both groups. Is it possible to fetch items by column value and group id at the same time?
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.