Use Transform or Rules inside a Workflow

Hi all,
I’m tring to understand if is possible call Transform or Complex Rules inside a workflow.

For Example:

I have a workflow with a form where the user insert name and surname.
For example:
Name=Juan Mary
Surname=De la Suerte

How can i create in the workflow the variable:
juanmary.delasuerte ?

Thanks

You can’t refer to transforms or rules. You do have the option of creating variables within the workflow, so it could be possible to do the use case that you shared here.

@ffalcitelli you cannot call rules or transforms in Workflow.

For your usecase you can use the Define Variable Operator - SailPoint Identity Services.

This operator can assist you with your use case. Using it, you can:

  • Concatenate your different attributes coming from your forms.
  • Use the replace function to remove spaces.

However, I don’t see a “to lowercase” operator available. You might want to check if you can use the replace function with regex syntax to achieve that.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.