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.
@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?
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.