Jul 01, 2021 03:24 PM
Hello I would like to create a field where when data is imported into AirTable, that it would input the current month as written into a specific cell.
like “7/1/2021”, for any entries entered in that month, I want this one cell to enter 7/1/2021, and not update any previously entered rows.
Solved! Go to Solution.
Jul 01, 2021 03:27 PM
Try using a Created Time
field. Or, if you want to display the name of the month a record was created, use a Formula field: DATETIME_FORMAT(CREATED_TIME(), "MMMM")
Jul 01, 2021 03:27 PM
Try using a Created Time
field. Or, if you want to display the name of the month a record was created, use a Formula field: DATETIME_FORMAT(CREATED_TIME(), "MMMM")
Jul 06, 2021 06:50 AM
Welcome to the community, @Drew_Nemer! :grinning_face_with_big_eyes: If Kamille provided the answer you were seeking, please mark her comment as the solution to your question. This helps others who may be searching with similar questions. Thanks!