Hi guys,
I’m kinda new to accessing APIs in general and I’m not really a coder. Nevertheless, I feel I must be close with this. Can anyone tell me how to fix my Power Query? It must be something super simple…
API key redacted, of course.
The Power Query editor errors saying “Token Comma Expected” and highlighting the colon after “boards (ids” in the following query:
let
Source = Web.Contents(“https://api.monday.com/v2/”, yHeaders=
#“Content-Type”=“application/json”]]
{
boards (ids:000000000, 000000000]) {
items {
name
id
column_values{
text
}
}
}
}
),
in
Source