Question
1
Replies
99
Views
Posted: March 10, 2020
Last activity: March 10, 2020
Parse excel file error
Hi,
I want to parse the excel file that is uploaded via pxFileUpload section. That section is placed in a local action, and I execute the MSOParseExcelFile activity as a post process. But I get the following error;
The uploaded file template could not be recognized. Please upload a valid file. Refer to template templatefilename for details.
How can I fix this ?
Hi,
The issue might be with the File name parameter. Instead of using the complete system path, use the path as file://web:/StaticContent/global/ServiceExport/MSOData.xlsx and try again.