
Announcements
hi guys,
hope you can help me please.
i have created a flow that is supposed to use the response from a submitted MS form to search for an attachment on a sharepoint list, then send that attachment via mail to the person
however, even though when i test it says the flow has completed successfully.....no email is sent out
please can you lovely people help xx
Hi @fstupot ,
I guess you should use [Get items],
And use the Filter query to filter, and then use [Get attachments] to get the attachment content and send the email.
If [Get items] does not return any results, then [Get attachments] is empty, [Apply to each 2] is executed 0 times, and the flow will execute successfully.
(The above is my guess about your flow design)
I made a similar template for your reference:
Here is form:
Here is sharepoint list
The flow will also be executed successfully, but the email will not be sent, because [Get items ] did not find the record of "Title" eq 2, and it will return an empty one.
Please check whether the value in the output of [Get items] is empty.
If yes,
Please check whether the Filter query can filter out the results you want
The above process can be executed under normal circumstances
Here is result:
Best Regards
Cheng Feng