Welcome to the new monday developer community
-
Recently active
Monday.com Specialist (Freelance / Project-Based)Location: RemoteWe're DreamDubai. We’re looking for a Monday.com expert to support us on a project-by-project basis. This role is ideal for someone who can build clean, efficient, and automated workflows that actually make day-to-day work easier.What You’ll DoBuild and configure boards, sub-items, dashboards, and workspacesCreate automations to reduce manual workSet up mirror columns, board connections, and data syncingDevelop formulas, dependencies, and logic-based workflowsDesign dashboards and reporting viewsImprove existing setups for better performance and usabilityTroubleshoot issues with automations, integrations, or board structureWork closely with the admin to turn requirements into working systemsWhat We’re Looking ForStrong experience with Monday.com (2+ years preferred)Experience building complex automations and connected boardsGood understanding of:Board structures & sub-itemsAutomations & recipesMirror + connect boa
Hi everyone,I’m currently facing an issue where credentialsValues is returning an empty object {} in my automation.Here’s what I’ve done so far:I’m using an automation block and have added the credentials there The keys match exactly between the feature configuration and my server code Despite this, credentialsValues is still coming through as {}Has anyone encountered this before or knows what might be causing it? Any help would be appreciated 🙏
Hello! I am working on developing an application using an Outlook subscription. For the subscription to function correctly, I need to schedule a job that runs every six hours to renew it.However, even though my application is active, the scheduled job for creating the subscription is failing, and I am receiving an error message: “Request failed with status code 400, Bad Request.”mapps scheduler:create -a 11098366 -s "0 */6 * * *" -e "renew-outlook" -n "renew-outlook-job" -d "Renews Outlook Graph subscriptions every 6 hours." -r 3 -z us, and similar commands do not work. I have tried all the possible combinations of passing or omitting arguments, but none of these work. (Omitting -r, -z, -d, passing -b, -t etc...)>mapps scheduler:create -a 11098366 -s "0 */6 * * *" -e "renew-outlook" -n "renew-outlook-job" -d "Renews Outlook Graph subscriptions every 6 hours." -r 3 -z us --verbose[13:19:31.895] DEBUG: * Domain: https://monday-apps-ms.monday.com *? Minimum backoff duration in seconds
Hi,Has anyone been successful in using the Item Values field in the new workflows infrastructure?From https://developer.monday.com/apps/docs/breaking-changes-and-deprecated-features, it seems like Item Values is the new equivalent of the Item Mapping field.In the legacy sentence builder, the when you click on the Item Mapping field, it used to bring up a UI to help map custom object fields to the item columns.However, when replacing it with the new Item Values, this UI doesn’t pop-up with the item columns.Any idea?
I'd like to replicate this kind of UI from sentence builder within workflows:The image above shows monday's standard Outlook Calendar configuration.While learning to do similar in workflows, I'd like the ability to replicate this UI.In workflows we can use "sub fields" – https://developer.monday.com/apps/docs/object-fields – and because the calendar event in Outlook has a fixed number of things to configure, we can use a static schema without the need for a remote URL.I'd done the following to configure the static schema:I've connected this to the workflow action and promoted the version to live, but get nothing in the workflow:What am I doing wrong? How can I get the UI to appear? Here’s a quick video rundown of what is happening, or rather what is not happening:
Is there a easy way to change the base url of an api endpoint in an automation block for a draft version?Just trying to avoid having to manually update each feature every time and then remembering to update when pushing the version to live.
Suppose I have a mirror column which sums the amounts on a numbers column. That column is connected to multiple items. When I make a query like this:query { items(ids: [ids]) { column_values { ... on MirrorValue { display_value } } }}I get a response like this:"items": [ { "column_values": [ { "display_value": "101, 202" } ] }]I would expect that the “display_value” would match what is displayed on my board, and if I want the individual values, I could dig into “mirrored_items”. Is there a way to get the aggregated value from this column, without parsing this string and performing the calculation myself (and determining which calculation I need to perform)?
Is Project Health / RAG status on Project Boards accessible via the public GraphQL API? If not, is there a plan to expose it?
The docs mention creating, deleting and publishing articles but not updating their content. How can the API be used to update article content?https://developer.monday.com/api-reference/reference/articles#mutations
Hey everyone! I’m new here and looking for some perspective on a workflow issue.In my team, we constantly struggle with 'premature completion', people marking a parent task as 'Done' before the sub-tasks are actually ready. I'm thinking of building a small app that 'locks' the parent task until a certain percentage of sub-tasks hit a specific status.Does anyone else run into this? I’d love to hear how you handle it or if there are specific rules your team uses that I haven't thought of. what is the best way to connect with people who have similar problems here?
Hello,Lately, I've been struggling with automations. I want to maximize the use of Monday.com by creating an automation that updates a connected board column on all linked items whenever a status changes. However, it seems this isn’t possible with the standard automations or workflows.So my question is: does anyone know if an app already exists that can handle this type of automation, or could someone help me build such a workflow in an app?
I am working on the board view app feature.I have deployed / hosted that app on the monday CDN . It is nothing but the react app.I want to share that view or react app using public shareable link.
Good day, I am developing a custom application in React. Ideally, to be used as a board view. The issue I am having is that, while the custom board view renders and works fine on PC, I get met with: This feature is currently unavailable on mobile. Please go to desktop to use it. However, using the exact same, identical code as a dashboard widget instead of a board view, allows for the app/feature to be used on mobile (testing done with the most recent version of the Monday app on iOS 16.6.1). This is not ideal, as using a widget for my application feels clunky, and the scrolling is not intuitive. I was wondering if there are certain features that may restrict my application from being used as a board view, or if this is just the case with all React apps. Any advice/info would be appreciated. Thanks, Liam
Hi everyone,Recently, I’ve been experiencing an issue with my monday app when creating a new version.ProblemWhen I click Create Version, the system often shows an error message, so it looks like the version creation has failed.However, after waiting around 5–10 minutes, I notice that the new version is actually created successfully.Why this is a problemBecause the update is delayed and the UI shows an error, it’s very hard to know whether the version creation really failed or is just being processed slowly.As a result, I sometimes click Create Version multiple times, and this ends up creating several duplicate versions with the same name.Additional infoI’ve attached screenshots to help illustrate the issue.Has anyone experienced something similar, or is this a known issue on monday’s side?Thanks!
I have an automation block (well, actually several of course). It can be triggered fromA workflow An automation Within Sidekick AII want to track usage so that I can assess how my app is being used.How can I tell where the block was triggered from? How can I tell which of the above use cases is the most popular? Can the payload in the block be used to differentiate where it was triggered from? If not, why not? Make it so pleeeeease.
Hi everyone,We're running into an error when calling the create_item mutation that doesn't appear to be documented in the official Error Handling page, and we'd like to confirm our understanding of it.The errorWhen our app creates an item via create_item, we occasionally receive the following error response:{ "data": { "create_item": null }, "errors": [ { "message": "data_validation_error", "locations": [{ "line": 1, "column": 82 }], "path": ["create_item"], "extensions": { "code": "DATA_VALIDATIONS_ERROR", "status_code": 422, "error_data": [ { "itemId": null, "columnIds": ["color_mm145dc6"], "message": "'Category' is required" } ], "service": "monolith" } } ]}What we think is happeningBased on the error_data, our assumption is that this error occurs because the target board has a Status column ("Category") marked as required, and our create_item mutation is not p
Struggling to implement the new automation blocks → automation template. End result is I want users to be able to make an automation like “When {start_date} or {end_date} changes, update {timeline}.”I’ve set up two automation blocks. One trigger with sentence “When {Start Date} or {End Date} changes,”. One action with sentence “update {timeline}” (screenshot attached of inputs and outputs for both)I then try to add “Automation Template” feature to connect the two. But my automation blocks are not selectable from dropdown lists inside Automation Template setup. What am I doing wrong?Automation template setup - can’t see trigger or action in available options? Trigger setupAction setup
Hello, I would like to understand the output fields that are available for all automation triggers. Including pre-defined Monday triggers. There does not appear to be a tool in the UI, not in the automation runtime view, in the sentence creation or in the app development UI. Is there an API I can call that will provide me the outputs for a trigger. Say, for example: “When a status-column changes to X” Do I get the boardId, itemId, status-column and status-column-values? Where is this defined? How do examine the output field schema? CheersJem
Hi everyone,I’m currently building an app using Vibe AI in monday.com and I have a question about connecting additional boards.When creating the app initially, I understand that we can connect up to 5 boards during the setup stage. However, my app is already in progress and I now need to connect another board to it.The problem is that I cannot find any option to do this. I have looked everywhere but there is no “+ Add Board” or “Connect Board” button in the app settings or interface.My question is:Is it possible to add another board after the Vibe app has already been created?If yes, where can I find the option to connect an additional board?Any guidance would be greatly appreciated. Thank you!
Hello! Following the API deprecation we ran into a few breaking changes - I believe I’ve resolved most of these now but there’s one I don’t seem to be able to find a solution for so was looking to see if I’m (hopefully) missing something obvious, or if there’s a different way around this.Previously on the old API as part of our query we received changed_at for certain column types as part of the value field within column_values for items. This now always returns null for the subtask column, as documented with the change, but the documentation advises using fragments to return the missing fields, showing the board_relation type and linked_items with name and updated_at as an example (https://developer.monday.com/api-reference/changelog/value-field-now-returns-null-on-connect-boards-dependency-and-subtasks-columns).I’ve tried to replicate this with SubtasksValue instead, but nothing seems to be an accepted field. I can get the updated_at field at the item level, and then at the subitem l
Hi,I created and use a credential app in my workflows. The user has to provide the credentials (on-promise). When I connect to the oauth server, it works up to the provider unique identifier. It calls my endpoint, I return a JSON as described. But after that, I can not use the Credential feature. I have to start from the beginning. What is missing to complete the process?Thanks and best regards, Marcus
Hi,I’m using the new Credentials app feature (under Build → Features → Credentials, not the legacy credentials field) to authenticate with a third‑party service in monday workflows. Behavior I’m seeing: User installs the app and connects an account via the Credentials feature. User then uninstalls the app. Later, the same user reinstalls the app. When they go to connect again, they still see the old credentials available to select, which makes it look like we didn’t delete anything on uninstall. From the docs, I understand that: Credentials are securely stored and scoped to the app, and can be reused across workflow features. Privacy & security requirements say that when an app is de‑authorized/uninstalled, app data should be deleted within 10 days unless there is explicit consent to retain it. However, I couldn’t find any documentation that explains: Whether credentials created via the Credentials app feature are supposed to persist across uninstall/reinstall. Whether the
SDK SDK SDK. So many SDKs! Help me understand if I’m wrong. Software development kit https://developer.monday.com/apps/docs/introduction-to-the-sdk - Last commit: 1 month ago JavaScript SDK https://developer.monday.com/apps/docs/monday-code-javascript-sdk - Last commit: 9 months ago API SDK https://developer.monday.com/api-reference/docs/api-sdk - Last commit: 1 week ago Seems like the last one is the most actively maintained but I still cannot trust it because there are so many SDKs! Which one should be my go to and how do I know a new one is not going to be created without me knowing? Are these for different purposes and all are actively maintained (serously doubt it)?
Hi everyone,I'm encountering a persistent quota issue while trying to deploy a new server-side app to monday code.The Issue: When running mapps code:push -i <APP_ID>, the build succeeds but the deployment fails with: ✖ You've reached the maximum allowed number of apps connected to monday-code.Context: I am working on an Organization account. I previously had few private test apps. Some were using Client-side hosting, and I was attempting to set up this new one on Server-side (monday code). I am aware of the 5-app limit for private apps on monday code. Steps Taken to Resolve: App Cleanup: I have already deleted the previous private test apps that were using the hosting slots. Disconnecting: I searched for a manual "Disconnect" option in the Developer Center but found only the "Delete" option for these apps. Verification: Despite having fewer than 5 active apps in my Developer Center, the CLI still reports that the maximum number has been reached. Question: Does deleting an
Hey all! Welcome to the fresh-from-the-oven, new developers community hub!This place was built all for you, you can find here the latest apps framework and API updates, a space to request features and share ideas, community support for app development and the GraphQL API and info about our community webinars, workshops, and developer events.Before you start, important note: if you already had a user name for the community.monday.com, we probably migrated your username and all your contribution history to the new platform, please reset your password here (also, check if the mail went to spam) and login to your existing user!If you can’t reset your password, please let us know here with your details and we’ll reset it for youAlso, we would like to get your feedback! please tell us what you think here!
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.