Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Unable to Export Workflow

ShubhadarshiB
5 - Atom

Hi All,

 

Whenever I am trying to export any workflow using my Alteryx Designer tool, I am receiving the following error message:

 

"Illegal Character in Path"

 

However, I have double checked my path and there is no illegal character in the path nor there is any special character. In the past I have exported the workflows multiple times, but this sort of issue never happened. If anyone can provide any potential resolution that would be of great help.

 

I have attached the screenshot of the error message pop-up.

 

Thanks,

Shubh

 

 

9 REPLIES 9
alexnajm
18 - Pollux
18 - Pollux

Without the path, we would have to speculate so can you provide the path?

Kottapally_Ramesh
7 - Meteor

The error "illegal characters in path" when exporting an Alteryx workflow typically means that the file name or folder path you're trying to use contains characters that are not allowed by Windows file system rules.

 

 Common Illegal Characters in File/Folder Names:

  • \ (backslash)
  • / (forward slash)
  • : (colon)
  • * (asterisk)
  • ? (question mark)
  • " " (double quotes)
  • < or > (less than or greater than)
  • | (pipe)

     If the issue persists:
    • Try exporting to a different folder like your Desktop.
    • Ensure you have write permissions to the folder.
    • Restart Alteryx and try again.
ShubhadarshiB
5 - Atom

Here is the path name:

 

Desktop\Work request workflow.yxzpyxzp

ShubhadarshiB
5 - Atom

\Desktop\Work request workflow.yxzp

CharlieS
17 - Castor
17 - Castor

@ShubhadarshiB wrote:

Here is the path name:

 

Desktop\Work request workflow.yxzpyxzp


".yxzpyxzp" is not a valid file extension. Do you mean ".yxzp"? Perhaps this was manually typed in error?

ShubhadarshiB
5 - Atom

Yes you are correct. The correct path is Desktop\Work request workflow.yxzp

alexnajm
18 - Pollux
18 - Pollux

You need to provide the full Desktop path - worked fine for me! 

 

When you go to Export Workflow, click Browse, find the location, type the name, Save, and try exporting from there

 

 

CharlieS
17 - Castor
17 - Castor

1. Is this "Desktop\Work request workflow.yxzp" path the workflow you have open, or the target output path? If you create a brand new "New Workflow.yxmd" and try to export to the same folder does the same thing happen?
2. Have you tried using a complete file path instead of relative referencing? It could be that the temporary or relative file path includes these invalid characters that aren't being shown preceding "Desktop\".

dreldrel
8 - Asteroid

This may be caused by your preferred package name. Try selecting the file path using the Browse button, keep the original file name unchanged, and see if you can save the file successfully.

Labels
Top Solution Authors