Can Appian convert Base64 to Document?

Hi Folks,

There are various discussions going back years on this topic... but no definitive answers or guidance. I have a requirement to take a base64 encoded string (received via API) and create a document. I have no need of a  database. Just need to take the string, create a document, write it to the document store. Can anyone point me in the right direction for this?

Much appreciated.

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Peter ,

    As Dave mentioned , i too have a use case where the external application calls the exposed service of Appian with the base64 string in request and this will be used to create a document in Appian KC. The integration object way you mentioned will not work as using Integration , you are configuring Appian to call the external system and then convert the response as Document. 

    Required use case is to expose a one way service by Appian to create the document in KC using the base64 , without usage of database.

    Hi Dave ,

    Please let me know if you are able to find a way on how to do the same?

    Thanks in advance.

Children