Welcome to the new monday developer community
-
Recently active
When I was trying to access storage API in workdocs, getting Invalid storage access issue. The methods using are monday.storage.instance.getItem(key) monday.storage.instance.setItem(key, value) Am I missing something? Or any other way to store properties in workdocs. Looking forward for your response. Thanks in Advance!
Hi guys, please help to understand what I’m doing wrong. Using GraphQL succesfully creating board, creating item with title. But whenever I’m trying to update column values on the item for the board I’ve created resiving UserUnauthroizedException 403 exception. Please advice, how I can see what permissions do I need? this throws and error: mutation { create_item (board_id: 3896215602, group_id: "duplicate_of_implementation_go", item_name: "“+ title +”", column_values: "{\\"text\\":\\"testTEST\\"}") { id }}" This workds as intended with no access issues: “mutation { create_item (board_id:”+ boardId +“, group_id: "duplicate_of_implementation_go", item_name: "”+ title +“") { id }}”
Hi team ! In the setting field configuration, What is the meaning of the “Required for onboarding” checkbox and the alias input field? Thanks
Unlock the full potential of date calculations in Monday.com with Msquare’s revolutionary Day Calculator tool. Key Features: 📅 Easily add or subtract days Input any number of days Customize your own holiday list Platform: Make (formerly Integromat) Get the app integrated with Monday.com in just 30 Mins. New to Make? Sign up today at Make.com Signup Link to experience the transformative power of advanced date calculations in Monday.com. 🚀 Ready to explore how the Day Calculator tool can revolutionize your Monday.com experience? Schedule a consultation with our experts at Consultation Link for personalized guidance and insights. 🗓️🔍
Hi, I am trying to use general caster to detect if there is a change between creation and updated dates. The following doesn’t seem to work: IF({item’s Created Time}<> {item’s Updated Time}, “Different”, “Same”) Let me know the correct formula to use. Thank you
Apps Breaking changes: Sandboxing for all iframes Date TBD Updates to seat-based view apps and trial subscriptions starting August 28th (marketplace only) API Breaking changes: API version 2023-10 January 1st, 2024 API release postponed to January 15th Breaking change: Removed the deprecated `items` field on groups queries, replaced with `items_page`
I am currently using the monday storage API to store data for an item-view app. I need to enable data sharing to a board-view as well as some other features so am looking to move to a relational database. Currently, the only way I can see to migrate data from monday storage to the relational database would involve a user clicking into each item that they have data stored against and then waiting while a migration task runs. This is obviously not a great UX and also causes problems such as not having any idea when all data is migrated or preventing the possibility of partial migration if the user clicks of the item early. I feel like I’m missing something, is there a better way to access item-view data for all items in an account when they upgrade a major version of an app?
Hi, Similar to this question: Items Query responding with error I have the exact same error; for example (on version 2023-07) query { boards (ids: 3553135069) { items { id name column_values { id title value } } } } Returns: { "errors": [ { "message": "Unexpected token 'u', \\"upstream r\\"... is not valid JSON", "stack": "SyntaxError: Unexpected token 'u', \\"upstream r\\"... is not valid JSON" } ] } This query just ran successfully this morning, 10 minutes later the same query doesn’t work.
I have just started to use some of the API features and have made it through some of the tutorial items but I’m pretty new at this type of work. I would really love to see more example scripts of basic operations. I know that updating an item requires an Item ID but I’m having trouble querying that successfully. Could anyone provide a python script that finds an Item ID on a specific board based on a column value like “Employee Number”? Bonus points if the response could include the next logical leap of editing a text column and a status column. I have looked through many of the forum posts and I see most common responses are just snippets and I’m not confident I would know what to do with a response that doesn’t include all portions of the script needed with the variables changed to something like “API_Key”, “Board_ID” etc. Please and thank you in advance.
Have you heard about the new 💥 Dashboard Hub App 💥? The Dashboard Hub App is a new third-party app, that acts as a central hub for teams to analyse, collaborate, and share business data! The app offers pre-built dashboard templates curated especially for Marketing, Sales, Development, and Product Management teams. Say hello to: ⭐ Enhanced dashboard visualisation with ready-to-go templates ⭐ Extensive customisation features with a multitude of metrics and custom data displays ⭐ Improved share-ability of boards through shareable links ⭐ A centralised space for ALL your data, across ALL products For more information check out the links below: App demonstration Marketplace link What do you think! Will you be trying it out?!
TL;DR: It’s been a week since we announced the AI App Hackathon winners and we are still getting goosebumps thinking about all that this outstanding event generated! 💥 💣 You like to see things in numbers , aren’t you? 😎 Here are some numbers on the event 1633 people registered and worked in 225 teams operating in London, Tel-Aviv and Online. Prize worth was $63K divided by 6 winning apps 2 minutes: That’s how long it will take you to read all about the winning AI apps and be pumped up like we are writing that. Here we go. 👊🏼 Grand prize: AI Smart Form by Adapavist (Online) 🏆 Smart From leverages the forms feature to a whole new level of capabilities using AI. The app allows users to create automatic tags, smart insitis and even answer to responders, all of which, automatically. Can you imagine? (you do not need to - here is the demo) 2nd place: Board Assistant by Israel-CA (Tel-Aviv) 🏅 Board Assistant incorporated the power o
Hi I would like to use the API to access all of our boards etc. but am running into 401 permissions errors. How can I create a user or generate an API key/token that has access to all the data available from the API? Or if that’s not possible what’s the best way of going about that? Thanks
Ho team ! 2 questions (: How can I build an integration sentence with the option to choose more than one column in the sentence? For example: When status changed, delete the information in [those columns]. when [those columns] are the columns that the user choose in the integration sentence. How can I build an integration sentence with the option to choose between 3 operations options in the sentence? For example: When status changed, [delete, copy, change] the information in this column. when [delete, copy, change] are kind of predefined enum values by myself (that are similar for all users), that the user choose one of them in the integration sentence. Will be happy for your help! Thanks
Hello Community, I’ve been working on developing an app idea for Monday.com. From the past 2 days, when I was trying to start the app server in local instance, I am getting the below error. [11:13:37.471] WARN: retrying connection to the server (attempt 5)… [1] [11:13:38.473] WARN: retrying connection to the server (attempt 6)… [1] [11:13:39.474] WARN: retrying connection to the server (attempt 7)… [1] [11:13:40.477] WARN: retrying connection to the server (attempt 8)… [1] [11:13:41.480] WARN: retrying connection to the server (attempt 9)… [1] [11:13:42.485] WARN: retrying connection to the server (attempt 10)… The server is not able to start, and I am not able to verify the changes done. Any leads to the issue resolution would be much appreciated! Thanks Koti
Make sure you post answers the following questions so users know exactly what the value is: - What is your app called? Monday CSV Converter for Google Sheets - Why did you build this app? I needed to connect a Google Sheet with a Monday board so I wouldn’t have to keep updating the both sides. - What does your app do? It’ll give you a URL you can copy and paste in you Google Sheet, it’ll pull all the current data from the board. - What example use cases and workflows does this app apply to? Be specific. You have a Google Sheet you use for the same report/graphs, and you want to connect it to a Monday board so it’ll fetch the changes every time you open the file. - Who are you? Are you a monday partner? My name is Yogev, and I don’t think I’m considered a Monday Partner 🙂 - How can users use your app? Just go to this address: Monday CSV Log in with your Monday account so it’ll install the app. Follow the instructions, I added a screenshot showing a CSV URL. - Are there any depen
It’s an exciting day for monday.com user, as we’re proud to officially announce the relaunch of Unlimited Subitems! Unlimited Subitems enables all monday.com users, whether you’re a newbie or a seasoned pro, to structure your boards the way you want, breaking down your work into as many levels as you need. Save time and avoid workarounds by tracking multiple assignees, statuses and timeframes from a single monday.com subtask. Following the recent features release, which included improved column views, new display themes and enhanced nested item views, you can now enjoy additional new features as part of the relaunched version of the app, including: Being able to use the monday.com native ‘Update feature’ with all child subitems. Meaning you can now keep all conversations about a specific child subitem in the same place and context. When assigning a task to someone on your board, your assignee’s Icon (i.e., their profile picture) will now show in the ‘People’ column instead of just th
Monday.com released their AI assistant and, as a celebration, held a hackathon where we had three days to create an AI application. The challenge was to be among the first developers to build an AI app for the monday.com marketplace. Who doesn’t like a challenge? We joined. Ideation: Finding the Missing Piece We looked at our beloved Tracket app, and a light bulb flickered above our heads. We discovered that people often start noting their work at the beginning of the week and then refer to these notes at the end of the week to fill in their time logs. This process could be automated! Additionally, automating this process would reduce the time spent on administrative tasks on Fridays—a significant benefit! Thus, our small but mighty mission team, consisting of Demi, Albert, and Jaap, embarked on a quest to boost the “net beer time” while making a meaningful contribution. The Mission: Using AI for Logging Time To bring our vision to life, our team harnessed the Python API and leveraged
Hello i think there’s a bug with monday item where my app wasn’t able to open a new tab to my website’s registration page. The error message in console is Blocked opening URL in a new window because the request was made in a sandboxed frame whose ‘allow-popups’ permission is not set.
I am new to Monday. I have a Board. I want to add an item. The GUI for the App shows three interesting things about an item An item has a name, a week, a quantity and an order number. So I would see columns like that. “foomanchu”, “June 27”, 3, “#327656” So now I use GraphQL Mutation to insert a new item in the board. Thing is, I cannot wrap my head around Monday in terms of item column values. I do a GET on an existing item, and I see what I consider to be unstructured data. Specially, for an item named “foomanchu”, these column values. {“value”=>“"JUN 27"”, “text”=>“JUN 27”}, {“value”=>“"1"”, “text”=>“1”}, {“value”=>“"30204"”, “text”=>“30204”}, So there is no reference to week, quantity or order #. So if I want to POST a Mutation with a new item for this board, and I have the board ID and the name of the item, what are the column values I present, so that they fall into the Week, Quantity and Order Number columns all other items are created with? It like this add ne
I’m forced to believe that, monday devs don’t create workflow blocks the same way we do through the UI, because it is hard to imagine that, they also go through the same pain developers go through when creating multiple workflow blocks. They would have implemented a duplicate feature right from the start if they did. Since monday at the moment does not support conditional workflows (even it did, workflow block duplication is still needed), multiple duplicate workflow blocks will have to be created with the same parameters and just minor changes. This is exactly where the problem lies. First, it is error prone since you could mistype the ids or names of the Input fields. That means, you would need to keep any tab open to compare. That is where another problem comes in. Since you have the same page of with conflicting data (old tab doesn’t yet contain the new action being created), should you save any data on the old tab, monday crushes. That means, any progress you have made in the new
I’m working through the Quickstart Guide and have installed node.js for VS Code following this tutorial. I did not install the Express package. I can see the node.js version is v18.16.1, and npm is v9.5.1. The package from nodejs.org also installed chocolatey v2.0.0. Is there another step I’m missing? Because when I attempt to setup the dev environment for Monday - by copying and running the npx command from within my account - I get the following:
I’m trying to create a board using VBA. Here is the code I’m trying: Sub MigrateToMonday() Dim monday As New MSXML2.ServerXMLHTTP60 Dim response As Variant Dim status As Variant Dim query As String myurl = “https://api.monday.com/v2” mytoken = “*********” query = " { ““query”” : ““mutation{@@@}””}" query = Replace(query, “@@@”, “create_board(board_name: ““zzTestGJF””, board_kind: public){id}”) With monday .Open "POST", myurl, False .SetRequestHeader "Content-Type", "application/json" .SetRequestHeader "Accept", "application/json" .SetRequestHeader "Authorization", mytoken .Send query response = .responseText status = .status & " | " & .StatusText End With MsgBox response MsgBox status MsgBox query End Sub All I get back is a “Run-time error ‘-2147012894(80072ee2)’; Automation error” Can someone point out where my error is and how to correct it?
I’m building a workdoc feature and would like to hit the Monday API from my backend. How do you recommend I get the monday access token to perform this API request? Currently, I created a Sign In button inside the window that is shown when doing a slash command in the workdoc. Once a user clicks the button, it triggers the OAuth popup, which lets the user authorize the app. Then it automatically closes the OAuth popup and refreshes the original window that was opened via the slash command. Is this the best way of handling getting an API access token from the workdocs context or is there a better way?
Hi there, Some questions about the recent update of the seat-based apps mechanism: First quetion, how can I test if my apps are subject to this new mechanism? My Idea was to use the set mock app subscription API but our monday.com developer instance is seen as a 0 user plan (by the Plan API): { "data": { "account": { "plan": { "max_users": 0, "period": "infinity", "tier": "free", "version": 9 } } }, "account_id": xxxx } So any seat-plan from my app is accepted with that number of user. Next question, regarding the changelog it’s stated: This logic applies to view apps, dashboard widgets, and custom objects (essentially any UI feature). Does this logic also apply to Workdoc? And more precisely to Workdoc Action? If no, any plan to add compatibility? One last thing regarding the updated seat-based monetization documentation, the link in the sentence: we will block or allow user access by comparing account size to plan size l
I have created the app using reactJS that works with monday. But I can not find that app anywhere and also if i did find the app, I do not want a separate view for my app. I want to update the view of updates. How can I achieve that? For now I have created an app and built a Board view feature and then in ReactJS quickstart I have made some changes and then published the app, but I can not find the app when I try to add it. Also, I am thinking even if I find the app, I won’t be able to see that inside the updates section. I want to be able to edit the updates section. How can I achieve that? Thanks.
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.