Could not get clipboard property for reference <sheetName> in pxParseExcelFile
Good Day,
I am having an issue where I am parsing an XLSX file using the pxParseExcelFile activity and it appears to parse successfully, but no data results are posted to the clipboard.
In the Platform log, I am getting the following error multiple times:
"Could not get clipboard property for reference MemberList. Reason is 0"
This occurs even when I leave the sheet name as default name (Sheet1).
I've tried explicitly setting property "sheetWiseData" to false.
None of the suggestions in https://collaborate.pega.com/question/pxparseexcelfile-not-parsing-file were helpful for this case.
Has anyone identified the cause of this?
THanks