Alteryx Designer Desktop Discussions

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

Automatically pick file from the folder based on there name & send It to different Users

Kuldeepmathur
8 - Asteroid

Hi All,

 

In this scenario How can I create a workflow which automatically picks the Input file from the folder & send it to Individual relative Users..

 

I have a list of user email Ids & a folder in which all the PDFs are there .. 

File Name File Path Email ID
ABC.pdfC:\Users\Kuldeep\Desktop\Alteryx TestUser1@domain.com


Thanks

Kuldeep

2 REPLIES 2
ivoller
12 - Quasar

Kuldeep,

 

If you add a formula to get the full pathname for the file to be sent and connect to a mail tool, that should work.

 

Formula would be something like

 

  [File Path]+iif(right([File Path],1)!="\","\","")+[File Name]

 

Mail tool would be configured like

2018-03-14_15-23-20.png

 

Iain

 

 

 

 

 

 

 

 

Kuldeepmathur
8 - Asteroid

Thanks Iain :)

Labels