Multiple choice technology programming languages

Which one of the following returns the name of the Current Field?

  1. @Name

  2. @FieldName

  3. @ThisName

  4. @FieldTitle

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The @ThisName function returns the name of the current field when used within a field's formula, allowing formulas to reference their own field name dynamically. @Name returns a hierarchical name, @FieldName doesn't exist in formula language, and @FieldTitle is not a standard function.