<aside> 🎉 New: check out the List data type below

</aside>

Modern Logic lets you use a variety of data in your workflows. Each of the data types below can be included in your initial API requests to start a workflow, used as custom variables in your workflows, and pulled in from your external data requests. For more info, check out:

Numbers:

Description: Integers, decimals, floats, you name it.

Examples: age, income, amount_transferred ****

Comparison Functions: <, <=, >=,==,!=

Strings:

Description: text

Examples: first_name, employer, bank_id ****

Comparison Functions: ==,!=

Booleans:

Description: true vs. false

Examples: flagged, active_user

Comparison Functions: == true , == false