Hello!
I am trying to set up a timesheet in Airtable and I want a formula or automation to assign a new pay period every two weeks.
I don’t care if it is just a number (pay period= 1,2,3,4…etc.) or a single select field or something else!
I just need to indicate a change in the default entry every two weeks.
My first thought was to set up an automation and set the trigger as a scheduled time (every two weeks). But, I keep hitting a roadblock when trying to set up the action. I do not want to FIND, UPDATE, or even CREATE records… I just want the default field entry for new records to change every two weeks.
In my mind, the sentence would be “Every two weeks, add 1 to the pay period number.”
Any thoughts on how to get this done??
Thanks to anyone in advance!
Solved
Change value at weekly intervals

Best answer by Alexey_Gusev
Hi,
I think you don’t need automation for that.
Suppose you have ‘Created time’ field in your table. If not, you can add one (and make it hidden).
Then, you pay period field can be a formula
INT(WEEKNUM(FieldName)/2)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.