How to allow multiple files upload in API Connector Plugin?

Hello, I have backend endpoint that supports single file or multiple files upload. It is working fine in postman, and now I am trying to implement multiple file upload in API Connector Plugin. But single file upload works fine, but any solution for multiple files upload? Thanks in advance

hi there @qualitykingstar, have you found a solution for this? I’m having similar issue :sweat_smile:

yes, I could solve that issue by getting file link in bubble and use that file link instead of file object.
Thx