Hello,
Recently I have created a flow that filters the active cases from Case entity in CRM.
In this entity I have a "Country" column, this column might be the US or Canada.
After I get the data from the filter array, some cases might have these country labels.
My filter array will only look for Status labels that are equals to "Active".
What I want to achieve is the following:
I want to show the count/length total for each country.
For example:
Title Country
TEST US
TEST2 Canada
TEST3 Canada
TEST4 Canada
TEST5 US
The Output of the length will be for example:
The total active cases in the US are 2.
The total active cases in Canada are 3.
Can please someone explains in detail and provide an example of what I should use actions and expressions to achieve the following scenario?
Any help will be greatly appreciated.
Thank you!