Welcome to the new monday developer community
-
Recently active
Hello, I was wondering if there are any unique identifiers for labels that belong to a status column. I was able to get their color and text, but is there anything further I could do with them?
I would like to filter subitems items by column value, is it possible without going over all items in the group.
Hello, My use case is to present reported time for a customer in Monday CRM. We are using monday CRM and external reporting system. I have created a flow in postman that takes the data from our report system and creates a new item per reported post. As I understand I need a connection column in my board to connect the item to a organization board in CRM. I’m trying to find a way to do it. Store the Monday CRM item ID for the customer in our reporting system ( don’t know if I can add that kind of meta data ), then when I create the item I can create the link as well. Do a search for the item based on name(I haven’t found any way to do that) Any other idea or solution?
I know silly, but I’ve yet to see this asked. Is there a maximum query size? (not number of items, etc.) but the actual query string we send, and the associated variables. Nor do I mean the maximum depth of nesting queries. Simply the maximum number of bytes in the request.
Hi, I have two questions. Does the following Graphql Query return all boards without giving any pagination parameter? I think it returns all boards since there is no pagination cursor. query { boards { name id } } Can I do a fuzzy search by name like the following?. As it seems there is no argument which takes the name and does a filter. query { boards(name: "foo board") { name id } }
Is it possible to include some update text when creating a new item via the API? I saw a related question involving a more complicated Python script with loops, etc. where the response was that it would be necessary to create the item first, capture the item ID, and then add the update. Is that always the case? Related to my question, could the update string be included from a variable in JSON? How might that work?
Hi, I’m having trouble establishing a connection between client side and server side, Can someone show me an example of a request made from the client to the server? What is the order of operations? I try to fetch but I get back HTML instead of JSON. And another question, why cant i use console.log on the client side?, its dont show nothing in the terminal Client side: const fetchData = async () => { monday.execute(“notice”, { message: “YYYYYYessssssssssssssss”, type: “info”, // or “error” (red), or “info” (blue) timeout: 10000, }); try { const response = await fetch( “https://xxxxxxxxxx1.apps-tunnel.monday.com/itemView” ); if (!response.ok) { throw new Error(“Failed to fetch data”); } const jsonData = await response.json(); setData(jsonData); } catch (error) { console.error(“Error fetching data:”, error); /monday.execute(“notice”, { message: error, type: “error”, // or “error” (red), or “info” (blue) timeout: 10000, });/ } }; server side: router.get(‘/itemView’, function (req, res,
[Use Case] Revolutionize hiring with AI Copilot - No more time-consuming application forms. Using AI Copilot you will be able to go through all the applicants CVs without having to read them one by one. You will be able to: Extracts data from resumes and CVs Reflect the results on the boards columns. Summarize the applicants CVs Matching the CVs with job title to screen without reading it. Multiple integrations triggers are supported: When new item/applicant is create by form, … When file/CV is uploaded, … When status is changed,… and more… AI Copilot: Single AI App for everything, you don’t need to add single app for single purpose to your account from your marketplace, you can use AI Copilot for everything: Parsing CVs. Parsing Invoices and reports. Summarize PDF files. Extract text from images. Extract text from files. Generate text and articles. Translate texts. Grammer correction. Summarize text. Make text longer. Create items. Generate it
Dear Sirs, please advise i’m try get value from my board & group but have some trouble. can we filter or give column value condition such as grater than 2000 and less than 3500. what topic which we can read when i’m get response from api - version 2023-10 seem i cannot found text value from mirror column. How to get them if they are more than one column value this is my syntax query { boards(ids: [18084084XX]) { groups(ids: ["new_group269XX"]) { title items_page { items { id column_values { id text column { title } ... on BoardRelationValue { linked_items { id name } } ... on MirrorValue { text column { id title } id } } } } } } }
Can monday.com app developers integrate and utilize external paid APIs (e.g., OpenAi, Hunter.io) within their apps, effectively acting as intermediaries to provide services to monday.com marketplace users? Concerns relate to compliance and security. Thank you.
You used to be able to select a seat based plan that was larger than your no. of monday•com seats. This is no longer true. We give 100% discounts to nonprofits on our “Up to 100 seats” plan. Previously, most of these nonprofits have had smaller plans on monday•com, but we have always applied the discount to the “Up to 100 seats” plan only. This allows them to grow the no of monday•com seats and still be licensed for our app, without having to come back to us and ask for the discount on a larger plan. Here’s the flow as it used to work: How to apply a discount to a monday.com app subscription • David Simpson Apps Now, it looks like you cannot change the plan, so when we apply the discount, we’ll have to match the app plan to the current monday•com plan and hope that things don’t change. This change means more work for us as we now have to match the plan and the discount, also then would have to apply the discount again when the monday•com plan changes. Would it be possible
I’m new to Monday.com, I’ve been asked by a customer to add an option on boards to share any given board to the company’s proprietary, internal tool. They basically want a dialog that opens and allows to configure a couple options, and then send the board’s shareable URL + the options payload to their internal system for further processing. I struggle to figure out how to do that within Monday.com: It’s not an integration as far as I understand because I don’t want an IFTTT type workflow: the button has to be show on the board view (like the existing Share button). So maybe it’s a “Boards”-type feature? I don’t think so because this should only be available on the whole board, not subsections or items. I don’t think it’s a Custom Object either, because I don’t want to add items inside the document. Ideally, this would be a new option in the “Share” dialog, but I apparently can’t edit the “Share” dialog because this is off limit to the apps’ API. So… How do I do that?
Hello All! I have a query running against a Board, it pulls the items_page results. I just finished migrating the code from the 2023-07 version to the 2023-10 version. But now I noticed that 2 of the fields used to return values in the 2023-07 results, but now return a blank value for the 2023-10 results. I don’t know if I am using the proper terminology, but it seems as if these fields are setup to have the user choose from other Boards being Linked to this particular field. For example, the field “Referral Source”, if you click on it to choose a value: The user can select from multiple other boards, to then search in that board of choice for the value they want to appear in this cell as the Referral Source. So my question is, how do you query to bring along these selected values coming from the other boards? I’m assuming they may be consider Linked Items? But the “linked_items” function does not 100% seem to align in its explanation, or I’m just hoping thats false since it looks li
Can monday.com marketplace app developers integrate and utilize external paid APIs (e.g., OpenAI, LinkedIn, Twitter) within their apps, effectively acting as intermediaries to provide services to monday.com marketplace users? Concerns relate to compliance and security. Thank you.
Hey Community, We are looking to buy an app with traction. If anyone is interested in selling please let me know at adi@piricgroup.com Thanks and happy coding!
Hello all, I’m working on a custom action to be used with a recipe. However, when I read through the documentation at Custom actions, it seems like my endpoint should return only with a 200 and everything else is considered an error by monday.com as demonstrated by the fact that it will keep retrying the requests for next 30 mins. My question is would it be possible to run custom javascript as part of an action, for instance, opening a new browser tab on button click?
Hey All, The script I was using to send a board’s data into a Google Sheet has stopped working suddenly. I presume this is because of the API changes. I am not a developer and wondered if anyone can assist me in trying to repair the code so that the query works again. The below code in bold is where the error is occurring, stating the following “TypeError: Cannot read properties of undefined (reading ‘boards’) downloadMondayBoard” // Add column headers if not added yet if (headers.length <= 2) { data.data.boards[0].items_page_by_column_values[0].column_values.forEach(function(column) { headers.push(column.title); }); sheet.appendRow(headers); }
New to graphql i need to read all the values for a given row based on the value of a particular column. Please point me in the right direction
Hi developers and monday team, I am Rasil Baidar from Jobflows. I have a question to ask. Recently one of my client’s trail for Jobflows has ended and we are saving the subscription data of the client in our Backend API service to manage our business logic. Since the clients trail subscription has ended, we want to extend the clients subscription manually from our Developer console. Doing so does not call our API service. This is causing a lot of manual work for developers as we will need to manually create subscription data on our database. This is a lot of headache. How to solve this issue?
Hi, We set up few workflows to export data from monday.com to external DB using GraphQL. There are scenarios where we create items on board and deletes them later, but they will be export to Database using above work flow. We need to identify deleted items from board and make sure they are deleted from DB as well. I am trying to use below GraphQL to finidout the activity on board but it’s returning all types of events. Is there a way to filter out using GraphQL and export only event=‘delete_pulse’ records ? Can you please advise how we can alter below query to get only required event types. Thanks & Regards, Madhu Kolli
Hi I am from BigPicture. I would like to register all types of webhooks for given board including subitems. Currently I am not able to register webhooks for subitems if that board didn’t contain subitems before. Is there any other way to be informed that any subitem has been added to board if we didn’t register such webhook before? Best regards Przemek Banasik
I want to retrieve the replies in conversations. Is there a way to do this through the monday.com API? Perhaps by passing the board URL and ID?
Hi, I am testing DocuGen to streamline my process. I have successfully created some files using this platform. However, I have not been able to set up the click me button yet (Integration recipe). I am following this tutorial (1540) Get Started on DocuGen in 6 Minutes - YouTube, but the recipe is not loading to be set it up. I I have waited more than 10 min and the integration recipe is not loading. Is there another way to achieve this task? Thanks for your help. Norma Osorio
I need to update the title of an item in my app when a user changes it in another view. I see that there is a method called monday.listen, which takes “event” as an input. This listener gets triggered when a new item is added, or a column value is changed. But it is not fired for other common events like Updating the title of an item Removing an item Is there a plan to add these, or an alternative workaround?
I need to add a date to a date column when I create an item on a board. Here is my code. It does add the item, but the date field is left blank. Any help is greatly appreciated. mutation { create_item (board_id: 6137175354, item_name: “Bills New Item22”, column_values: “{"date":"2023-05-25"}”) { id } }
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.