is it possible to count the number of attachments in an email in a Flow condition. so I can achieve some logic like this.
if (number of attachments) > 1
thanks
Graham
Solved! Go to Solution.
Hi @DJVIBE,
I have made a test on my side and please take a try with the following:
@greater(length(triggerBody()?['Attachments']), 1)
Image reference:
The flow works successfully as below:
Best regards,
Kris
Hi @DJVIBE,
I have made a test on my side and please take a try with the following:
@greater(length(triggerBody()?['Attachments']), 1)
Image reference:
The flow works successfully as below:
Best regards,
Kris
works as advertised! thanks this saved me... cheers!!!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
40 | |
36 | |
36 | |
34 | |
27 |
User | Count |
---|---|
39 | |
39 | |
34 | |
31 | |
25 |