Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created October 7, 2021 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/9ebe40b21de3b6bc25c912aeab8ce0d3 to your computer and use it in GitHub Desktop.
Save expiscornovus/9ebe40b21de3b6bc25c912aeab8ce0d3 to your computer and use it in GitHub Desktop.
Select Group By Count
{
"inputs": {
"from": "@outputs('Send_an_HTTP_request_to_SharePoint_-_GetByTitle')?['body']['Listdata']['Row']",
"select": {
"Course": "@item()?['Course']",
"Attendees": "@item()?['Course.COUNT.group']"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment