Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a workflow that uses AzXPowerShellActivity, which will run the command below in MS TeamsMicroservice. This command “Retrieves all group members from MSTeams with the given ID and converts the results into JSON. “

    Code Block
     Get-TeamUser -GroupId 06f979d3-78be-455c-8bb1-335788a92928 | ConvertTo-Json
  • We will include DynamicPowershellResultsGrid Activity in the Workflow to view the results in a grid.

  • Publish the Workflow

  • Verify the workflow Workflow displays the expected results by running it in the EmpowerID UI.

...

We are all set to publish the Workflow. Please follow the instruction, You can find the instructions and information about publishing the workflow items can be found here.

Verify the Workflow is Working

  1. Log in to your EmpowerID portal.

  2. Navigate to Object Administration → Workflows.

  3. Search the Workflow published earlier and click on the workflow name in the Run column to execute the Workflow.

  4. You should be able to see the Grid that populates all group members from MSTeams with the given ID into the gridGrid.

Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue
Insert excerpt
IL:External Stylesheet
IL:External Stylesheet
nopaneltrue

...