Skip to main content

How to use the RegexFlow Custom Connector

  1. Create a new flow in the Environment where the RegexFlow Custom Connector is installed

create a new Flow

  1. Search for the Custom Connector you created

search for the custom connector

  1. Select the RegexMultiGroup action

select the RegexMultiGroup action

  1. Fill in the regex pattern and the body parameters

fill in the parameters

  1. Using the first match in some other action : outputs('RegexMultiGroup')?['body/matches']?[0]?['Match']

    example of using the first group in the first match: outputs('RegexMultiGroup')?['body/matches']?[0]?['groups']?[0]?['groupValue']

using the result in other actions

  1. Result

result