Skip to main content
Solved

Current Date Input

  • May 8, 2023
  • 4 replies
  • 28 views

Forum|alt.badge.img+4

Hello all!

I am currently trying to make an automation that inputs the date into a cell of the time that is updated. Right now I can only see two options - static and dynamic. The first does not work since the input will not change with every update, and the second can only be based off of different cells. Is there an option I'm missing?

Thanks!

Best answer by Brian_Swanson

@DZaunLM This is a type of field type, it is not part of automations.  You create the field within the table itself.  Below you can see the option within the Field type selection drop down.  

 

You can also read about that field type here:  https://support.airtable.com/docs/last-modified-time-field

All the best!!!

4 replies

Forum|alt.badge.img+7
  • Participating Frequently
  • May 8, 2023

Have you investigated the 'Last Modified Time' field.  

I believe it works in the manner conistent with what you are looking for.  You can set it to look at only a select group of fields or all editable fields.  


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • May 8, 2023

Choosing a dynamic value doesn't have to be a value from a different cell. It just means that it isn't a hardcoded value. It could be a value from earlier in the automation, such as a value in a different record, the automation time for a scheduled automation, or the output of a script.

If you do not need to manually edit the field at some point, using a "last modified time" field might be a simpler option. If you do need the value to be in an editable field, you can try copying over the "last modified time" or use a timestamp generated by a script.


Forum|alt.badge.img+4
  • Author
  • New Participant
  • May 9, 2023

That does sound like it's exactly what I'm looking for - however, I can't seem to find this option... is it accessible through the blue "plus sign" button? If so, I must have some setting wrong that doesn't allow me to choose it as an option.


Forum|alt.badge.img+7
  • Participating Frequently
  • Answer
  • May 9, 2023

@DZaunLM This is a type of field type, it is not part of automations.  You create the field within the table itself.  Below you can see the option within the Field type selection drop down.  

 

You can also read about that field type here:  https://support.airtable.com/docs/last-modified-time-field

All the best!!!