Entitlements → Managed, Entitlement and MultiValued.
After executing the create account operation, it only takes Group attribute, and the Entitlements are passed to each Add Entitlement operation separately.
How can we combine all these attributes to a single create account operation?
Yes. I have added it in the body, but the plan itself does not have the entitlement attributes when checked the ProvisioningPlan in BeforeOps Rule, we only get the below attributes.
FirstName —> String
LastName —> String
Group —> Managed and Single Valued
The entitlement attributes are passed to Add Entitlement Operation separately.
Please use the below operation rule for your entitlement attribute. Please replace entitlementattriute with your attribute and use this code. We are directly passing the entitlement attribute in the payload from this rule, as it is not able to pick. It will fix your issue.
Please mark the post as Solution, as it will help others
Hi @nihar_chaware, if your issue is resolved, by using the before operation rule. Can you please mark the post as solution as it will help others, if they are facing the same issue.