supernova
(supernova)
September 13, 2020, 8:43am
25
Exactly
Just did a quick search & these are the sort of cases I was referring to:
I have been testing the requests I have been sending both through Monday.com API tester and my own script and I run into the same issues, a 500 internal server error. I have been able to eliminate it as parse error. If it is a column validation error I am unsure where it is if it is there.
mutation {change_multiple_column_values (board_id: *******, item_id: ******, column_values: {“ColumnID_1”: “Example Text”, “12345”, “Text_name1”: “No”, “text4”: " ", “status1”: {“label”: “Operating”}}) { id…
mutation {
change_column_value (board_id: 20178755, item_id: 200819371, column_id: "status", value: "{\"index\": 1}") {
id
}
}
https://monday.com/developers/v2#mutations-section-columns
I have a small doubt, in the value json, what exactly is index. Is it the column name or some other property? I would really appreciate some explanation. Thank you.
Hello,
I’m looking for something in the documentation that would show me how to update the “name” of the item in a board. I don’t see this in the documentation. Could someone help or point me in the right direction?
Hi,
I’m trying create a new automation, and I would like to add a custom input field. Is it possible to create a dropdown menu where the user can choose a value? If it is possible, how would I do that?
This is an example of what I’m trying to do: [example]
Thanks in advance for your help.
Hello together,
thank you for your support!
I have tried running the sample now with ngrok and nodejs.
I get the index.js running on the npm and start up ngrok with localhost on port 3000.
If I navigate to the ngrok https-link,
it is loading the correct Start Page including the Start Button.
Unfortunatelly when clicking on it I receive the following invalid request error:
|error|“invalid_request”|
|error_description|“Invalid redirect_uri”|
I think I have to fix some configuration on the…
I’d call myself a medium level PHP developer.
I have to be honest, the API v2 is one of the most poorly documented and difficult API’s I’ve ever worked with.
I’ve integrated with secure Bitcoin trading platforms easier than it is to create a new pulse with an owner.
I’m having to hack already broken example codes from other people just to get a new pulse created with a simple name (still can’t figure out how to give it an owner!!).
How about giving us some example codes people can use to get…
Also, I remember responding to someone’s post in discord about having better documented integration & recipe examples. Not sure if our comments were even seen though 🤷🏻♀️
2 Likes