Hey there @rohan again,
as you can see in the parameters of “change_column_value” you address a specific column of an item on a board.
In this case it’s a status column.
To change a column value through the API you enter following command.
value: "{\\"index\\": 1}"
"{\\"index\\": 1}"
is a JSON formatted string, where “index” represents the color of the “status” column.
You could go to the API playground enter the same mutation, alter board_id, item_id etc.
and play around with the index.
Hope I could help you
Greetings
Hello there,
So value: "{\\"index\\": 1}"
is for column type of status
, if I have a numbers column can I use this mutation.
mutation {
change_column_value (board_id: , item_id: , column_id: "numbers", value: "\\"3\\"") {
id
}
}
as mentioned in https://monday.com/developers/v2#column-values-section
Hey @rohan,
Sorry for our delay in handling this! Thank you @TMNXT-Dev for assisting here!
Let me know if we can help with anything else 🙂
-Daniel