30-01-23 07:24 AM
30-01-23 11:32 PM
02-02-23 08:28 PM
yesterday
Hi @MeenaAmmaiyappa
If you want to retrieve items with tags including "Exception" in it, you can use wildcard character asterisk (*) as: "*Exception*"
And as you said you want exception items by using "Report Data" action, then you should specify value for Include exception items? as True
Here is the snippet of the "Report Data" action stage properties tab regarding the above:
And you also mentioned "trying to get the number of exception items", if this statement meant to get count of exception items, then under outputs tab in this action stage it has a parameter called Item count, place a store in value or data item to get the result of the count as shown:
I hope this solution helps.