Skip to main content
Version: 1.17

Chapter 4

Before he continues on his quest, Zee promised to keep in touch with friends back home and send them each a letter. 📨

Luckily, FEEL string expressions are here to Help and save time. Use an expression to fill the name on the envelope that contains the first and the last name.

Expression

// concatenate the first and the last name
firstName

Context

A JSON document that is used to resolve variables in the expression.
{
  "firstName": "?",
  "lastName": "?"
}


Result

<click 'Evaluate' to see the result of the expression>

Warnings

<none>
Zee
Camunda Services GmbH
Zossener Str. 55
10961 Berlin
Germany
< Fill in the name here >
Camunda Inc.
INDUSTRY Denver
3001 Brighton Blvd, Suite 450
Denver, CO 80216
USA
Solution
Zee labels the envelopes and send them out.

Expression
firstName + " " + lastName