This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Early bird tickets for Inspire 2023 are now available! Discounted pricing closes on January 31st. Save your spot!
03-13-2021 06:56 PM - edited 07-22-2021 04:54 PM
If a workflow fails because a file was not found, it can be discouraging. In this article, we cover some of the best practices to prevent this error as well as some troubleshooting tips if it occurs despite best practices being followed.
Error: Can’t find the file: “[path\FileName]”. Make sure the file path is correct.
In versions prior to 2021.1.4, you will see the shorter message
Error: File not found "[path\FileName]"
Alteryx cannot access one or more files that the workflow requires.
\\HostnameDOTdomainDOTcom\MainDirectoryName\SubDirectories\Filename.csv
This is a simple and easy path for troubleshooting. Thank you @LisaL for taking the time to write this up. Definitely something
I'm going to reference.
Jacob
What is the correct syntax for a sheet within an Excel file?
@stuabs19 For an excel file, you can do something like this:
file.xlsx|||sheet name 1
You can also just use 1 pipe instead of 3 and alteryx will convert it to 3 pipes.
What is the correct syntax for a zip file that contains a sub-folder and file?
I am using the anaytic app to make the path dynamic. Is the 260 character limit calculated with the '%question.fieldname%' variable name or the dynamic value of the fieldname input by the user?