Welcome to the new monday developer community
-
Recently active
Is there a way to update a user’s workspace via SCIM user provisioning?
I have two linked table (Contacts and Properties). I want to link a contact to a property via a “Properties (Links To)” column. I have the item id’s that I am wanted to link. Here is my query: mutation { change_multiple_column_values(item_id:9260641574, board_id:6605619623, column_values: “{"connect_boards" : {"item_ids" : ["9260641574", "9260379507”]}}") { id } This is modified from the documentation here: “Connect boards” I have two questions: When I run the code (I am using the api for python), I get multiple syntax parsing errors. What am I doing wrong? The table has multiple “connect_boards” columns? How do I specify which one I want?
Hi all, We launched our app for Monday Waveapps (wave) invoice integration here . Currently live in the Monday App Marketplace with a free plan. The app provides board views, integration recipes & templates, that allows you to Import existing invoices, customers, and products into your monday boards. 📦 Create & manage invoices, customers, and products in wave directly from monday. Two way sync invoice changes & status between monday items & wave. 🔄 Multiple integration recipes designed for CRM, sales, and other business processes. Demo video : https://www.youtube.com/watch?v=foXnPVqSo_k If you have any feedback or feature suggestions please fill out form .
Team, I’m developing a client-side app and have previously uploaded the build using a ZIP file. Recently, I noticed that it’s also possible to push client-side code using the mapps code:push command. I tried pushing code from my app directory, and while the “Build assets to deploy” step completed successfully, I encountered the following error: “Unexpected error occurred while communicating with the remote server.” Could you please help me understand what might be causing this error and how to resolve it? Thanks in advance!
I’m building an app hosted on Monday Code. The app is built using Sveltekit, and to test things out I’m building a simple item view that reads existing data for an item, and calls an external API with that data. I’m having trouble authorizing requests to the Monday API using monday-sdk-js in my development environment. I have a local development server running, and am tunnelling requests using Monday Apps SDK’s mapps tunnel:create As I’m building an item view, my understanding is I need to get the user’s sessionToken, and decode it with my clientSecret. I’m able to decode the session token using jwt.verify(), but I’m not sure what to do with this information. I can’t use the decoded client_id to authorize API requests, and I can’t see any other data in the decoded JWT that would be useful here. Reading the docs, it looks like the monday JS SDK automatically handles authorization in purely client-side apps. But, as my requests are handled serverside, I’m not sure how to authenticate th
Hi Monday Community, I have a process that creates or updates many items on a board connected to several other boards. Currently, each mutation includes 13 columns. We’re planning to expand it to 50 columns per mutation. I read that this should impact the complexity limit, but even after adding: complexity { query before after reset_in_x_seconds } I don’t see any change in the complexity values. Is this expected? Any insights would be helpful. Thanks!
Make sure you post answers the following questions so users know exactly what the value is: Code Editor To help users code their websites and webapps in realtime Live Code editing where you see your code in realtime Coding anything on the web ? Be specific. Indie Developer Just by going on the site No dependencies 0 costs, free lifetime Code Editor - Toolbox Hub
Streamline your operations with powerful scan-to-action features: go from manual to magical with QR Item Tracker, the fully customizable QR code solution for monday.com. Add logos, labels, PIN protection, and unlock powerful scan-to-action automations for any board item. 🔗 View on Marketplace | 🌐 Explore Product Page Join our Early Adopter Program - first 10 users get 50% off any paid plan for the first year! Key Benefits Dynamic QR Code Generation – Instantly generate QR codes for any board item: scan to update statuses, open items, notify your team, and more instantly. Custom Branding – Add your logo, style it with your brand colors, include labels, and make each QR code uniquely yours. PIN Code Security – Add authentication to protect sensitive workflows and ensure secure QR code scans. Scan-to-Action Automation – Automate updates and task assignments with a quick scan. Real-Time Sync – Keep teams and boards updated instantly, ensuring mobile-optimized QR code scann
Hi, Is it possible to disconnect board in Connected Column via API? Regards, YH
I have the following structure: query { boards (ids: ["xxxxxxx", "xxxxxxx"]) { name state board_folder_id items_page { items { name id name column_values(ids: ["controle_de_tempo", "lista_suspensa31", "lista_suspensa3", "lista_suspensa2"]) { id value text value type ... on TimeTrackingValue { running started_at history { status ended_at started_at started_user_id manually_entered_end_date } } } } } } } How can I specify a date and get all items from that date on? The date I want to use is the updates to the ‘controle_de_tempo’ column, for example: all items that have been updat
Trying to update Monday,con columns using PHP file and everything thin gh I;ve tried, and I’ve enlisted Gemini AI, fails. Any ideas on how rto make this update work? I send: $query = 'mutation $query = ‘mutation updateItemData{change_multiple_column_values(board_id:’ . $boardId . ‘,item_id:’ . $itemId . ‘,column_values:’ . $formattedColumnValuesForGraphQL . ‘){id name column_values{id value type}}}’; Which produces this mutation: mutation updateItemData { change_multiple_column_values ( board_id: 1234567890, item_id: 1987654320, column_values: { status: “{"label":"TEST ONLY"}”, notes: “testing” } ) { id name column_values { id value type } } } and is returning this error: [26-May-2025 00:10:10 UTC] API received column_values from frontend: {“status”:{“label”:“TEST ONLY”},“notes”:“testing”} [26-May-2025 00:10:10 UTC] Monday.com GraphQL Query Sent: {“query”:“mutation updateItemData{change_multiple_column_values(board_id:8696866548,item_id:9224943470,column_values:{"status":"{\\"label\\
Hello everyone, I’m looking for help with the OAuth flow. My front-end is hosted on the monday.com CDN, and my back-end is hosted on my server. When I use get(“sessionToken”) on the front-end and try to use the token on the back-end setToken(TOKEN), I get an error saying “Not Authenticated”. What is the best way to obtain a user token for the back-end? Thank you in advance for your help. I appreciate any guidance or suggestions you can offer.
My mapps deployment fails as soon as I import the client from the aws-sdk dependency I have in my integration. It throws a heap out of memory error. See attached images Anybody know how to fix this please?
Super Charts by QBeeQ is the newest solution for monday.com users who need advanced visualizations to answer critical business questions. Super Charts delivers purpose-built visualizations that unlock deeper insights directly inside your Monday boards– no formulas, no code, and no external BI tools. Seamlessly integrated with Monday.com, it requires no additional setup. Just add it to your board and start delivering better visuals. Explore your data in new ways using our visualizations to reveal insights hidden in raw data, so you and your teams can make faster, more confident decisions. Unlock deeper insights directly inside your Monday boards using our: ⚡Heatmap Chart ⚡Exploding Pie Chart ⚡US Honeycomb Map ⚡Gauge Chart Super Charts unlocks answers– fast! Super Charts is available directly from the marketplace, NOW! 👉 Install Super Charts now! 📄 Read Documentation 📅 Schedule a demo 📧 Or email us anytime at support@qbeeq.io QBee
Getting this error when I am testing automation {“error”:“invalid_request”,“error_description”:“Invalid redirect_uri”} yes I followed this setup guidegithub.com
Hello Community! So I am running a custom automation and I essentially want to have it where if any of the subitems statuses are “Pending” then return a failure or a status(200). However, it seems that this only works on the backend but on monday side, it will keep retrying and eventually say success even though it actually never runs. And is there a way to make it so I can send something from my backend to monday, to make the automation run history to go from success or even in progress to fail? Thank you much appreciated.
Transform the way you manage emails and automate workflows with our latest addition to the monday.com marketplace: IMAP Email Connector! Designed to seamlessly integrate your IMAP email accounts with monday.com, this powerful app ensures that your team stays updated in real-time. With easy-to-use integration templates, you can automatically create items, send updates, and manage workflows with just a few clicks. When you receive an email, the app can automatically create new items or post updates on your boards, keeping your team informed and efficient. IMAP Email Connector for monday.com - Demo Key Features: 📥 Inbound Email Automations: Automatically create new items or post updates in your monday.com boards when emails arrive in your IMAP inbox. All relevant email content is added as updates to the new item, so your team never misses critical information. 📤 Outbound Email Automations: Set automations to send emails whenever a status changes or a new item
Good day, Since last night I have been having issues with getting mirror column values using … on MirrorValue { ** display_value** ** }** I getting an internal server error(500) Here is the query: query ($item_id: [ID!]) { ** items (ids: $item_id) {** ** name** ** column_values {** ** column {** ** title** ** }** ** text** ** value** ** }** ** parent_item {** ** id** ** column_values {** ** column {** ** title** ** }** ** … on MirrorValue {** ** display_value** ** }** ** }** **
Hello, I am trying to get some input from the user in a custom trigger using dynamic mapping. In order to do that I have created a recipe consisting in: Custom trigger: Custom action: This gives me the following recipe: Once I click in external entity, then I get the necessary options from the field Definitions URL I defined in custom type field. But once I have finished setting the mapping and attempt to add to board, I get an error and I am unable to complete the integration: For reference, I have another analogue recipe with the only difference that instead of dynamic mapping is using a Custom field (type list) In here, if I click in add board everything works fine and I get this request to my endpoint with the information about the selected option: { "payload": { "webhookUrl": "https://automations-euc1.monday.com/apps-events/5732918", "subscriptionId": 5732918, "blockMetadata": { "shouldCalculateDynamicMapping": false }, "inboundFieldValues": {
Hey Developers Community, We’re hosting community office hours, and this is your chance to get direct support on the topics that matter most to you! Based on your feedback, we know transparency, resources, and direct support are key. Bring your questions and challenges related to: Improving your app’s onboarding: How can we make it smoother for your users? Enhancing your listing page content: What makes a great listing that converts? Marketing and promotion for your app: Let’s discuss strategies to get more eyes on your solutions. The subject of our discussion is completely up to you! Click here to schedule your slot and let’s tackle your specific needs together.
Hi, In my app, I use a database to store certain item values - primarily IDs - to build relationship models. I’m currently working on implementing webhooks to ensure the database stays in sync with changes made on the board. To investigate webhook behavior, I subscribed to all available webhooks listed here and tested various actions on the board. Here’s what I found: Webhooks are successfully triggered for: Deleting or archiving items/subitems Updating column values However, webhooks are not triggered for: Deleting or archiving an item group Deleting or archiving the entire board (Most critical in my case) Deleting a column (I’m interested in values stored in that column) Do you have any suggestions or recommended approaches for handling these actions, given that no webhooks are triggered? Additionally, converting items to subitems (and vice versa) is a bit clunky, though at least some webhooks are fired during these conversions.
I’m building an application and I want to install and test my draft version in my private workspace account without promoting the application to Live. I can’t find any option in the Developer Center or on my boards to “Install Draft Version”. How it can be done? Thank you!
Hi Community! So this is my dynamic mapping that I have created. I was able to grab the subitem column names for the left side here. But for the right side dropdowns it is still the item column names of the main board. Is there anyway to be able to grab the subitem column names for the drop down instead? Or is there a way to put my own list of column names here? I tried to do field types of list and use remote options url, but I don’t think that actually links to the schema board. So, was wondering if anyone has a solution to this or any idea for a work around? Thanks a lot!
We just launched a new Monday QuickBooks integration called QuickBooks for monday.com. Made for both U.S and international QuickBooks accounts. It connects your QuickBooks Online account directly with monday, and supports features that other integrations don’t support like estimates, VAT, multi-currency, and international accounts. We rely heavily on both QuickBooks and monday in our own business, and we noticed a gap, most QuickBooks integrations for monday didn’t support core features like estimates, or were limited to US-only QuickBooks accounts, with no VAT or multi-currency support. With this app, you can create, send, and edit invoices and estimates directly inside monday. Everything stays in sync with QuickBooks, including customer records, estimates, invoices, and product lists. The goal is to save time, reduce tool switching, and make financial data easier to access and manage inside monday. Our Monday QuickBooks integration is a good fit for teams who already use monday f
Discover the secrets to successful onboarding - join us at special webinar featuring @samicaracand Founder of DocuGen, a gold partner with one of the successful apps at the marketplace. Sami will share his based practices on: Designing onboarding flows that reduce churn Engaging new users in their first week Personalizing the onboarding to increase adoption Register and save the date to level up your onboarding strategy.
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.