You would need to use loop operator to iterate through all the entitlement that user has on source and then use a compare string operator to identify if entitlement name starts with “AD-CA” and then remove via access request action.
Note: I would recommend to use before provisioning rule or native rules (connector after modify) of AD to achieve this as it will be a lot easier to do it than on workflow.
Thanks for your response @Anshu_Kunal . Would the loop work for more than 250 entitlements. I have seen in the documentation that there is a limit for 250 entitlements usually for some REST APIs. Is it the same for loop?
For example, if the first step in your loop is Manage Access, select an array of access items such as the accessItems object returned by the Get Access step. The array you select can contain no more than 100 items. If an item in this list is larger than 512KB, that item will fail when the loop is executed.
thanks Anshu for your response. I think SailPoint should come up with a way if the entitlement list is huge. How to run a loop over that. That’s my doubt.