I need to generate an excel monthly report which should be presented in different format when there are records (returns), or there are not records (no returns). For instance:
- If there are records (after transformations) the report should have the column names and data rows, as shown in the "Returns" sample output file attached
- If there are no records (returns), the report should look like the "Return no records" file (showing only an statement)
I have generated both files in Alteryx, and wonder if there is a way where the workflow will output only the corresponding file based on records/returns or not records criteria. Therefore, when the workflow is run, it will generate only either the "Returns file" or the "Returns no records" file
