Welcome to the new monday developer community
Discussions category for everything related to app development on top of monday.com
Recently active
I am starting in development with Monday apps, in special with react quickstart project and integration project. The first steps were nice, I can create my own React elements using the Monday UI, but now I want to interact with the data of the main table (to implement actions or play with the data) and I can’t find specific information about it. I hope someone can help me to know how it works or a resources to learn, different to Monday apps guide where I was searching for many days.
Hello! I’m creating a new application for integration, but I don’t yet understand how to authorize recipes by requesting my API key from the user, as is, for example, implemented in the SMS-Fly service (I’m attaching two screenshots: Imgur: The magic of the Internet => Imgur: The magic of the Internet). I read the recipe authorization documentation - Authorization for integration recipes, but did not find information about similar functionality there. The authorization that is there is through a third-party application, it would be convenient for me to implement it through your interface as has already been done
I have created an App Template that we use to create a set of 3 boards in our Workspaces. I’m trying to automate it using GraphQL in Postman. I have two questions: I don’t know what I have wrong with the variables definitions that they are not working {“v_client” : “{{env_vclient}}”, “wp_id” : {{env_vwpid}} } GraphQL Code in Postman: mutation new_board($v_client: String!,$wp_id: Int){ create_board (board_name: $v_client, board_kind: private, template_id: 2518XXXXXX, workspace_id: $wp_id) { id } } Does the API support App Templates? How can I use it with the API? I tried simplifying the request and use the ID of a single board of the template that I got from the URL, but it didn’t work. I get the error “The template ID given is not an account template” GraphQL code in Postman mutation new_board{ create_board (board_name: “Sprints”, board_kind: private, template_id: 2518XXXXXX, workspace_id: 265YYYY) { id } }
All, We have Monday board with several phases. When all subitems in phase 1 are marked as done, the item moves to phase 2 and a few sub-items are created. What I am looking for is the ability to auto assign some of those new sub-items based on the owner of the top/main item. Looking at the automation engine, I did not find a way to do this. wondering if this is possible at all even if using API, etc. thanks.
I downloaded the cli and initted it with my access token. now when i run mapps code:push I get and error ✔ Build asset to deploy ✔ Preparing environment ✔ Asset uploaded successfully ✖ There was an error building application. Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overriding peer dependency Step #2: [builder] npm warn ERESOLVE overridi
I’m trying to build an integration app and while looking at some other apps I noticed that they render fields that I really can’t figure out how to render since the docs don’t cover it and the existing fields don’t render. Please see the below screenshots. How can I setup my automation recipe to render fields that look like this.
PS D:\\project\\welcome-apps\\apps\\quickstart-react\\ npx@mondaydotcomorg/monday-cli@latest scaffold run./ quickstart-react item-view-10155179 npm error code ENOENT npm syscall lstat npm error path C:\\Users\\aaron\\AppData\\Roaming\\npm 5. npm error errno-4058 npm error enoent ENDENT: no such file or directory, lstat’C:\\Users\\aaron\\AppData\\Roaming\\npm’ npm error enoent This is related to npm not being able to find a file. npm NPM enoent The above is an error when I run the item view quickstart program. I want to know that I have installed the npm dependency in the file. Why is this prompt
Hello Monday Community, I’ve been trying to embed Monday.com dashboards into my WordPress site, WP Troubles, to showcase project progress and provide real-time updates to my visitors. However, I’m encountering a few issues that I’m hoping someone here might be able to help with: Dashboard Not Displaying Correctly: The embedded dashboard sometimes fails to load or displays incorrectly on certain pages. I’ve double-checked the embed code and tried different themes, but the issue persists. This is affecting the user experience on my site. Interactivity Problems: The interactive features of the Monday.com dashboard, such as filtering and clicking through to tasks, don’t always work when embedded. This limits the functionality I want to provide to my users and clients directly through my site. Mobile Responsiveness Issues: The embedded dashboard isn’t fully responsive on mobile devices. It either cuts off important content or doesn’t scale properly, which is a major concern since a signifi
Hello community, I am using Guilherme Chaguri fantantic script to query Monday.com from Power BI (Power BI Monday.com Query - Power Query M · GitHub). In PowerBi Desktop it work fine as my organization allows me to perform “Annonymous” connection skipping test, but not in Auto-refresh mode when the report is publish in PowerBi. Thus the solution presented here: Auto refresh schedule not working in Power BI - #18 by dsilva does not work for me. Is there any other way of configuring the credential in PowerBi that works with Monday.com API? Thanks, Carlos
My Team would like to us activities in E&A to generate and track tasks in the emails and activities boards. With the automation, it is possible to generate an item in the activities board but for every activity created in the “emails and activity” section. Unfortunately, the item and the activity get out of sync if the user changes either one of them. I would like to implement a make.com scenario to continuously sync the item in the activity board and the activity. I run in the following difficulties. Unfortunately, it seems not possible to read or change any activity made by the user. Only activities made by the API can be read and deleted (if the id was saved). Is there any way to get access to the activities written by the user? An Activity generated by the API can not be changed by the user. Is there a workaround for that? So what a can implement at the moment is a one way sync, between newly generated Items in the activities board and their coresponding activity. If the
I’m trying to build a board item menu app and I noticed that live reload isn’t setup. So I was wondering how to get that setup.
Hey, I have only been using Powerbi for a short time. The query to get data from Montag.com to Powerbi works, but I don’t know how to query subelements. I have tried a lot and read many articles here in the forum, but I can’t find a solution. As I am very new to the subject, a detailed description would be helpful. Thank you very much!
I receive a “Summary is too long.” error when using create_timeline_item function. What is the maximum length of the summary input of the create_timeline_item function?
Hey everyone, I’m new to developing apps for the Monday platform. I began exploring the developer documentations to learn how to build board item menu apps. So far I have been able to create an app in the Developer Center and create a board item feature. And right now, I see a blank board item when I click to see the Apps of a board item as seen in the screenshot. How can I render my app in that view? How can I get the columns for the currently selected board item within my app? Is there some boilerplate code to get started with building these board item menu apps? The developer resources are a bit lacking when it comes to the actual implementation details for board item menu apps or any other board apps for that matter. Please help!
I am using the following rule: query { boards(ids: “${boardId}”) { items_page(limit: 200, query_params: {rules: [ { column_id: "${columnId}", compare_value:["TOMORROW"], compare_attribute: "END_DATE", operator: equals}]}) { items { name id url } } } }, However I am getting this following error : Argument ‘operator’ on InputObject ‘ItemsQueryRule’ has an invalid value (equals). Expected type ‘ItemsQueryRuleOperator’.
Hi, I am creating an integration. In the action i am returning an url. Is it possible to open the returned url in the new tab? (using custom trigger or action or by any other way) Thanks Shiv
my goal is create a customizable reactJS pivot table widget by creating new app on board with SDK functions and setting widget. I didn’t find on monday support how to create pivot table widget with open source react js. Thank you for helping me !
Hi! Is there a simple way to lower the complexity limit or quickly exhaust it for testing purposes on my developer account? For example: a setting in the developer center that would allow me to set limit to lower value a query that would allow me to mock limit (something like mocking the subscription) a clever use of some complex query that would exhaust the limit in one/two runs via developer center API playground. or anything that would make the process simple and easily repeatable. My goal is to test error scenarios in the app that I’m working on. Any suggestions are much appreciated 🙂
Hi! I have an automation that creates a board from a template when the status of a column changes, the first item is on a board with all our customers, when the customer pays we create another table from a template to monitor the services we’re providing. The only connection we have right now is in the name of the new board, i’d like to know if there is a way to either customize the automation to fill the description of the new board with more information (preferably the ID of the item that generated the automation), or if there is a way to use the API to get the item that generated that specific board via automation. I also noticed that we have automation ID’s in the log, but i can’t figure out how to use them with the API calls. Any suggestion?
Hello, We want to retrieve the list of teams subscribed to a board with the type “subscriber” or “owner” as for the user. We can see that it’s possible to add a team to a board with th add-teams-to-a-board mutation. However we can’t retrieve the teams of board on the query boards fields Boards dispate of the api playgraound auto-complete suggests a “team_owners” parameter which return nothing. Does it possible or that is a current limit of the api ?
I’m trying to get data from sub items from one of the Leave Forms.
Hello, I’m looking for a solution how to convert an item into subitem without changing the original itemID. I need this because we have a Jira-Monday integration that cannot handle subitems so I would sync jira issues under epics as items and if they have a parent epic link, I would convert them into subitems under the respective item. I know that on the UI you can convert them but I didn’t find a way to do it via api, just found only the new subitem creation method but that doesn’t work for me as I need to keep the original itemID. Thank you in advance!
I was exploring the table componentstyle.monday.com Code: imports: import { Flex, Heading, Label, Skeleton, Table, TableBody, TableCell, TableHeader, TableHeaderCell, TableRow } from "monday-ui-react-core"; import { TableAvatar, TableErrorState, TableEmptyState } from "monday-ui-react-core/src/components/Table/Table/__stories__/Table.stories.helpers"; Table columns={[ { id: 'sentOn', loadingStateType: 'medium-text', title: 'Sent on', width: 150 }, { id: 'subject', loadingStateType: 'long-text', title: 'Subject' }, { id: 'sentBy', infoContent: 'This is the sender',
I am a voice carrier that can connect via API to send out SMS, like Twilio does. I want to know if there is a way to connect Monday.com to my API to send out SMS messages via my platform. I have API functionality to send a post with phone number and message to be sent out. Does Monday.com have this ability or is there a way to get this working?
Here’s the message: Is this in any way connected to Postmortem – API errors for a small number of developer accounts (Aug 21, 2024) ? It seems to work fine btw.
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.