How does this employee record get her name as a kind of record ID?
Like “ Employee - Ava Morales” .
I created a new template for Werknemer but I only het “Werknemer #1” as record-id. Is there a hidden formula somewhere?
How does this employee record get her name as a kind of record ID?
Like “ Employee - Ava Morales” .
I created a new template for Werknemer but I only het “Werknemer #1” as record-id. Is there a hidden formula somewhere?
Yes! you can set the Name itself to be a dynamic using formula.
Click on the name field in the template.
For example: if youy want A2’s content to be in the field name
Set a formula such as =CONCAT(“Employee - “ , IF(A2,A2,”No Name”))
Refer: