Hello, I am working on an integration between Laserfiche Cloud and Microsoft Sharepoint. Laserfiche offers an API with endpoints that work with their repository. A specific one that is giving me trouble on Power Automate (works successfully on Postman), is the import endpoint. It expects a multipart form body. The parts would be, according to the Laserfiche API documentation, are "file", and "request". I am trying to use the Get File Content action in Power Automate to fulfill my file part, but it is coming in as raw data (illegible characters), and will exceed the line limit. What are my options now? I have attached my multipart request body in case it looks wrongly setup? I did try this both with and without the base64 encoding.