Excel Sheet Attach to the Case

I have generate excel sheet By using "pxGenerateExcelFile" , now need to attache this generated excel to case , need stepwise procedure for that.

@ParashuramK please check the below video for the step by step implementation.

https://youtu.be/kIX0gXOcqpU

@Anoop Krishna Thanks for reply . I try this video method but didn’t work , If any other thing you to do this please let me know.

@ParashuramK @Anoop Krishna please follow the pega-sanctioned training documentation.

You can search pxGenerate ExcelFile on the https://docs.pega.com/ site:

Generating case documents

Activities for integrating cases with Excel documents

linkAttachmentsToCase(caseID, attachments, attachmentType, context)

Attachment management with Constellation DX API

Sourcing attachments from external storage

File upload and download troubleshooting FAQs

@ParashuramK It should work, we are creating an attachment page and saving it. You can use AttachFile activity which does the same. Please check how to use AttachFile activity. You need to set param.FilepathonServer and pass it to AttachFile.