
I am currently trying to master a flow that I am struggling with…. The trigger is when an email is flagged (V4). I then have create item to add specific details from the email to a List in SharePoint.
I then tried to add attachments, but I keep getting inline ones, so after a good Google, I found I can prevent that by using a condition in my apply to each section. My condition is Attachments inline is equal to false - if yes, then another apply to each gets the attachments that are not inline and adds them to the list. This is great.
My issue is if this condition is no, then I do not know how to complete the flow so that the list is updated….. ? I just seem to have a brain block…. As I have nothing in this no output, if the condition is false, it fails.
I am not sure how much of that makes sense or if anyone can point me in the right direction, please.
@Goose33 i think in your case you can just leave the no branch as is without doing anything in the branch, as i understand you dont want to process inline attachments, correct?