Welcome to the Airtable Community! If you're new here, check out our Getting Started area to get the most out of your community experience.
Jan 05, 2023 02:04 AM
Hi there,
First question on the community 🙂
We are moving our social media calendar to Airtable, and it will be very useful if I create a formula or automation for a certain need.
As in the attachment, we use a loop of BG colors for each post on Instagram, and it's repeating every 4 posts as: Blue, Cyan, Other, Cyan. What I need here is when a new record is added to the view (Instagram), if the previous field in the column is Blue, it should print Cyan, and if it's Cyan, it should print Other. I can use Cyan2 for the second Cyan to avoid confusion.
Is there any way to do it in a simple way with formulas or automation?
Thanks in advance!
Jan 09, 2023 12:56 AM
Hmm, if I were you I would create an autonumber field and use `MOD()` and `SWITCH()` to output the correct color as needed