Introduction to Expressions
Expressions in Cargo empower users to manipulate and transform data using JavaScript, encapsulated within double curly brackets ({{ }}
).
This capability is integral to crafting effective workflows and data operations across various applications within Cargo.
What you will learn
In this module, you will learn how to:
- Access and manipulate
data objects
using dot and square bracket notation. - Use logical and comparison operators to create conditional logic.
- Perform data transformations with JavaScript methods.
Tutorials
To help you get started, we have included practical tutorials that demonstrate how to use expressions effectively.
For example, learn how to extract a domain name from a full website URL or generate and format today's date. These tutorials provide step-by-step instructions to enhance your understanding and application of expressions in real-world scenarios.
By the end of this module, you will be equipped with the knowledge and skills to use expressions that unlock the power of Javascript without needing to write complex code.