Instance Name

Instance Name can be used to give a name to every record. Instance Name helps us to identify a record without opening the form.

Instance Name

Key General Properties

  • Instance Name - Enter the expression to dynamically generate the instance name. If no specific expression is provided, the instance name is automatically set to the form name. Learn more about Appverse Expressions

Examples

  • concat(${firstname}, '-', ${lastname})

    • where "firstname" and "lastname" are fields present in the form.

Last updated