Start Free Trial

Alteryx Designer Desktop Discussions

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

Action tool consumes the default input file, instead of the file from the path provided

satish2gopal
5 - Atom

I am building a workflow, where one of the input files is in txt format. The txt file is Tab delimited. Every time, i run the Alteryx app it picks the original configured with tab as delimiter. However, it does not consume the file from the path specified while executing the workflow. How, would i tell Alteryx to consume the txt file with delimiter as Tab all the time while running the Alteryx App across multiple dates.

2 REPLIES 2
joshuaburkhow
ACE Emeritus
ACE Emeritus

Hi @satish2gopal 

 

Are you able to provide a screenshot of the configuration window? 

Joshua Burkhow - Alteryx Ace | Global Alteryx Architect @PwC | Blogger @ AlterTricks
pedrodrfaria
13 - Pulsar

Hi @satish2gopal 

 

The way we can get around this limitation is to use a combination of the text input and the dynamic rename. Please see below for the workflow.

 

The App will update the cell A1 in the text input with the selected file full path, then in the dynamic rename, we inputted a template txt file embedded into the workflow with the delimiter that you want to use (tab). So now all the files inputted into this workflow will be treated using the delimiter tab.

 

pedrodrfaria_0-1609627772111.pngpedrodrfaria_1-1609627781502.png

 

Please assign the solution for the discussion post in order to close it out. It help us all. If you have a different question, please open a new post. Feel free to reach out with you have any questions.

 

Pedro.

 

Labels
Top Solution Authors