22055
2 years agoQrew Member
Base64 Encode for file attachment field content
Hello dear friends!
I'm in need to extract the Base64 content from a specific file attachment field. This will be used in an API to upload this file in other external application.
Using the formula Base64Encode([File Attachement Fied]) the result was just the attachment name encoded - and not the content of the attachment itself.
Is there anyway i can do this natively in Quickbase - and how could i include this process in my pipeline?
We already have a Quickbase RESTful JSON API that retrieve the base64 of a specific file attachment (https://developer.quickbase.com/operation/downloadFile)
However i don't know how to referenciate this response as a variavel to other steps of my pipeline. I thank you all in advance :)