I'm trying to convert binary data to base64 text.
I found OutSystems API(https://success.outsystems.com/Documentation/10/Reference/OutSystems_APIs/BinaryData_API#BinaryDataToText), but I can't find how to call this API in Server Action.
If anyone have an idea, please advise about this.
Thanks!!
Hi Takahiro,
BinaryData API is an extension that comes with System Components. You have to first add that dependency to your module (using manage dependencies in Service Studio). Only after that you will be able to use that action.
Thank you!!
I added BinayData API dependency and could call BinaryToBase64.
João Neves wrote: