Alteryx Designer Desktop Discussions

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

Dynamically selecting row

MK-Annalect
5 - Atom

Hi All,

 

I have the data as below. I want to design a workflow which can select one row and output it in a separate xlsx file.

For Eg - First, should select row 1 and output the file mentioned in the Path column. Similarly after that should select row 2 and output the file to the path mentioned in row 2.

 

Please help 

MKAnnalect_0-1625664846564.png

 

Regards,

Mustafa Kanchwala

 

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @MK-Annalect 

 

Here is how you can do it. You need create a column filename which has file path, file name, sheet (if present) and configure output tool to change path on this file name column.

 

Workflow:

atcodedog05_0-1625670420361.png

 

To setup the output tool you need to first select a file to output too then you change path to %temp%

 

Hope this helps 🙂

Labels