Text Parser
The Text Parser block is used to extract pattern-based data from a sentence. It helps capture values like OTPs, coupon codes, invoice numbers, or API responses.
Steps
Add a new node in your flow
Go to Formatter → Text Formatter
Select Text Parser
Choose or create Authentication
Enter the Input Text
Example:
Your coupon code is 456789 use it
In Text Match After, enter
isIn Text Match Before, enter
useClick Run & Save
Check Run History → Output Response
The parser will extract the value between the defined patterns (e.g., 456789).
This is useful for extracting OTPs, codes, invoice numbers, or specific data from text.
Last updated
Was this helpful?