Creating dynamic context URL for each entitlement in Provisioning plan

Hi All,

We have been working on a use case where we have to generate Context URL on the basis of Entitlement Value (Splitting a single value to three placeholders) to remove the entitlement.
We tried to create BeforeOperationRule, but it creates URL for one time and iterates the same “context URL” for every Entitlement in the plan.

Update:- We were able to make dynamic request through restClient inside the rule.