
Hi Experts:
I have a list in the below picture, I want to send the mail to my team and tell them how many are in PVT stage or how many are Yes in PCN Implementation column, just like the below data, but I'm curious how to get the number through Power Automate.
Product stage:
PVT:2
NPI:2
MP:1
Hi there,
Will it only ever be the 3 types? MP, PVT, NPI?
One for each Product Stage:
Get Items w/ Filter Query: (Product Stage eq 'PVT') and (PCN Implementation eq 'Yes')
Under each, use a Compose action with the expression length(outputs('Get_items')?['body/value'])
Then, in your email, just type in what you want, and use the appropriate Outputs. For this reason, make sure your actions are well named. Here's an example for PVT:
Cheers,
Rhia