I'm trying to start with LogicApp - no prior experience.
I have a DevOps project and LogicApps workflow. Workflow is triggered by received mail and creates a new work item in DevOps.
If the email contains any attachments, workflow creates a blob, retrieves the blob, and then I'd like to attach the file to a work item, but I have no idea how.
How Can I do that? I couldn't find any option in 'Update a work item' action:
Is there any way how to do it via 'Send an HTTP request to Azure DevOps' action block?