Skip to main content

Person Data: Fields and Values

Alexander Lagger avatar
Written by Alexander Lagger
Updated over 11 months ago

In CamBuildr, Fields represent a convenient method for storing individual's data. For fundamental values, CamBuildr already provides an array of field options. Certain fields are designed to only accept values in specific formats to maintain data integrity. This becomes important when integrating your CamBuildr with other tools or when uploading data.

Value in Cambuildr

Valid Format

Field Name

Email

Valid Email Adresse

email

Frist Name

Text

firstname

Last Name

Text

lastname

Gender

m for male
f for female
o for other/divers

gender

Phone Number

Text

phone

Adress

Text

address

City

Text

city

ZIP

Number

zip

County

Valid two characters ISO Code (AT, DE, ...)

country_alpha2

Birth Date

DD.MM.YYYY or YYYY-MM-DD

birthdate

Action Context

Text

context

Action Value

Number

value

Action Tags

tag1, tag2, tag3, …

tags

Action: Disclaimer Text

Text

disclaimer_text

Action: Disclaimer Accepted

Boolean (true/false)

disclaimer_accepted

In addition to the Core Values, you have the flexibility to create your own custom Fields. For these fields, you're able to establish personalized validation rules within the settings.

Did this answer your question?