The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,last night I had something similar in front of me and I have now also solved it via the Custom JS Module in make.com using this JS code: Buffer.from((await axios.get(input)).data).toString('base64')Because here you can see that this module also i...