Steps #
- Go to your Automation Builder Flow and click on Add Node.
- Navigate to All Applications → Search for Text Format.
- Select Find Text.
Setup Authentication #
- Under Authentication, select an existing one or click Add New Authentication.
- Enter a Label and add your API Key.
- Click Add New Authentication, then select it from the dropdown.
Configure Search #
- In the Text Field, select or map the text data where you want to perform the search.
- In the Value Field, enter the text/keyword you want to find.
- Click Run, then Save.
Check Result #
- Go to Run History → Output → Response → Data.
- If the Index is 0 or greater, the value is present in the text.
- If the Index is less than 0 (e.g., -1), the value is not present in the text.
The Find Text block is useful for validating keywords, detecting coupon codes, and creating conditional logic inside automation workflows.