Action used to extract string between two predefined strings.
Inputs:
Text to Search – where to search for the strings
Start Text – the starting string
End Text – the ending string
Include Bounds – include the Start Text and End Text in the result?
Ignore Case – is the search case sensitive?
Trim Result – remove white spaces before and after the found text?
Outputs:
Extracted Text

Example
Extract text between the strings Invoice Number:
and END
.
