can somebody show me how to configure Insert Document as Base64 into Database

I have been searching for that but i found nothing. i need to save document with base64 format to database. and found that(Insert Document as Base64 into Database) In Data Service in Process model. but somehow my configuration still wrong.

 

thank you in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • As a quick summary in the Smart service you need to
    1) specify the datasource you are connecting
    2) you need to pass the query to insert the document (the files as varchar/string) as I mentioned before take care with the size of your files.
    3) add the parameters to the query, In this parameters you will need to add the "documentId" which is the Id of the Document already in the Knowledge Center of Appian, and the plugin will do the magic

    Jose
Children