<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to implement &amp;quot;Convert base64 values to Appian documents&amp;quot; without using an integration object</title><link>https://community.appian.com/discussions/f/integrations/38671/how-to-implement-convert-base64-values-to-appian-documents-without-using-an-integration-object</link><description>I want to know how to implement &amp;quot;Convert base64 values to Appian documents&amp;quot; without using an integration object. 
 
 
 I have implemented a process that retrieves attachment information from an external database via HTTP connection and converts it into</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to implement "Convert base64 values to Appian documents" without using an integration object</title><link>https://community.appian.com/thread/146489?ContentTypeID=1</link><pubDate>Mon, 24 Mar 2025 03:29:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8fe7bea5-ebf2-4506-96df-afe7da74e498</guid><dc:creator>misak0001</dc:creator><description>&lt;p&gt;Thank you for your answer.&lt;br /&gt;If I need to execute a Sql Statement in the database, does that mean I can&amp;#39;t use the &amp;quot;Get Base 64 documents from database&amp;quot; smart service for file information retrieved from the database through the integration object?&lt;br /&gt;So does that mean I need to access the database directly to use this smart service, without using the integration object?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement "Convert base64 values to Appian documents" without using an integration object</title><link>https://community.appian.com/thread/146467?ContentTypeID=1</link><pubDate>Sat, 22 Mar 2025 18:21:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6f01a470-63d4-4f8f-ac9b-27d15a051c78</guid><dc:creator>Mathieu Drouin</dc:creator><description>&lt;p&gt;Personally, I would go for the OOTB way with integrations. Depending on the size of the document this could be problematic if you&amp;#39;re keeping it in the PV of a process.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement "Convert base64 values to Appian documents" without using an integration object</title><link>https://community.appian.com/thread/146458?ContentTypeID=1</link><pubDate>Sat, 22 Mar 2025 07:34:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5730e7bd-bfbc-4c23-831c-df39154dab72</guid><dc:creator>kapilsharma</dc:creator><description>&lt;p&gt;Hi &lt;a href="/members/misak0001"&gt;misak0001&lt;/a&gt; ,&lt;/p&gt;
&lt;p&gt;Yes it is possible to Convert base64 values to Appian documents within the Appian without using integrations. But in order to do that, you need to store the Base64 values into database.&lt;br /&gt;&lt;br /&gt;On UI, use a startProcess() function to trigger the process model where you will use the &amp;quot;Get Base 64 documents from database&amp;quot; smart service to generate the document and store it in Appian. This smart service is part of the plugin so you can leverage that plugin and then use onsuccess parameter to pass the docId to UI and then later on pass it into the downloadDocumentLink() function to download the document.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/18/pastedimage1742628744833v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Also you can refer this thread on community: &lt;a href="https://community.appian.com/discussions/f/plug-ins/30613/how-to-convert-base-64-format-to-document"&gt;How to convert Base 64 format to document?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Let me know if that&amp;#39;s helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>