
Hello,
Do you have any idea if I need to count email that send to my inbox from several E-mail contact.
I am not sure is it possible to do that because of when I used the "When a new email arrives (V2)" but seems like "Form" can add only single email contact, Is it possible to add "OR" or any possible solution to solve this?
Thanks in advance!
Hi @apspkt ,
The trigger "When a email arrives" would only run when a new email arrives, if you want to count the number of emails sent by the special users, you should use the Get emails action, and you could filter the From column in the Get items action, and you could get the number with expression below:
length(body('Get_emails_(V3)')?['value'])
Note: The Get emails action has the 25 emails limit currently.
Best Regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.