Welcome to the new monday developer community
-
Recently active
I include a url into an update and it is displayed in full and works fine. But I want to choose the displayed text, instead of showing the full url. How can I do this?
With mutation { create_update (item_id: ${itemId}, body: "${body}") { id } }`; I post an update. But the displayed author of this update is not taken from the user_id, nor from the app itself, but apparently from the one who installed the app. Is this something an app can change?
Hi team, happy to join. I want to listen to context change in the boards with the monday SDK function - monday.listen(“context”,…). I have two questions regard this: Can I decide what boards the context listen function will be applied to? for example if I’m creating a custom object with React, and I’m use the monday.listen(“context”) function, it will be triggered for the context changes in all of the boards? Can I do monday.execute from specific board view application or custom object application, to other boards? or the monday SDK scope is relevant just for the board which the board view app was added to? Thanks in advnaced!
hello everyone, I am getting “Cannot read property ‘map’ of undefined” when trying to create an item in monday.com keep in mind, board is set to private, I have tried my admin user level API key and also organization key, neither are working. please check my loom video for more details.
I’m trying to build my first Monday.com app, but I feel like some of the documentation is sorely lacking (or at least, the existence of a few example projects). I found the Quickstart board view github page here, but there are a couple things even the preview image on that page does different than the actual code. The image shows information about items in the board and being able to change the background color, but I can’t find anything in the code that pulls in that information or handles the changing of the background color. Anyway, my main issue is that right now I’m just trying to create a simple new view for an item. For instance: click on item on board, select my new view, and see information about that item displayed (ie. item name, maybe the value of a status column or something). But I can’t find any example that does anything like this, so I’m a bit lost. I’ve found this topic and even tried the provided code but it doesn’t work. When I click on my item view, nothing is
Hi there, Does a webhook event exist for file uploads to sub items (but not to File columns)? I know that the event from files uploaded to a “Files” column can be captured with the change_column_value but it’s not clear if it’s possible to subscribe to an event when a file is added to the “Files gallery” on a sub item.
Hello everyone. I’m trying to create my first integration app on Monday. I’m following the guide but I got stuck at this point. Any thoughts ? Nodejs is installed correctly. npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-integrations -s aed4c0c12962c9a99ff8e640a86aefb3 -t integration-10041982
Get boards endpoint shows me whether a board is shared/private etc but I want to know if there is a way to see which boards are shared with anonymous links?
Hi , I am using toast component in my App. I need to reduce length/size of the Toast. Please refer the screenshot below. <Toast open={toastErrOpen} type={Toast.types.NEGATIVE} actions={actions} onClose={onCloseErrCallback} autoHideDuration={1000} className="mondaystorybook-toast_box"> We successfully deleted 1 item </Toast> Could you please help on this?
Hi, Last time, when using monday.com javascript sdk, I can open an integration tab using monday.execute("openAppFeatureIntegrations", {boardId, appFeatureReferenceId}) But now this doesn’t seem to work, any idea for a workaround ? Desired result: It will open up a tab with integration recipes that I have created
Hi Guys, I’m new to monday.com and have been looking to create a template folder using workspace template feature. My need is to pack my list of boards into a folder and create it as a template. So that when any one tries to install my template they get the whole folder with all the templates inside it. Please refer the below screenshot As of now i was only able store a single board in workspace template. Kindly let me know how this can be achieved. Thanks in advance.
I want to create pdf file using data from monday. I can use text, number columns value but I can not use file column. This file column will contain only picture. How can I use picture on pdf?
Hey people! We are about to launch a private beta of our platform called Bitskout. It allows to add AI capabilities without code to monday.com (more services to come). Using AI allows you to make decision based on context which in turn makes teams more productive and avoid waste of time. You can create models via UI for images, videos, text and build your workflows based on selected parameters (e.g. text sentiment, key phrases, topics, image labels, image contents). There is a small extra - for each task which is approved by a workflow, the user gets a token allowing managers create reward schemes, convert them into existing point systems, run campaigns and etc. Models then can be used a part of a workflow that is assigned per each task. Some use cases: check the text sentiment to move draft article/PR to different groups for review check image vs previous image to document equipment state check automatically assess home damages to route to appropriate board for analysis check that d
Hello, I can not find in the documentation that there is a support subscribing to multiple webhook events. So is this something that is supported?
I’d like to ask if this documentation is still valid. I think that there were some changes. For example, when I add a new item using Postman or monday playground, I get an id of this item in the response. If I understand correctly, according to the documentation, it shouldn’t be possible. So, could anyone write what the changes are in this document?monday API docs
hi i’m trying to send false in checkbox column in this way mutation { change_column_value (item_id: 3985179699, board_id: 3985130844, column_id:“checkbox”, value:“{"checked":"false"}”) { id }} response - withou errors. i’ve read this article Column mutation sending checked = false still checks checkbox monday Apps & Developers Hi! I’m trying to update a checkbox column but if I send the checked value as false it still checks the column: mutation { change_multiple_column_values(item_id:295524638,board_id:287994487,column_values: "{\\"check\\": {\\"checked\\": \\"false\\"}}"){ id } } Any advice? but didnt found solution for change_column_value mutation help please thank you.
Hi, How to get input field ID using onChange event in Vibe component? Could you please example code for form with many fields. Since I am using Antd comopentwe can easily get each input field’s Id along with values. Now I am changing UI to monday.com Vibe component. It would be helpful if I get some sample code. Thanks in advance!
Hello, When developing monday.com apps, it is not clear for me how the localization of the Workspace Templates works. As far as I can understand we should add a translated Workspace Template for each supported language. Correct? If you have a Portuguese template to show only in Portuguese speaking locales and an English template to show elsewhere, what “Locale Release” should be applied to the Portuguese template and what “Locale Release” should be applied to the English template? Kind regards, Vítor Miguel Abreu
Hi, We have developed an frontend App to deploy in marketplace. We just want to clarify the App submission documents. Could you please guide us to schedule the call with the experts? Thanks in advance!
Hey, all! I’m using the api to get activity_logs. We have tons of items and I was wondering if there is any way to filter activity logs by event type (we have a lot of items and we need just query a couple of event types. For instance, something like this: query { boards (ids: 456839293) { activity_logs (from: “2023-01-01T00:00:00Z”, to: “2023-02-01T00:00:00Z”, EVENT: [“subscribe”, “unsubscribe”] ) { id data } } } Hope it makes sense. Thank you!
I would like to know if I can use our own server for application of monday.
Hi gang I am using General Caster to cast email addresses into a column that I can use for automating emails. However, if I add more than one email to the mirror column (which shows up fine), then General Caster doesn’t cast the second one, it just remains with the first email that I mirrored. Is there any way to get it to pull both / the entire cell across? @rob can you help? Thanks Alex
As I am working in Item view APP, I need to get all the updates(conversation) of that particular Item. Could you please help us on this? Thanks in Advance!
Hi there - I have the strangest thing that is happening. I have a zapier that is connected to a web hook. Has been working fine. I went in to make one small modification and all a sudden all my monday fields disspeared. They are IN monday but they are now not showing up in the zapier. You will see the image below only has 4 fields when the Monday workspace we have has over 20 fields. this was working perfectly fine a day ago. Any idea why the fields dissapeared?
I’m using the GraphQL API to query a board and it’s going great so far. Only issue is that for some reason the very first column in my board is not getting returned. Only the other columns after it. Is the first column a protected / special column for some reason? My query is: query { me { name } boards(ids:<board_id>) { name id columns() { id title type } items() { id column_values() { id text title # value # type } } } }
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.