I have a flow that counts the number of attachments in an email using a Condition. this is working great but but when someone uses an email signature with an image attached (ex. Compnay logo) it counts this as an email attachment as well. Is there are way to filter out these from the attachment count?
see this previous post to get a background on the situation.
Cheers
Graham
Solved! Go to Solution.
Hi!
I would be also happy to find out an efficient solution to skip image based signatures.
In the meantime, what you can do is to apply an Array Filter action block, its related condition shall be:
-either getting the kind of attachment you are waiting for (.pdf, .doc), or
-discarding the kind of attachments you want to avoid (i.e. image extensions)
Not sure if it this workaround matches your needs
Proud to be a Flownaut!
Hi!
I would be also happy to find out an efficient solution to skip image based signatures.
In the meantime, what you can do is to apply an Array Filter action block, its related condition shall be:
-either getting the kind of attachment you are waiting for (.pdf, .doc), or
-discarding the kind of attachments you want to avoid (i.e. image extensions)
Not sure if it this workaround matches your needs
Proud to be a Flownaut!
@efialttes great minds think alike. haha
thanks for the reply I will give this a try. I wont mark as the official solution yet as I would like someone from MSFT or the other community to take a crack at the solution as well.
Cheers!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
49 | |
41 | |
35 |
User | Count |
---|---|
91 | |
76 | |
74 | |
60 | |
42 |