Uploading the xlsx file is not working while using OOTB pxparseexcelfile
Hi Everyone,
I have a requirement to upload a list of operators from the portal to update their access groups.
Steps done so far:
-
Created a binary Excel file (
usersheet.xlsx
). -
Created a section in the portal to upload the file.
pxRequestor.pyFileUpload
showsC:\fakepath\importtemplateData.xlsx
. -
Created a wrapper activity to pass the binary file and file path parameters to
pxParseExcelFile
.
Issue:
The activity runs without any errors, but the Page List is not being created. In Tracer, I can see that pyFileSource
has the correct value.
Any guidance on why the Page List is not forming would be greatly appreciated.
Many articles say file path should be ServiceExporth+FileName.
I am using pega cloud 8.7.6
I have gone through few off the article in PDN but I didn't get any solution.