Hi,
I have a SharePoint document library with few columns. Every now & then, a new file is uploaded or an existing file is overwritten. In either of these situations, document metadata is updated in the columns. The requirement is to send different emails based on if it is a new item or an existing item revision. Now, the challenge I am having is that email is being sent as soon as the document is uploaded and not waiting for the document metadata is updated. How can we make sure that these emails are triggered only when both the document upload and the metadata is added? Is this even possible with MS Flow?