Hello All,
I am trying to prepare a flow that counts the uniques based on specific conditions. Please see the attached Excel for details.
Thanks,
Mayank
@Learner09
@Learner09 put this into a formula tool If [Type]="Closed" and [Condition]="No" then 1 else 0 endif
@aatalai thank you for the flow, however, there is some update required. see the attached example. I need unique count, but flow provided the duplicate counts.
@Learner09 would adding a unique do the trick, like the workflow attached?