Hi,
PFA explanation and Alteryx WF
I used following tools to generate null value row so that I can get output file with only column values when there are no matches.

But this is creating Null row even when there is match between files and there is actual output. I want to add formula which will generate single Null value row only when there is no matching data and in case there is matching data and output file has some rows then it should not add Null value row
Required
No matching fields hence Null value row required

Not required
There are matching fields hence Null row not required
Please help. Thank you