We have a requirement to have an Appian document (file) inserted into a database

We have a requirement to have an Appian document (file) inserted into a database record. I noticed that there is a plugin to convert the document into base64 and be inserted into a database record, but that is for version 7.10+. Unfortunately, we are currently on 7.8. Does anyone know another method to get an Appian document into a database record?

OriginalPostID-205251

OriginalPostID-205251

  Discussion posts and replies are publicly visible

Parents
  • The application group that is requesting this does not have a server to store documents. They currently store the workflow data into a database and they want to also store the document into a varbinary(max) field and the document name into a nvarchar(256) field. According to the application group, this file can be recreated with a program that runs outside of Appian with these two fields at a later time.
Reply
  • The application group that is requesting this does not have a server to store documents. They currently store the workflow data into a database and they want to also store the document into a varbinary(max) field and the document name into a nvarchar(256) field. According to the application group, this file can be recreated with a program that runs outside of Appian with these two fields at a later time.
Children
No Data