You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/programs/custom-fields.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ The information you input will now be tied to your field labels. To edit the inf
69
69
70
70

71
71
72
-
When you export your reports as a CSV file, the custom field and the information associated will also be included in the export.
72
+
When you export your reports as a CSV file, the custom field and the information associated with it will also be included in the export. Each custom fields will be exported with an associated key. The key for each field is comprised of: `<team_id>_<custom_field_attribute_label>`.
73
73
74
74

75
75
76
76
<h3id="edit">Edit a Custom Field</h3>
77
-
You can edit your custom fields to change the name of the field label.
77
+
You can edit your custom fields to change the name of the field label.
@@ -85,7 +85,7 @@ To edit the title of a custom field:
85
85
4. (*Optional*) Change the **Field Type** from *Text* to *List*. You can only change the field type from *Text* to *List*. You can’t change a *List type* to a *Text type*.
86
86
5. Click **Save**.
87
87
88
-
When you edit a custom field, the key associated with the field will also change as each key is comprised of `<team_id>_<custom_field_attribute_label>`.
88
+
When you edit a custom field, the key associated with the field will also change.
89
89
90
90
<h3id="archive">Archive Custom Fields</h3>
91
91
You can archive custom fields that you no longer want to use. We don’t enable you to permanently delete custom fields to prevent data loss.
0 commit comments