So, I’m wanting to make an automation where when a new record is added, a custom ID is automatically assigned to that record that is prepended with a tag.
So for instance, when a new record is created, it will automatically get assigned an ID like “FR-date]anumber]”. So if multiple records were created today, it would look like:
“FR-2022042601”
“FR-2022042602”
“FR-2022042603”
and so on.
not sure if this is possible, but any help would be immensely appreciated