Welcome to the new monday developer community
-
Recently active
Hi Darshan Hiranandani, I hope this message finds you well! I’ve been working on optimizing the performance and battery life of our mobile app, and I’m seeking advice and insights from fellow developers who might have experience in this area. Your input would be incredibly valuable in helping us improve the user experience of our app.
Hey! for all of you who struggle with image size, My Name is Shelly and I’m a full stack developer and a Monday.com vendor I have developed simple automation which decreases immediately the size of the image after uploading it on Monday. Specific use case: Ducugen does not allow to upload images above 500K. When you upload images directly from your mobile, they have very big size ~5M which causes Docugen (and probably other apps) to ignore them you can reach me directly here or by email I’ll give you more info shelyeldman@gmail.com Shelly
Hello Community, I hope this message finds you well. I am currently in the process of submitting an app for the the marketplace with Monday monetization. I have been following the provided documentation here, but I have encountered a bit of confusion regarding the order of steps. According to the documentation, the second step is to complete a form to become an approved Monday vendor. However, in this form, there is a field labeled “App Name” that requests information about an app that is either in review or already in the marketplace. This seems to create a bit of a circular issue since, at this stage, I haven’t yet submitted my app for marketplace approval (Step 5), and thus, I don’t have an app already in the marketplace (or in review) to provide in this field. Could you please provide clarification on the proper order of steps or how to proceed in this scenario? I want to ensure that I follow the correct process and provide all necessary information accurately. Thank you for your a
Hi, I tried without success to get my first test application running this morning by following the instructions on the app creation wizard. I first downloaded the example quickstart code using the command: npx @mondaydotcomorg/monday-cli@latest scaffold run ./ quickstart-react -t board-view-10137061 But then I realised that I was not able to create the tunnel connection to Monday. Looking at previous messages in the forum this issue could have occurred due to my version of node. I downgraded from version 20 to 16 and then I was able to create the tunneling connection. But Now I cannot get the application to start. Running npm run server throws lots of issues related to eslint: The react-scripts package provided by Create React App requires a dependency: "eslint": "^5.16.0" Don't try to install it manually: your package manager does it automatically. However, a different version of eslint was detected higher up in the tree: ... To fix the dependency tree, try following the steps
A few weeks ago, we were getting into crunch-time to get users names and emails related to a certain subject into Monday. We had data that we wanted to enter in. I remember pulling my hair out trying formulate an API that plays well with Monday. we ended up crafting a very specifically useful script that did just what we needed but nothing more. My question, is there a better way? is there a python plugin that you use or a company you go through that makes transferring information to and from Monday more convenient. What is your workflow? How do you connect to Monday API?
Hi everyone 🙂 We will soon launch a new app and are having a look on monetization and pricing plans. We want to launch a first version of our app for free (so totally free app) and plan to make it a paid one after some months. As there will be no monetization at the beginning and we will have no access at developer payment board, I was wondering can we nevertheless see the data of the customers who will subscribe to our free app (ex: customer email, name, user tier etc…) ? Are there any tips and trick in general for launching first a free app and monetizing it later? I appreciate every feedback. Thanks in advance, Julia
👋 Hello everyone, I’m Darshan Hiranandani, thrilled to be joining this community as a Website Developer! 🌐 🌟 About Me: Name: Darshan Hiranandani Role: Website Developer 💼 Professional Background: With 4 year of experience in web development, I’ve had the opportunity to work on various projects, ranging from 🔍 Mission: My goal here is to collaborate with fellow developers, contribute my skills, and collectively build captivating and functional websites. I’m passionate about creating user-friendly experiences and leveraging the latest technologies to bring ideas to life. 🚀 Let’s Connect and Collaborate: I’m eager to engage in discussions, share insights, and collaborate on exciting web projects with all of you. Whether it’s brainstorming new ideas, tackling technical challenges, or simply exchanging knowledge, count me in! 🌐 Looking Forward: I’m excited to be part of this vibrant community and look forward to the opportunity to lear
Hi Team, I submitted monetisation plans for my app which is in review. Soon it will be about 1 week since I submitted the form, but I haven’t got any revert yet. I am stuck only on monetisation now for my app approval process. Can I get an update about it, the app id is 10130616. Thanks Yash Garg
Hi, I am just trying to create a new integration feature in my new app starting with the GitHub Template, but after creating a tunnel and entering it on the feature page and on clicking Create, it just throws an error “Failed to create new app feature” Could you please help me?
I’m posting this for the Monday.com customers who are using Power BI to connect to Monday.com. I attended a webinar last week that discussed the changes to the Monday.com API that will be released in October of this year. The syntax used in the query from the code found here → Outdated – Loading GraphQL data (monday.com API v2) into PowerBI · GitHub will need to be updated. I forked a copy of the code created by @dipro and updated the M language code to work with the new API. If you want to continue to use the 2023-07 version of the API you will need to modify your current Power BI Query to include the API-Version you wish to use. Currently the first bit of your code might look like this: let Source = Web.Contents(“https://api.monday.com/”, [ RelativePath=“v2”, Headers=[ #“Method”=“POST”, #“Content-Type”=“application/json”, #“Authorization”=“<your_personal_token_here>” ], The API migration document says that the 2023-07 version of the API will still be the default once October
A query as below returns None for the updated_at field. query { complexity { query } items(ids: [''' + ", ".join(item_ids) + ''']limit: 100) { id name updates{ id updated_at created_at creator { name } } } } Below is the example of the response. It returns None for the ‘updated_at’ field. {'data': {'complexity': {'query': 147}, 'items': [{'id': '5819716479', 'name': 'AAA', 'updates': [{'id': '2919516548', 'updated_at': None, 'created_at': '2024-02-29T05:22:16Z', 'creator': {'name': 'XXX'}}, {'id': '2883433180', 'updated_at': None, 'created_at': '2024-02-22T05:14:13Z', 'creator': {'name': 'XXX'}}, {'id': '2659876831', 'updated_at': None, 'created_at': '2024-01-09T14:35:26Z', 'creator': {'name': 'XXX'}}]}]}, 'account_id': 16259805 } The query above has been working well for a while
We use Monday to be able to track a majority of our projects, we then use Excel’s Power Query to link with the Monday API, to pull the information and be able to generate and fill templates using Mail Merge. With the recent Monday API update we have been unable to pull full subitem information due to the 500 limit. Has anyone found a solution to this problem? Are there any plans from Monday to create a solution to this issue in the near future?
We’re helping Monday customers to integrate with other tools such as Jira. We just discovered, then when a customer changes fields like “Status” or “date” change it does not update “updated_at”. This means, that our tool is not able to pick up any change. So the sync is not possible. Is there a way to use the API to get this change in any other way? We need to be able to reflect the change in another tool. It looks like now only adding a comment or changing text fields can be added to “updated_at” and integrated. It doesn’t make any sense. Help needed 🙂
Hi, I want to build an APP that through custom actions I will make all kinds of API requests back to my monday after I have done manipulations. Everything works as it should. For such API requests I need my API KEY, My question is - if I want to give access to the application to additional monday accounts, do I have to get the API KEY from them or is there another way? There are many apps I see in the market that have their own automations, and I didn’t give them my API KEY. Thank you
Is there a way to add a new view for automations? I would love to be able to add a wizard in automations/integrations set-up for some upcoming applications we are building.
Hello. I wanted to look into developing an app based on the ideas board. Two of the ideas mention writing a Search and Replace app for boards and workdocs. I’ve also noticed that Monday.com already has a very powerful search facility that seems like an ideal starting point for doing a search and replace app. Ideally there would be a way to extend the search facility, so I turned on the Chrome web developers tools to see what’s happening under the hood when we do a search on Monday.com. When it does a search it makes an XHR request of the form monday.com/search/cross_board?q=item. This search endpoint is not officially mentioned on the API or SDK. My questions are: Can we make use of an undocumented endpoint like the one mentioned above? Will there be plans to extend the API to allow for a general search? If no to the above questions, can I be cheeky and ask for the graphql and js code that is used to make the search facility work
Hi community! How can i build page like this? https://view.monday.com/4015407657-9dff8a88ed4926a3d6faddc75a4732f9?r=use1&_ga=2.251141956.377695695.1707829531-1570320680.1681387388 Thank you for any help
Hello, I created a new app with an integration feature. I created a receipt using a build-in trigger and a custom action which I created (I put in the custom action a URL of external system as an end point). Now, the app was connected to the relevant board. When I am making a change in the board data, the trigger is fired, but I am getting an error message: “your automation has failed due to an authorization issue” . And from the other hand, I don’t see any activity in the endpoint side… What can cause the authentication issue ?
I’m trying to figure how how to do the below filter using Monday API. I do not see how to filter out results where there is not a match: { items_page_by_column_values( limit: 50, board_id: BOARDID, columns: [ { column_id: "checkbox", column_values: ["1", "t", "true"] }, { column_id: "text1", column_values: ["false", "", null] }, { column_id: "text97", column_values: ["false", "", null] }, { column_id: "date0", column_values: [--IS NOT EMPTY--] } ] ) { cursor items { id name column_values(ids: ["date4", "text", "text4", "text5", "text9", "text8", "date", "text1", "text94", "date0", "checkbox", "text97", "text45", "text90"]) { id value } } } }
Is there a way to create a new workdoc from a template in specific workspace and folder?
via API I can add webhook for this event “change_specific_column_value()” and I can set in config columnId, but how can I set also specific value of this column? Thanks.
I followed the steps for Integrations Quickstart and added the out-of-the box recipe to my board. But it gives the following error on my CLI - “TypeError: Cannot read properties of undefined (reading ‘items’) [0] at Object.getColumnValue (D:\\Monday.com Apps\\quickstart-integrations\\src\\services\\monday-service.js:18:26) [0] at process.processTicksAndRejections (node:internal/process/task_queues:95:5) [0] at async executeAction (D:\\Monday.com Apps\\quickstart-integrations\\src\\controllers\\monday-controller.js:13:18)”
right now clicking on settings in my app item view does nothing. how do i enable the react UI that gets poped up when we click settings.
I found this piece of code in the Github Example app - I have manually added the redirect_uri here, earlier it was not there. Here is the corresponding GithubAuthManager - This one had the redirect_uri from before. Without the redirect_uri on mondayAuthManager, i was not getting redirected back to the backtourl, but when i added it, i was successfully redirected. So why was there no redirect_uri in the out-of-the box code, am I missing something?
Hi , I have attempted various methods to insert a variable as the value for a column, the “text39” column as shown in the Mutation query below, but I have been unsuccessful so far. Any help on this one mutation ($myText: String!) { create_item ( board_id: 415144386, group_id: “emailed_items12303”, item_name: “Subject”, column_values: “{"dropdown99": "7", "dropdown": "", "dropdown9": "18", "text39": " $myText ", "status4": "0", "text26": "staff response to", "additional_info": "This is the addional info", "text27": "Rec_no" }” ) { id } } i have tried "text39": $myText . Didn’t work tried "text39": ${myText}. Didn’t work . Doing all this from postman and variable is defined { “myText”: “Test text” }
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.