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.
@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.