Variables and String values in "Enter Field" for Workflow fields

Heya Team!

I am working on a workflow that certifies access of a user that changes department. I would like the name of the certification that is being created to be “Department Changed: ”, meaning I need to mix text values with jsonpath expressions to fetch the displayName of the identity. I would similarily want to add json variables to fetch the same value in the description of the Certification! Is this possible somehow? I’ve tried using brackets but no success.

image

To use inline variables, you need to use double curly braces. For example:

Department changed: {{$.getIdentity.attributes.department}}

1 Like

Thanks Colin!

Is this documented somewhere? Would be great to get the word out otherwise :slight_smile:

Yes, it’s documented here: Creating and Managing Workflows - SailPoint Identity Services

1 Like