Welcome to the new monday developer community
-
Recently active
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.
I need to add an integration to a board via the API but it appears the API key I’ve created does not have the webhooks scope. My query: mutation { create_webhook (board_id: xxxxxxxxxx, url: "https://www.webhooks.my-webhook/test", event: change_column_value) { id board_id } } yields: { "data": { "create_webhook": null }, "account_id": xxxxxxx } and does not create the webhook integration
Hello I am trying to pull activity log data from my board but am getting a 500 internal server error. The monday.com status site says everything is up and running though. Is there anything wrong with my request?
I am trying to use integrations with apps I found in the marketplace but when I go to create the automation it says no record of app installed. I double checked and saw my apps are properly installed. Does anybody have this issue, or is there something I am missing here?
Hello, i have my own whatsapp api, i want to make integration between my platform and monday here is example fro reset api `https://cloud.bulking.io/api/send?number=84933313xxx&type=text&message=test+message&instance_id=609ACF283XXXX&access_token=644xxxxx regards
Hello, I am trying to understand how to use Dynamic mapping and I am afraid the only resource that I find from Monday.com documentation (Dynamic mapping) it was not as clear as I would have expected. I want to achieve the following: When something happens in my system, I want to create an item in an specific board which the monday user would have integrated to. Additionally I want him to choose which fields from my entity will be mapped to which fields in the given board. According to my understanding the way to achieve this is through an item mapping in the recipe, where the user will be able to map the fields and through a custom field type through which when the user will select the prompt in the recipe, while integrating, he will get the fields from my custom entity in my system among which he could choose. I have configured this in my monday developer app and I have managed to receive a request to to my field definition URl: { "payload":{ "boardId":1193829244, "side":"source", "re
I am creating subitems via API calls. Now I want to include comment text as an Update. It works fine in the playground so I know it’s supported. But I keep getting an 500 response. {"query": "mutation { create_update (item_id: 9876543210, body: "TEST") { ID } }"} What am I doing wrong here?
Hi everyone. It seems that today the App’s Billing section doesn’t load properly. Is it just me (or General Caster) or are you experiencing the same problems? Thanks. cc @Matias.Monday
Greetings, I am a BRAND NEW GraphQL user, and brand new to monday.com as well. I’m using a modified query, based on this example from the API examples query { boards (ids: 1234567890) { activity_logs (from: “2021-07-23T00:00:00Z”, to: “2021-07-26T00:00:00Z”) { id event data } } } when I use my board ID and the dates I need, the query runs, returning the 25 values, as per the documentation, however, I would like to pull back the previous 500 values. I tried adding limit: 500 in the same parenthetical as the board number, as well as in its own parentheses, but receive errors no matter what I try. I realize it is something with my syntax, so any assistance is greatly appreciated. Thank you
I do request - https://api.monday.com/v2 with body: {"query": "query { items_by_column_values (board_id: *, column_id: \\"status8\\", column_value: \\"Upload\\") { assets {url, public_url} column_values { text title }}}" } In response I have: { "data": { "items_by_column_values": [ { "assets": [ { "url": "*/resources/*/MicrosoftTeams-image%20%2835%29.png", "public_url": "*/resources/*/MicrosoftTeams-image%20%2835%29.png" } ], "column_values": [ { "text": "*/resources/*/MicrosoftTeams-image%20(35).png", "title": "Files" } ] } ] }, "account_id": * } I expected MicrosoftTeams-image%20%2835%29.png or MicrosoftTeams-image (35).png, but received - MicrosoftTeams-image%20(35).png in data.items_by_column_values[0].column_values[0].text I uploading files with API using - Files (assets) as describe in Protected Static Content discussion
Which frame work is used to build monday.com table in it.
Hi Team, We are working on the functionality which has two way sync of monday.com with our application While creating the recipe for it we are using the dynamic mapping functionality, and linking it with a custom action. After that we are creating a recipe which has a custom trigger and a custom action which is linked with custom field. We are facing an issue on this and getting a blank displayed instead we want the columns to be displayed of a monday board I have attached the screenshot of it, please let us know what is the thing we are missing The Things we want → The things we are getting →
Hi! I have a board called Hotels. The items of this board have next columns: ID(generated by the monday automatically), code(hotel code from external API) and some others. Also items splitted into two groups: favourite and banned. I need to implement a mechanism of adding/moving the hotel to favourite/banned list. Because I didn’t find any update item or move to other group request, I decided to implement it in next way: So first of all, using the find item by column values monday api request, I checking if the hotel with given code exists and if It is - I’m using delete item by id monday api request and then I send the create item request, that creates the hotel item in the group that needed. But I met an unexpected behavior of the find items by column values request - sometimes it returns back elements, that was deleted previously and we have the situation, when the old record can’t be deleted and the new one creates - we receive the two equal hotel items in both favourite and banned
Hi, I’m trying to find all the tasks assigned to me via the API. I don’t mind how I do this, alternatives are welcome. Running a specific query like: query { boards(ids:[417546880]) { name id items(ids: [4414440649]) { id name board { name } column_values (ids: ["people"]) { title id value } } } } Returns the expected result: "boards": [ { "name": "Bradley's Tasks", "id": "417546880", "items": [ { "id": "4414440649", "name": "test", "board": { "name": "Bradley's Tasks" }, "column_values": [ { "title": "People", "id": "people", "value": "{\\"changed_at\\":\\"2023-05-04T00:23:16.999Z\\",\\"personsAndTeams\\":[{\\"id\\":12015589,\\"kind\\":\\"person\\"}]}" } ] } ] } ] But wh
Hi All, I am trying to upload an image file to column using add_file_to_column mutation. Using the monday.com documentation I tried the postman example and it is working fine. But I am facing problems while uploading the picture by react native app. It is giving me Interval server error 500. I just want to know if add_file_to_column supports base64 format because when I select an image on the mobile app, it returns base64 format and when I try with that. the response is 500. Here’s my code: const base64Data = insuranceImages[0].data // base64 Data const requestBody = { query: ` mutation($file: File!) { add_file_to_column( item_id: 4479452645, column_id: "files", file: $file, ){ id } } `, variables: { file: { createReadStream : base64Data,
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.