I need assistance to create an HTTPS Post request in power automate that has content type text/csv and binary body. Below is my Postman call that works and what I've tried to do in Power Automate.
POSTMAN CALL
This is the HTTP request I am trying to recreate in Power Automate
Power Automate
I am getting the content of the CSV file from OneDrive and then passing the content in the request body
I also tried converting the file content with the binary expression
But both approaches give me the same error below and I am not sure what I am doing wrong. Any help would be appreciated.
"message":"Failed to parse CSV. Nested error is: Too many entries: expected at most 1 (value #1 (11 chars)


