Batch request file read

Is there a way in IIQ 8.5 to complete batch request as one plan for one user. Example we have:

operation application attributeName attributeValue identityName
RemoveEntitlement TestAPP ROLE_NAME Role1 11145681
RemoveEntitlement TestAPP ROLE_NAME Role 2 11145681

Rather than creating 2 plans (remove role 1 first and remove role 2), can we modify to send a single provisioning plan with removal of both roles at once? I am asking because I have an application that has a lot of custom design and that’s the only way batch request would work.

@ankeetarjyal You can update or create a new workflow instead of using the OOTB workflow for this Batch Request Action.

This is the workflow you are referring right?

Yes, this workflow is used for lot of process. So, If you are editing it. Please make sure you take a copy of the workflow and then make your modification.

Looks like if we just enter the data in this way:
we get a single provisioning plan

operation,application,attributeName,attributeValue,identityName
RemoveEntitlement,TestApp,ROLE_NAME,“Role1|Role2|Role3”,11145681