I receive a base64 string and want to make a form-data call. I need to convert the base64 string to binary. How can I do that in xano?
In a lambda I would do Buffer.from(base64string, 'base64')
How can I do this in the "External API Request" thing?
Base64 String to binary in "External API Request"
Other
4 replies