Exporting Exceptions from BP to Excel

AndyK16

New Member
Hi All is there a way to export the Exceptions report from the control room to excel showing the reason for the exception
 

anisjolly

Administrator
Hi @AndyK16

Yes you can. You'd need to use the Work Queues object to Get Exception Items, which you would then use with the Get Item Data action to extract the Case Data for each case. You would then need to use the MS Excel VBO to Write Collection - which writes the Case Data you have collected / filtered to a nominated Excel Spreadsheet.

You would then need to use the Save Current Workbook As action to save the Excel spreadsheet.

Hope that helps.
 

AndyK16

New Member
Hi @AndyK16

Yes you can. You'd need to use the Work Queues object to Get Exception Items, which you would then use with the Get Item Data action to extract the Case Data for each case. You would then need to use the MS Excel VBO to Write Collection - which writes the Case Data you have collected / filtered to a nominated Excel Spreadsheet.

You would then need to use the Save Current Workbook As action to save the Excel spreadsheet.

Hope that helps.
thank you for the quick reply
 
Top