Ashby · Arazzo Workflow
Ashby Define a Custom Field and Set Its Value
Version 1.0.0
Create a custom field definition, locate it in the field list, set a value on a record, and verify.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
custom-field-setup
Create a custom field definition and write a value to a record with it.
Creates a custom field for a given object type, lists custom fields to confirm registration, sets the field's value on a target record, and reads the field definition back.
1
createField
customFieldCreate
Define the custom field against its object type. Nothing can be written to a custom field until this definition exists, so this precedes any attempt to set a value.
2
listFields
customFieldList
List the organization's custom fields to confirm the new definition is registered and visible, excluding archived fields.
3
setFieldValue
customFieldSetValue
Write the value onto the target record. Custom field values do not go through candidate.update or job.update — customField.setValue is the only path, and objectType here must match the type the field was defined for.
4
readField
customFieldInfo
Read the field definition back to confirm its final shape, including any selectable values that were registered with it.