Query
Query activities allow you to analyze and extract information about a piece of text.
Contains
Learn how to use the Contains activity in Resolve Actions. Checks if a phrase exists within a text.
Extract by Pattern
Learn how to use the Extract by Pattern activity in Resolve Actions. Extracts all rows within a pattern.
Extract Line from Text
Learn how to use the Extract Line from Text activity in Resolve Actions. Extracts a line from a text, according to its location or a matching keyword.
Get Length
Learn how to use the Get Length activity in Resolve Actions. Returns the number of characters in a text.
Index Of
Learn how to use the Index Of activity in Resolve Actions. Returns the location of a phrase within a text.
InStr Reverse
Learn how to use the InStr Reverse activity in Resolve Actions. Returns the position of the first occurrence of a phrase within a text (or 0 if it does not.
InStr
Learn how to use the InStr activity in Resolve Actions. Returns the position of the first occurrence of a phrase within a text (or 0 if it does not exist).
Is Alert in HTML Format
Learn how to use the Is Alert in HTML Format activity in Resolve Actions. Checks whether or not the email that triggered the workflow is HTML-formatted.
Is Empty
Learn how to use the Is Empty activity in Resolve Actions. Checks if a variable's value is empty.
Is Numeric
Learn how to use the Is Numeric activity in Resolve Actions. Checks if a text or variable's value contains a valid numeric value.
Left
Learn how to use the Left activity in Resolve Actions. Extracts characters from the left side of a text.
Match Regular Expression
Learn how to use the Match Regular Expression activity in Resolve Actions. Returns all matches between a Regular Expression and a given text.
Right
Learn how to use the Right activity in Resolve Actions. Extracts characters from the right side of a text.
Split
Learn how to use the Split activity in Resolve Actions. Splits a text into phrases (according to a delimiter) and returns a one-dimensional table containing.
String Compare
Learn how to use the String Compare activity in Resolve Actions. Compares two strings.
Sub String by Text
Learn how to use the Sub String by Text activity in Resolve Actions. Returns a table or text value of the searched text between a starting and ending point.
Sub String
Learn how to use the Sub String activity in Resolve Actions. Extracts a phrase from a text according to its index and number of characters.