Hello,
I am trying to dynamically deselect last years columns when the first month of the new year is introduced. Here is the scenario:
When February 2024 hits, I will run a workflow with old data from 2023 and new data from January 2024 getting the columns below.

The Jan 2024 column depends on the Dec 2023 column to run it's calculations, so I cannot get rid of the previous months columns until after it fully runs through the Jan 2024 column. When the Jan 2024 columns is introduced, I wanted to deselect the previous months columns whilst keeping the Record ID, Name, and Jan 2024 columns.
Thoughts?