Hi all,
I have been struggling with a solution that I am trying to build. The thing that I would like to achieve is the following.
While receiving an e-mail with a certain subject, only one of the attachments needs action from AI on extracting information from the document. But, it is important that also the other attachments from that same e-mail are also included in the results e-mail (without being checked by AI).
At this point it only seems to read all attachments and send an result(s) e-mail on each and every attachment that the e-mail has.
Please see the flow below:
Does anyone have a good idea or the solution on this?
Much much appreciated.
Bjorn
Hi @BjornTD_ ,
You need to have a way to identify the document that needs to be processed by AI Builder compared to the other ones. For example, the title could always contain a specific value. If you manage to have this differentiator, then here's what you could do:
Hope that helps!
Thanks for your input! I've been trying to get this fixed, but for some reason it does not seem to work. I tried to store all attachments in a variable and on SharePoint as well, to then add all attachments while sending out the e-mail holding the results.
Should not be too difficult to only check one document with AI and pass all attachments through instead of only the by AI processed document.
Any idea what might cause this?
Hi @BjornTD_ ,
Can you try the solution suggested in this thread? Solved: Sending an email with variable number of attachmen... - Power Platform Community (microsoft....