@abm,
I am building a flow where when an email arrives with attachments, it should create a work item in Azure DevOps and save the attachments against work item created.I was able to create a flow that generates a work item when the New Email is arrives.
1. But how do I get the attachments as well from Email into the work item?
I know the attachments get stored in one drive/share point and we can get contents from one drive and then send a HTTP request to Azure DevOps but I don't want to use one drive/share point in my flow.
2. A user might insert a screenshots inside the email body itself rather than attachment, the screenshots in email body are coming up broken images in azure devops, A user might do both thing either by attaching images or by adding the screenshots
How can i achieve this, any help would be appreciated
Regards