Skip to main content

How to use the RegexFlow Connector

  1. Create a new flow

create a new Flow

  1. "Add an action" and search for regexflow

From the result select "Regex pattern matching in the posted text"

Select Regex pattern matching in the posted text

2b. If it is being used for the first time then the API key is needed to be added

Add API key

The key can be found in the Profile page of the portal Profile

GetSubcriptionKey

  1. Fill in the regex pattern and the body parameters

fill in the parameters

  1. How to use the result:

Using the first match in some other action:

outputs('Regex_pattern_matching_in_the_posted_text')?['body/matches']?[0]?['Match']

Example of using the first group in the first match:

outputs('Regex_pattern_matching_in_the_posted_text')?['body/matches']?[0]?['groups']?[0]?['groupValue']

using the result in other actions

  1. Result

result