Hello everyone,
I'm trying to build a flow that get the attachments inside an Azure DevOps work item and it to a specific servicenow request. Part of the flow that is supposed to execute this specific action is in the image below:
In the first action, the get request should retreive the attachment content inside a specific work item in the appplication/octet-stream format. Inside de compose action ("Compor" in the picture) um using the output of the get request inside the base64ToString function to transform it into a string. Next, I'm using the output of the compose action as the body to the post request to upload work item file to a servicenow request. Up until now I haven't been able to upload the file to servicenow.
What can I do to solve the problem?
Thank you very much,
Gustavo Ferreira