is it possible to ADD an AD Group to requesting account if certain condition met in workflow? I have usecase where we need to add an AD group to certain set of user who meet a criterion. I can fetch form variables and put a condition, but not sure i can add an AD group which is not explicitly requested?
FYI - I am using default fulfillment handler, and not provisioning command.
There are generally two ways to call AFX:
You can use some tricks like using a REST node in the middle of your workflow to call the createChangeRequest web service to submit another change requests with the Add Account to Group action you want. However as implied that action would be in a separate change request and not within the flow of your current workflow.
Would you be able to explain the full use case? Perhaps we can provide more relevant suggestions.