A common issue that I run a cross every few months is where I have to create a workflow that requires an XLSX output whether or not there is data.
For example, there is an input data source that may or may not have data. Every time the workflow runs, there must be an XLSX output with the same column titles. There may or may not be data in the columns, but the column titles must be the same.
Every time I run across this issue, I use a different combination of Alteryx workflow tools for a solution. So, I know there are countless ways to accomplish this issue.
What is the best practice for this scenario? Does anyone have a go-to solution?