Identify Elements in a Text
Finds a specified element within a given text using AI-powered text analysis.
Overview
This procedure searches for and extracts specific information from text strings. It can handle both singular and plural forms, work with multiple choice options, and answer questions about the content. The search is powered by AI to understand context and meaning beyond simple text matching.
Make sure to add the Document Processing Book to your agent before using this automation procedure.
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Simple Find
In this example, we are finding the word "fox" in the sentence.
the sentence is "The quick brown fox jumps over the lazy dog"
find the animal in the sentence
2. Find People in a Sentence
Here, the people John, Sarah, and Tim are looked for in the sentence.
find the people in "The project was completed by John, Sarah, and Tim."
3. Find with Options
In this example, a color is looked for in the sentence using the available options.
the text is "Cars need to stop at a red light."
find the color in the text where
the options are "red", "yellow", "green"
4. Find Multiple Things
In this example, the sweet spots (Java House and Café Mocha) are looked for in the memo.
the memo is "Reminder: Don't forget to check out the new cafés I visited this weekend: Java House and Café Mocha."
find the sweet spots in the memo
Last updated
Was this helpful?