I need help handling a weekly workflow with dynamic data columns. Some weeks, these columns contain data that needs to be summarized in the output. Other weeks, these same columns may be empty. I want to ensure that:
1) When data is present, it gets summarized
2) When the column is empty, the summarize function should skip it without causing errors
Right now, if the column doesn't exist in a certain week, the Summarize tool breaks and causes an error.
Thanks!