I have a data model with a field for each month of the year, extending for a few years. I also have a table that displays the data in this model.
I am interested in updating the fields/columns displayed in the table widget based on the current date. I only need the table to display current and the upcoming 12 months not previous ones. For example, it if it March 6, 2018, I would want to have columns in the table for each month between March 2018 and February 2019. On April 1, however, the table should update to drop the March 2018 column and add the March 2019 column.
Is this possible or easy to do in App Maker? If so, what are some tips or relevant resources to look for in the documentation?