The error I am getting is as follows:
{“success”:false,“error”:“No files were provided with the request.”,“error_info”:“Please check developers.pipedrive.com for more information about Pipedrive API.”,“data”:null,“additional_data”:null}
I have checked the run history and I can see the file binary content under that compose action step.
this looks like a problem with Power Automate. We are not familiar with this tool internally, so we can’t help sadly. Hope that someone from the community steps in!
Thanks for your response. Definitely not the issue with Power Automate. When I tried via Postman it did worked that’s because Postman abstract a few things like file upload where users can specify whether its a text or file. Pipeline HTTP documentation (Upload file) is very general and doesn’t cover about multi-part form data. I managed to find out and for the further reference someone looking for a solution here it is.