The Split Text option helps you extract a specific value from a string using a separator.
Steps #
- Add a node → Formatter → Text Formatter → Split Text
- Select or create Authentication
- Enter the Text you want to split
- Enter the Separator (e.g.,
_or+) - Choose the required Segment Index (First, Last, Second Last, etc.)
- Click Run & Save
- Check Run History to see the extracted value
Example:\
Text: 1ore2_3_45 + 78\
Separator: _\
Select Second Last → Output: 3
This is how you extract specific values from any string.