Question
Capgemini
IN
Last activity: 28 Jan 2019 8:50 EST
Create child cases using data derived from excel sheet (for each row)
I have created an excel template and used MSO Parse File method in activity to parse excel file and store data in a page.
The format looks like NewDetailsList(Page) ->ExcelDataList -> ExcelDataList(1)
ExcelDataList(2)
Now I'm trying to use this data to create multiple child cases one for each row of the
list->ExcelDataList (with configuration as shown in "Capture1.PNG")
When I run the case, It shows an error (as shown in "ErrorCapture.PNG")
My Clipboard looks this way (shown in "ClipboardCapture.PNG")
Can someone suggest me with possible changes made that can make it work.