I have a backend endpoint that accepts files as a Form-Data type. In postman, the API working just fine (i can send multiple files).
But when i try to hit the API via Workflow, it keeps return this error.
Is there any way i can do to upload multiple files via API connector?