Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

alteryx execute a work flow when met specific condition

187
8 - Asteroid

helHI guys,

 

I want to read data from some input and append to the template file i have,  i want to have below result, can you guys help on how to achieve that?

 

if input has data 

ABC
XXXXXX
XXXXXX

 

if input doesn't have data

ABC
 No Data 
2 REPLIES 2
MatthewO
Alteryx Alumni (Retired)

Hello @187 :

 

Attached is an example workflow that demonstrates how you can accomplish this. There is an example with 1 row of data and one with 0 rows of data to illustrate the results. 

 

I hope this is helpful!

Jonathan-Sherman
15 - Aurora
15 - Aurora

Hi @187,

 

I would take the approach of using the count records tool, which creates a record whether or not you have records in your original table, you can use this value to decide how to transform the data:

 

JonathanSherman_0-1638981308687.png

 

I've attached my workflow for you to download if needed!

 

Kind regards,

Jonathan

Labels
Top Solution Authors