Hi,
I am trying to attach a file to an Azure DevOps Work Item, where file is on my Onedrive Business.
I always use the "Get file content using path" and can see that the contents are base64 encoded
I have tried a few things and still getting problems, as part of "Send an HTTP Request to AzureDevOps":
1. When I set Body is Base 64 = Yes , I get the error "Unable to parse Base64 encoded bytes"
2. When I set Body is Base64 - No , I don't get any errors in the workflow, but the file is uploaded, but is a corrupt file that is not viewable.
Below more details on workflows and errors:
Scenario 1 - Setting Body Base64 =Yes
NOTE: I do not know what file type it will be as it is actually part of a Form submission,
Scenario 2 : Body Base64 encoded = No
Flow run successfully.
In Azure Devops, when I click on file it doesn't show and when I download, it says it is not recognized file.