Skip to main content
Hi Everyone!
I have a base with 30 tweets that I'd like to automatically publish everyday. Once I get to the end of those 30 tweets, I'd like to start from the beginning and repost them. I am familiar with the "post a tweet" automation provided by airtable, but I'm unable to find out how to make it restart from the top once it reaches the end of my base.
Has anyone figured out how to do this?

There are various ways to cycle through records, but they really depend on what trigger you are using for your automation. If you are triggering off a date field, here is one option:
- Have a {Next Publish Date} formula field that adds 30 days to your triggering date field: DATEADD({date}, 30, 'days')
- Add an update record action to your automation that updates the triggering date field with the {Next Publish Date} formula field.

If you are using a different trigger, for your automation, can you describe it and post screen shots?


Reply