Capture group fields in the Regex Evaluation step

Hi! All

Please could you explain how to capture group fields in the Regex Evaluation step?

1 Like

Hi!

The following image shows a workflow execution with results. The workflow contains a Regex Evaluation step.

In the results section you can see the input field - email. You can see the execution result in the result field, Y means regex evaluated successfully. and the two group values after applying the regex on the email.

In the Generate Rows step I have defined an input field email.

In the Regex Evaluation step, I read the input email. I have defined a regex with two groups to capture the string before @ and the second group to capture the string after the @. In the Capture Group Field section, I have defined two Group fields - username and domain.

1 Like