microsoft / microsoft/PowerPlatformConnectors
mondaycom (Independent Publisher) issue
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.3k
- Forks
- 1.5k
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 11
Description
Api Name - shared_mondaycomip
Bug description - I am using GraphQL within Power Automate. I'm using this code:
query {
boards (ids: 2346905490) {
items (ids:4999286997) {
assets {
id
name
url
}
}
}
}
However, PA returns this error: The provided input content is not valid: 'The provided content-type header value 'application%2Fjson' is not well formed.'.
Is this a security bug? (Y/N) N
What is the severity of this bug? I can't complete my task without this feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the GraphQL request in Power Automate and inspect the connector definition identified by Api Name shared_mondaycomip. Check where the content-type header is formed and verify completion by sending the query without the malformed application%2Fjson header.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100