Start Free Trial

Alteryx Designer Desktop Discussions

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

Change Entire Filepath, Specify Columns

CosimaS
6 - Meteoroid

Hi, I'm using a Dynamic Input tool where I feed in an excel filepath and then change the entire filepath. The tab name is "Scenarios" so at the end of the filepath I have "|||Scenarios" and it's pulling the whole Scenarios tab. What if I just want it to pull the first two columns of the Scenarios tab? ie something like "|||Scenarios$A:$B". I've tried writing it a few different ways and can't figure out what syntax to use to specify columns

1 REPLY 1
gautiergodard
13 - Pulsar

Hey @CosimaS 

You are very close, try passing the following:  |||'Scenarios$A:B' at the end of your file path.

 

Hope this helps!

Labels
Top Solution Authors