Question
6
Replies
91
Views
Posted: July 8, 2020
Last activity: July 14, 2020
implement using split for each
I have a table layout with checkboxes..on clicking 4(employees) checkboxes and proceeding, 4 cases has to be created and routed to those employees.
How to implement using split for each?
***Edited by Moderator: Pallavi to update platform capability tags***
Hi Sam,
I believe you can save those selected operators in a pagelist, and for splitforeach shape you can use that same pagelist.,So that for each operator record one case will be created and assigned. Also please follow the CSSA course document for splitforeach shape to get an clear idea of how it works.