Anyways to convert appian documents to base64 format?

Hi all,

Is there any way to convert an appian document to its base64 format?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Komal Jain

    Plaintext can be converted to Base64 encoding in Appian using OOTB functions in an expression rule (i know, since I wrote one).  The problem is, this is quite a bit different from getting the base64 conversion of a file - which there's no assumption will be a plaintext ".txt" file, for instance.

    There used to be functionality built-in to Appian which allowed back-and-forth conversion, but a few years ago it was "disappeared".  Now I think the only remaining way to handle this (if any), *might* be to set up some sort of in-environment API call, but if so, I don't know how to do it.

Children