Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
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