I am trying to build a Power BI Report that can modify information on Monday.com.
The below query works to get information from a board:
“{”“query”“: ““query { boards(ids: ####) {activity_logs(limit: 1000) {event, entity, data, created_at, user_id, id}, name, id} }””}”
The below mutation is giving me an error message:
"{“query”: ""mutation change_simple_column_value (board_id: ####, item_id: ####, column_id: ““column””, value: ““1"”) {} “”}”
Error Message:
DataSource.Error: Web.Contents failed to get contents from ‘https://api.monday.com/v2’ (400): Bad Request
Details:
DataSourceKind=Web
DataSourcePath=https://api.monday.com/v2
Url=https://api.monday.com/v2
Any tips are appreciated. I am an absolute beginner when it comes to GraphQL.
