Skip to main content
varunb579494
November 15, 2023
Question

How to convert Base 64 format to document?

  • November 15, 2023
  • 9 replies
  • 0 views

I am looking for a way to convert Base 64 format string to document in Appian. 

Note: The base 64 format string is coming as a JSON input request string when external system hits Appian web API. So, I don't have any integration object here to auto-convert the same to document using default Appian functionality in integration object. I need to receive this format, convert into document, store in Appian document folder and show the same in UI (without using integration).

9 replies

sriramk5349
November 15, 2023

Hi [mention:b818e09d112347908d342af943dfea16:e9ed411860ed4f2ba0265705b8793d05] ,

We also have the same scenario like we get the document as base64 string when dot net system hits our API, we saved the string in Database table and then we used the below plugin to convert the string to document and store it in Appian folder.

varunb579494
November 15, 2023

Thanks [mention:e3625867b9174cde8adf66b9ab725141:e9ed411860ed4f2ba0265705b8793d05]  for quick response. I will try that.