Can't create/update a CMS record with a file in Integromat

Hi! I have a CMS collection with a File field. I download a file from URL with Integromat HTTP call module, I get binary data, file name, size etc., but when I create/update items with the Webflow Create/Update modules, the file is empty. I turned off the Restrict uploaded file access option in Webflow form settings, but it didn’t help. The file is a PDF, and the size is just about 170 KB — so, it shouldn’t be an issue. Thank you in advance.

A workaround is to patch the record right after its creation or update with a file object (and everything works in that case), but it’s definitely not the way it should work :frowning: