writing output to different directories(client id) based on client id, and writing only client info specific to client id
Hello Alteryx Community,
I am working on a work flow where I am connecting to DB, and reading multiple client info. There will many reports specific to each client(all reports are similar, but want to break down the reports per client). I dont want to add a formula before each of the output to specify the folder location and write the output. I want to add a formula in the after reading the data from DB and then filter and write the data
I am following below approach
1. Create respective folders(client id) under the output directories, based on the multiple client data that I am reading from the DB.
2. Using a formula to specify the directory location.
3. Sort or filter the data based on the client id --> I dont think I am doing right here
4. write the client data to the respective client id directory under output folder
Attaching the sample client info sheet and the alteryx workflow.
Appreciate community suggestions.
Thanks