Getting Object Properties for Microsoft Groups
Implement custom condition transitions in Task Transitions to enable dynamic decision-making in workflows, based on the properties of a Microsoft Group.
Last updated
Implement custom condition transitions in Task Transitions to enable dynamic decision-making in workflows, based on the properties of a Microsoft Group.
Last updated
Feedback
⬆️ CannyCopyright © 2024 Rewst
Certain properties of Microsoft Group objects impact what integration (or what API) we'll use to add someone to that group or remove them from the group. Storing the Group object in a data alias enables custom conditions in transitions to guide the workflow toward the correct integration.
Store the group object in a data alias for easier data management.
Implement a noop to control the workflow's flow, determining the appropriate action based on the group type.
Go to the previous module: Introduction to Workflow Logic (Microsoft APIs)
Go to the next module: Creating a Microsoft Exchange Online Path in the Workflow