Hello! I have been using Coda to plan social media content for my organisation and would like to optimise our processes. Currently, I have a master database to collect all content, but we are filtering in subpages in order to work in month views.
In order to create “slots” that we can then fill in as we work throughout the month, new rows are created in the master database.
Each “slot” (empty row) belongs a specific category (these are sourced from another table)
We have a specific, weekly flow for our content that follows a certain category order and we do not post on weekends.
If you share a dummy doc, I (or someone else) can show you how to make a button with a formula to just do that.
You start with sequence (for the date from to date to), filter out the weekend days, do a ForEach (this is the newer name for FormulaMap) on your template table, filter for the current day of the week and than do another ForEach to make new records in your master table.
This sounds perhaps complex, but it really is pretty straightforward. There are different approaches to accomplish this, the above is the one I would probably use.
Hello @Maya_Weisinger ,
I added a button to your doc to add one month of activities - starting with the selected date next to the button.
I took one week of January and made that into a template (below your planning table) - that way you can, at some point in time, change things around and make that your new base for future planning.
You probably want to add something to prevent adding rows for a month that’s already been done (I didn’t want to complicate this example more than necessary, but that is easy to add in your button logic.
I changed the filter to a date picker (just above the table), it is easier for testing and playing around.
This is just one of many ways this can be done.
Greetings,
Joost