Conversation

EY GDS
IN
Last activity: 22 Oct 2025 4:42 EDT
Routing to Work Queue based on skills
I have a below requirement as I am new in PEGA Constellation would love to have your advise.
I have a multiselect field DataTypeNeeded with 10 check boxes the requirement is whenever I select one or more checkbox and submit, PEGA should create those many number of Assignment and based on the value of checkbox lets say if a checkbox have a value of address change that particular assignment will go to a Queue named skilled worker and operators with skills Address change will only be able to work on those assignment.
Clipboard structure
pyWorkPage (ABC-XYZ-Work)
RequestPage ( ABC-XYZ-Data-Request)
Branch(Page List)
DataTypesNeeded (PageList) (ABC-XYZ-Data-DataTypesNeeded)
DataTypesNeeded(1)
DataTypesNeeded(2)
and So on
Solution Approach Thought
Use the page list to pass to Split For Each
its creating the desired number of Assignments and I can Route it successfully to the Skilled Worker Queue, I am stuck in the part where those assignments can only be picked up by skilled operator in the queue.