Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

How to use Conditional Tool for Alteryx Analytical App to Disable/Enable Container

PHaisten
6 - Meteoroid

Goal: To send fallout records via email that is contained within a container that can be enabled or disabled based on whether or not there is data in the table. 

 

Attached is my sample workflow with fake test data. Unsure how to have the condition check the table that is being output and need guidance. 

 

 

1 REPLY 1
Raj
16 - Nebula

@PHaisten 
your condition expression was incorrect

find updated condition
IF IsEmpty( [Engine.TempFilePath]) or isnull( [Engine.TempFilePath]) THEN 'false' ELSE 'true' ENDIF

mark done if solved.

Labels