Hello,
I have created Custom Connector to MS Graph, need to filter query:
https://graph.microsoft.com/Beta/groups?$filter=startswith(displayName,'MyName')
test action returned:
{
"error": {
"code": "Request_UnsupportedQuery",
"message": "Unsupported Query.",
"innerError": {
"date": "2020-07-20T11:22:59",
"request-id": "0fcee100-4e8a-...."
}
}
}
any suggestions ?
Thank you
Here is my Power Automate Custom Connector, query for import from sample: https://graph.microsoft.com/v1.0/groups?$filter=startswith(mail,'BSP')
Testing action goes to error:
Thank you for response
Hi @EmilBSP ,
Could you share the screenshot of Flow configuration? I used the URL you provided to do a test on my side, and I can get the expected result.
Best Regards,
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1