website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop Video Library
Navigating ChartHop
Home page
Org Chart
Map
Data Sheet
Employee Profiles
Implementing ChartHop
ChartHop implementation overview
Creating your ChartHop org
Configuring your Org settings
Inviting users and setting permissions
User access and sensitive data
Creating and managing groups
Integrations and bundles
ChartHop for Administrators
Planning
Managing employee data
Creating reports and analytics
Managing people and jobs
Performance reviews
Building custom forms, tabs, and documents
ChartHop for Developers
ChartHop connect
Developer basics
Events
Syncing data to/from ChartHop
Partners
Sequoia getting started
Resources
Available ChartHop packages
ChartHop Standard Terms and Conditions
ChartHop Basic Agreement
Data Processing Addendum
Privacy policy
Security statement
Subprocessors
FAQ
Docs powered by archbee 
website logo

Using Carrot to reference org data

You can use Carrot to reference information from your ChartHop organization, such as compensation data, groups, or specific employee data, and reference it directly in your templates as dynamically-generated fields. Learn more.

Useful Carrot expressions

The following section features a list of helpful Carrot expressions available to you and illustrates how you can use them in your templates.

Substitutions

You can use {{curlyBraces}} to substitute any Carrot expression in the body of your template.

Markdown
|


If condition

You can use the if tag to conditionally display a piece of content.

{% if expression %} conditional content {% endif %}

Markdown
|


If... elseif / else

You can use elsif or else to add additional conditions to an if condition block.

Markdown
|


For loops (iterations)

You can use the for tag to iterate through a series of objects.

Markdown
|




Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
📃 Example Templates
Docs powered by archbee