How to use the RegexFlow Custom Connector
- Create a new flow in the Environment where the RegexFlow Custom Connector is installed
- Search for the Custom Connector you created
- Select the RegexMultiGroup action
- Fill in the regex pattern and the body parameters
-
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']
- Result