"Expressions are a powerful feature implemented in all n8n nodes. They allow node parameters to be set dynamically based on data from:
Previous node executions
The workflow
Your n8n environment
You can also execute JavaScript within an expression, making this a convenient and easy way to manipulate data into useful parameter values without writing extensive extra code."
A quick tip with expressions is if you first map your input and switch to the “Expressions” tab the expression will already be correctly populated, a good way to learn how Expressions are formatted.