Numeric recognition

How can I set up logic to recognize certain numeric values (i.e. >100) or patterns (i.e. 3 occurences of X >100)?

How can I set the conditions for the patterns?

Hello,
where are you looking for these values? In some text…?

Values may be found in a column within an Excel spreadsheet or a SQL database.

If it is a single column, use a For Each activity to cycle through each row

If you are analysing all values in a table, place a For Each activity within another For Each activity. The first to cycle through the Columns, the second to cycle through each row in each column.

Then you have access to all values for analysis via IF Activities for example.