List Direct Group Members - "'True' is not a valid count option." #952
Unanswered
frobnitzz
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not really sure where to put this, but I found an issue with the MS Graph Groups and Users connector, specifically the List Direct Group Members action. When running, it throws an error message:
"error": {
"code": "BadRequest",
"message": "'True' is not a valid count option.",
If I switch to code view and find the $count line, adding quotes around the true value fixes the issue and it runs fine returning results as expected.
Before:
After:
If I switch back to designer view, the code is reverted, and it fails again. Like I said, not sure if there's somewhere formal to log this, but hopefully someone on here can help feed this back (assuming it can be recreated) 👍
Thanks,
John
Beta Was this translation helpful? Give feedback.
All reactions