Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to add a row when there is no data in the input

Kartik21
8 - Asteroid

Hi,

 

Can anyone please tell me that how can I add a row only when there is no data in the input and the numeric filed should have 0 and string filed should have empty space?

 

Refer screenshot attached.

1 REPLY 1
OTrieger
14 - Magnetar

@Kartik21 

When you want to have the automation running even if there is no input you need to find a tool that can operate, one of them is Count, as what it will be do it will give you Count 0, if you will append the income data to the Count tool the automation always will work. Now based on your Count value you can make IF Condition or any other way that you find to indicate to Alteryx what to do.

Labels
Top Solution Authors