26% of Part II — group lifecycle from connection to membership.
4 tasks · this deck covers task 2 of 4
↑ Create Groups OverviewWith the connection authorized (Task 1), the actual group object gets created with the Create Group action card from the Okta connector: "Create a new Okta group in Okta."
This is the single most testable fact on this card — without that feature enabled, the card doesn't just fail at runtime, it fails to even load its fields in the editor.
Name is the only input with a hard minimum length; Description is fully optional down to zero characters.
The returned ID is what downstream cards — like Add New User to Group in Task 4 — need as their Group ID input.
Per the docs: "See Action cards for the list of required OAuth scopes for this card." The Create Group card needs its own scope granted on the connection from Task 1 — it isn't automatically covered by having authorized the connector generically.
Watch for this in your own sandbox run:
→ Building a Create Group flow in an org without Group Profiles for Universal Directory enabled, then debugging a "Failed to load" error that's actually an org-feature gap, not a flow bug.
→ Forgetting the group scope on the connection even though the connector itself is already authorized for other cards.
Sources: help.okta.com — Create Group action card (type=wf&id=ext-okta-method-creategroup)
Next: Task 3 →