Nov 28, 2020 03:52 PM
I’m very new to airtable and trying to do what I imagine should be simple. I just want 7 rows with dates, starting with today, going forward 7 days. I want these rows to update every day so that I don’t have to do it manually.
I’d like to be able to do something similar with hours of the day, showing the current hour of the day and listing the next 8 hours in each row.
How can I accomplish this?
Nov 30, 2020 01:33 AM
Rows and not fields?
Dec 10, 2020 10:24 PM
Welcome to the community, @brandon_bednar! :grinning_face_with_big_eyes: Could you share more details about your use case, and the end goal you’re trying to achieve? There’s not enough detail currently to have a clear picture of what you’re doing.
Dec 15, 2020 01:27 PM
Have a field {Add Days} that says how many days to add for that row. Then use this formula field:
DATEADD(TODAY(), {Add Days}, 'days')
Dec 17, 2020 01:40 PM
How do I get it to auto generate all the days of the year? I’m looking to set up a social media calendar, and want a list of each day of the year. Jan-Dec.
Thanks!
Dec 17, 2020 01:48 PM
That is a different use case. In order to generate a new row for each day of the year, you must create new records. The original poster wanted to have only seven rows without adding more rows.
If this is a one-time generation of records, you can use keyboard shortcuts to generate a lot of rows quickly.
Dec 17, 2020 01:50 PM
Gotcha.
Maybe I’ll start a new thread for my question.
Thanks for the info!