The Split Text option helps you extract a specific value from a string using a separator.
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
1ore2_3_45 + 78
3
This is how you extract specific values from any string.
Last updated 3 hours ago
Was this helpful?