Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created October 23, 2022 08:39
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/e797e50e0523f74ff2c7422f05c386c3 to your computer and use it in GitHub Desktop.
Save expiscornovus/e797e50e0523f74ff2c7422f05c386c3 to your computer and use it in GitHub Desktop.
Select AttendanceRecords
{
"User": "@{item()['identity']['displayName']}",
"Email": "@{item()['emailAddress']}",
"Seconds in Meeting": "@{item()?['totalAttendanceInSeconds']}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment