Unable to find the File Path while uploading an Excel file with extension as xlsx

Hi Team,

I am having a requirement of parsing an excel file. I am using the File Path control, so I should be able to find the File Path in pyFileUpload property in pyRequestor page, BUT I am unable to see the same.

Can anyone guide me with any alternative or any mi-understanding in my approach.

I am using Pega V8.6.0.

Let me know for any more information!!

@SagnikH9 can you confirm the exact version of Pega? You have logged this as a Pega Knowledge issue, is it PK-specific? Can you provide details of the steps used to use the File Path control ?

Can you clarify when you state that you “.. should be able to find the File Path in pyFileUpload property in pyRequestor page” you are expecting to see the physical path listed on the clipboard?

Please take a look at the following posts:

File Path for uploaded file

In 8.4.2 V excel uploading- FilePath control does not set pxRequestor.pyFileUpload property

File Path Control OOTB not working

pxRequestor.pyFileUpload NOT setting up

There is also a great support document Troubleshooting FilePath issues.

You don’t have to check if value is available on clipboard. You can directly set parameter as pxRequestor.pyFileUpload for file path and excel!template name!xlsx for template parameter in pxParseExcelFile activity call. It should work.