Unable to upload files using Upload File and Sendkeys keywords

Hi
I am not able to upload files in katalon
tried using both Upload File and Sendkeys keyword, but no luck

Please help.

Please share screenshot of your code

UploadFile Failing.PNG

Use upload method which accept 2 args UploadFile(webElement,path of file) and before that use some delay it will definitely work.

Try this: How-to use ‘sendKeys’ or 'File Upload' to upload files