<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">AppMarket </title><subtitle type="html">Appian AppMarket</subtitle><id>https://community.appian.com/b/appmarket/atom</id><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket" /><link rel="self" type="application/atom+xml" href="https://community.appian.com/b/appmarket/atom" /><generator uri="http://telligent.com" version="12.1.4.25258">Telligent Community (Build: 12.1.4.25258)</generator><updated>2026-05-18T03:49:00Z</updated><entry><title>Bulk Upgrade Automation Framework</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/bulk-upgrade-automation-framework" /><id>https://community.appian.com/b/appmarket/posts/bulk-upgrade-automation-framework</id><published>2026-05-20T22:17:55Z</published><updated>2026-05-20T22:17:55Z</updated><content type="html">Overview
Appian regularly releases new platform versions that introduce updated functions, components, and architectural improvements. Over time​ older functions and patterns used across application objects become deprecated, requiring ​developers ​m...(&lt;a href="https://community.appian.com/b/appmarket/posts/bulk-upgrade-automation-framework"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4300&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Utility" scheme="https://community.appian.com/b/appmarket/archive/tags/Utility" /><category term="Conexxia" scheme="https://community.appian.com/b/appmarket/archive/tags/Conexxia" /><category term="Paid" scheme="https://community.appian.com/b/appmarket/archive/tags/Paid" /></entry><entry><title>SmartMeta Extractor</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/smartmeta-extractor" /><id>https://community.appian.com/b/appmarket/posts/smartmeta-extractor</id><published>2026-05-20T15:27:13Z</published><updated>2026-05-20T15:27:13Z</updated><content type="html">Overview
The plug-in is designed for enterprise document governance, compliance monitoring, metadata-driven workflows, reporting, auditing, and automated document management within Appian applications. It helps organizations extract and process metad...(&lt;a href="https://community.appian.com/b/appmarket/posts/smartmeta-extractor"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4299&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Tech Tammina" scheme="https://community.appian.com/b/appmarket/archive/tags/Tech%2bTammina" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>MySQL Dump to Document</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/mysqldump" /><id>https://community.appian.com/b/appmarket/posts/mysqldump</id><published>2026-05-20T15:20:00Z</published><updated>2026-05-20T15:20:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Used to backup a subset of tables in an automated fashion. This is an updated version that uses modernized Appian APIs for document writes, and fixes an issue with interfacing with MariaDB using a JDBC driver &amp;gt;= 3.0 and removes deprecated smart services. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Key Features &amp;amp; Functionality&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;* IMPORTANT NOTE * MySQLDumpToAppianDocV2 has been removed from this version, so implementing this plugin will require updating existing processes! &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Smart Services: MySQLDumpToAppianDocV3&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;span&gt;Smart service taking in a DB name, and table prefix for exporting the table create, inserts, and optionally views into a SQL Document file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Inputs Parameters:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;Database name (text) - Database name to export&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Table Names Start With (text list) - List of prefixes to export&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Include Views (boolean) - Toggle whether or not to include views in export&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Document to overwrite (document) - Document to overwrite with the new export.&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;New Document Name (text) - Text for the new .sql document to be created.&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Destination Folder (Folder) - Folder where new document should be placed.&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Fetch Buffer Row Count (Integer) - Optional parameter to override default fetch buffer, use for performance tuning as needed, to balance memory consumption and execution speed.&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Lock Tables (boolean) - Toggle whether to lock tables for export or not.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Outputs Parameters:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Generated Dump Document (Document) -&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;Document that was generated or updated by this smart service&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=805&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="All Industries" scheme="https://community.appian.com/b/appmarket/archive/tags/All%2bIndustries" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /><category term="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /></entry><entry><title>Html To Excel Transformation</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/html-to-excel-transformation" /><id>https://community.appian.com/b/appmarket/posts/html-to-excel-transformation</id><published>2026-05-20T14:35:00Z</published><updated>2026-05-20T14:35:00Z</updated><content type="html">Overview
This plug-in is designed to automate the transformation of HTML-based data into Excel documents within Appian applications. It is particularly useful for generating structured reports, exporting comparison data, and delivering client-ready E...(&lt;a href="https://community.appian.com/b/appmarket/posts/html-to-excel-transformation"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4279&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Tech Tammina" scheme="https://community.appian.com/b/appmarket/archive/tags/Tech%2bTammina" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>Excel Tools</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/excel-tools" /><id>https://community.appian.com/b/appmarket/posts/excel-tools</id><published>2026-05-20T10:46:00Z</published><updated>2026-05-20T10:46:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Provides several smart services and functions for handling data in Excel and CSV formats.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Key Features&amp;nbsp;&amp;amp; Functionality&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Smart Services included are:&lt;/p&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;Import CSV to Database&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Import Excel to Database&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Merge Excel Documents&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Load CSV to Database&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Convert HTML to CSV&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Convert Excel to CSV&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Encrypt Excel with Password&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Functions included are: &lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;Read Excel File Paged&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Read Excel Cell by Name&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Read Excel Cell by Number&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Read Excel By Headers&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Query Appian Logs&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Export Datasubset to Base64&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Validate Document Headers&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;
&lt;p&gt;Get Workbook and Sheet Metadata&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=705&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="All Industries" scheme="https://community.appian.com/b/appmarket/archive/tags/All%2bIndustries" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>MSGraph Mail Poller</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/msgraph-email-poller" /><id>https://community.appian.com/b/appmarket/posts/msgraph-email-poller</id><published>2026-05-20T07:10:00Z</published><updated>2026-05-20T07:10:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Need to poll emails from your Exchange server? This smart service can be used in a poller process and extract the data from the Microsoft Exchange server. Messages are stored in the Appian Document System, as well as the attachments. Meta data is stored in a database table for further processing.&lt;/p&gt;
&lt;p&gt;This plug-in provides an alternative to sending emails to an Appian process model when inbound email integration is requested. Instead of the email being forwarded to Appian, this plug-in reads the emails directly from the Exchange mailbox using the MS Graph API as described below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reads the mailbox(including digitally signed emails) using the MS Graph API&lt;/li&gt;
&lt;li&gt;Convert the email to an EML file stored as an Appian document, with attachments removed from it&lt;/li&gt;
&lt;li&gt;Store all email attachments as separate Appian documents&lt;/li&gt;
&lt;li&gt;Store all email metadata (subject, author, recipients, etc...) into a set of tables in the database&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;&lt;span style="font-family:inherit;"&gt;Key Features&amp;nbsp;&amp;amp; Functionality&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All information how to deploy, configure and use the smart service is in the &amp;#39;MS Graph Mail Poller.pdf&amp;#39; document in the downloaded zip.&lt;/li&gt;
&lt;li&gt;Extract the files in the ZIP and follow the instructions in the document.&lt;/li&gt;
&lt;li&gt;This plugin currently supports only MySQL and Oracle databases.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2815&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="All Industries" scheme="https://community.appian.com/b/appmarket/archive/tags/All%2bIndustries" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>Deal Origination with AI</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/deal-origination-with-ai" /><id>https://community.appian.com/b/appmarket/posts/deal-origination-with-ai</id><published>2026-05-18T20:46:56Z</published><updated>2026-05-18T20:46:56Z</updated><content type="html">Overview
The financial services industry encounters significant friction in early-stage deal origination. Analysts must comb through a variety of different documents for each client, conglomerate that information, and then evaluate it on specific str...(&lt;a href="https://community.appian.com/b/appmarket/posts/deal-origination-with-ai"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4298&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Deft Consulting" scheme="https://community.appian.com/b/appmarket/archive/tags/Deft%2bConsulting" /><category term="Solution" scheme="https://community.appian.com/b/appmarket/archive/tags/Solution" /><category term="Financial Services" scheme="https://community.appian.com/b/appmarket/archive/tags/Financial%2bServices" /><category term="Health Check Verified" scheme="https://community.appian.com/b/appmarket/archive/tags/Health%2bCheck%2bVerified" /><category term="Solution by Partner" scheme="https://community.appian.com/b/appmarket/archive/tags/Solution%2bby%2bPartner" /><category term="Paid" scheme="https://community.appian.com/b/appmarket/archive/tags/Paid" /></entry><entry><title>Document Export Plugin</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/document-export-plugin" /><id>https://community.appian.com/b/appmarket/posts/document-export-plugin</id><published>2026-05-18T20:39:03Z</published><updated>2026-05-18T20:39:03Z</updated><content type="html">Overview
This plug-in allows authenticated Appian users to export multiple Appian documents in a single downloadable ZIP file. It is intended for applications where users need to download groups of related documents, such as case files, onboarding do...(&lt;a href="https://community.appian.com/b/appmarket/posts/document-export-plugin"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4297&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="ntt data" scheme="https://community.appian.com/b/appmarket/archive/tags/ntt%2bdata" /><category term="Function and Smart Service Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Function%2band%2bSmart%2bService%2bPlug_2D00_in" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>AI Plugin Generator Skill</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/ai-plugin-generator-skill" /><id>https://community.appian.com/b/appmarket/posts/ai-plugin-generator-skill</id><published>2026-05-18T16:25:00Z</published><updated>2026-05-18T16:25:00Z</updated><content type="html">Overview


The AI Plugin Generator Skill is a context file for LLMs that lets you build Appian plugins using AI &amp;mdash; with any LLM you already use.It works by providing your LLM (Claude, ChatGPT, Gemini, Copilot, or any other) with a curated contex...(&lt;a href="https://community.appian.com/b/appmarket/posts/ai-plugin-generator-skill"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4292&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Utility" scheme="https://community.appian.com/b/appmarket/archive/tags/Utility" /><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="All Industries" scheme="https://community.appian.com/b/appmarket/archive/tags/All%2bIndustries" /><category term="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /></entry><entry><title>EXL Payment Assist</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/exl-payment-assist" /><id>https://community.appian.com/b/appmarket/posts/exl-payment-assist</id><published>2026-05-18T14:58:00Z</published><updated>2026-05-18T14:58:00Z</updated><content type="html">Overview
Property &amp;amp; Casualty insurers lose billions annually due to weaknesses in claims vendor payment workflows. 7&amp;ndash;14% of total P&amp;amp;C claims spend is overpaid, translating to $45&amp;ndash;90B in annual leakage in the US market, with ~25% o...(&lt;a href="https://community.appian.com/b/appmarket/posts/exl-payment-assist"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4231&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="EXL" scheme="https://community.appian.com/b/appmarket/archive/tags/EXL" /><category term="Solution" scheme="https://community.appian.com/b/appmarket/archive/tags/Solution" /><category term="Health Check Verified" scheme="https://community.appian.com/b/appmarket/archive/tags/Health%2bCheck%2bVerified" /><category term="Solution by Partner" scheme="https://community.appian.com/b/appmarket/archive/tags/Solution%2bby%2bPartner" /><category term="Paid" scheme="https://community.appian.com/b/appmarket/archive/tags/Paid" /><category term="Insurance" scheme="https://community.appian.com/b/appmarket/archive/tags/Insurance" /></entry><entry><title>Databricks</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/databricks" /><id>https://community.appian.com/b/appmarket/posts/databricks</id><published>2026-05-18T14:23:00Z</published><updated>2026-05-18T14:23:00Z</updated><content type="html">Overview
Databricks is a cloud-based, unified data analytics platform designed for large-scale data processing, analytics, and machine learning. Integrating Databricks into Appian allows you to leverage the best of the two platforms.
Databricks servi...(&lt;a href="https://community.appian.com/b/appmarket/posts/databricks"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4214&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /><category term="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /><category term="Community Contributor" scheme="https://community.appian.com/b/appmarket/archive/tags/Community%2bContributor" /></entry><entry><title>Snowflake</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/snowflake" /><id>https://community.appian.com/b/appmarket/posts/snowflake</id><published>2026-05-18T09:22:00Z</published><updated>2026-05-18T09:22:00Z</updated><content type="html">&lt;div class="FieldLayout---field_layout FieldLayout---inColumnArrayLayout"&gt;
&lt;div class="FieldLayout---input_column"&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start elements---global_p"&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="ParagraphText---richtext_paragraph ParagraphText---default_direction ParagraphText---align_start elements---global_p"&gt;Snowflake is a cloud-based data platform built for scalable storage, fast querying, and secure data sharing across structured and semi-structured datasets. It separates compute and storage for flexible scaling and supports advanced analytics with strong performance across major cloud providers.&lt;/p&gt;
&lt;p&gt;Appian helps you get more from Snowflake by turning raw data into action through low-code applications and AI-powered automation. With Appian&amp;rsquo;s data fabric, you can connect to Snowflake to enable unified views, streamlined workflows, and faster decisions, all while keeping Snowflake as your system of record.&lt;/p&gt;
&lt;p&gt;Use this Appian Connected System to authenticate with OAuth 2.0: Authorization Code Grant in order to access and execute actions on your Snowflake resources. Through the integrations provided in this plug-in, you can select, insert, update, delete, and call a function or stored procedure in any accessible warehouse, schema, or table.&lt;/p&gt;
&lt;p&gt;This plug-in was originally authored by Appian&amp;#39;s partner, &lt;a href="https://appian.com/partners/partner-program/all-partners/wns-vuram" rel="noopener noreferrer" target="_blank"&gt;WNS Vuram&lt;/a&gt;. It is now maintained by the Appian Technology Partner Team.&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Key Features &amp;amp; Functionality&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Use this Appian Connected System to authenticate and to access and execute actions on your Snowflake resources.&lt;/li&gt;
&lt;li&gt;Through the integrations provided in this plug-in, you can select, insert, update, delete, and call a function or stored procedure in any accessible warehouse, schema, or table.&lt;/li&gt;
&lt;li&gt;Supported Authentication Methods include Key Pair, Programmatic Access Token, Authorization Code Grant, and Basic Authorization. Refer to the documentation for instructions on configuring each.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2032&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="All Industries" scheme="https://community.appian.com/b/appmarket/archive/tags/All%2bIndustries" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /><category term="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /><category term="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /></entry><entry><title>Palantir Foundry</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/palantir-foundry" /><id>https://community.appian.com/b/appmarket/posts/palantir-foundry</id><published>2026-05-18T08:44:00Z</published><updated>2026-05-18T08:44:00Z</updated><content type="html">Overview
The Palantir Foundry Connect System Plug-In helps to bring together the functionality of Appian&amp;rsquo;s Data Fabric and Palantir Foundry. This plug-in enables users with an out of the box method of authentication through an Appian applicatio...(&lt;a href="https://community.appian.com/b/appmarket/posts/palantir-foundry"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4181&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /><category term="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /><category term="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /></entry><entry><title>Process Journey Visualization Field</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/process-journey-visualization-field" /><id>https://community.appian.com/b/appmarket/posts/process-journey-visualization-field</id><published>2026-05-18T08:14:00Z</published><updated>2026-05-18T08:14:00Z</updated><content type="html">Overview


This component enables users to track process steps, monitor dependencies, and review complete workflows in a structured and interactive manner. By making processes easier to follow and analyze, it enhances transparency, collaboration, and...(&lt;a href="https://community.appian.com/b/appmarket/posts/process-journey-visualization-field"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4223&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Component Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Component%2bPlug_2D00_in" /><category term="Paid" scheme="https://community.appian.com/b/appmarket/archive/tags/Paid" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /><category term="Xebia" scheme="https://community.appian.com/b/appmarket/archive/tags/Xebia" /></entry><entry><title>ServiceNow Connected System</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/servicenow-connected-system" /><id>https://community.appian.com/b/appmarket/posts/servicenow-connected-system</id><published>2026-05-18T07:49:00Z</published><updated>2026-05-18T07:49:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Integrate your case management systems with ServiceNow&amp;rsquo;s ITSM for seamless incident management across your organization.&lt;/p&gt;
&lt;p&gt;With the ServiceNow ITSM connected system, you can read, write, and query incidents in your ServiceNow ITSM instance from Appian, even when using custom fields in your ServiceNow application. Easily save your incident data as a service-backed record and make them part of your application&amp;rsquo;s data fabric.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Key Features&amp;nbsp;&amp;amp; Functionality&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create Incident- Creates a new incident in the incident table of ServiceNow&lt;/li&gt;
&lt;li&gt;Delete Incident - Deletes an incident in the incident table of ServiceNow&lt;/li&gt;
&lt;li&gt;Get Incident Fields - Returns metadata of the fields available in the incident table&lt;/li&gt;
&lt;li&gt;Read Incident - Returns incident data with incident number as input&lt;/li&gt;
&lt;li&gt;Get Incidents in Batches - Lists all the incidents in batches&lt;/li&gt;
&lt;li&gt;Data Source Integration - Create a record based off of the incident data to connect ITSM to the Appian data fabric&lt;/li&gt;
&lt;li&gt;Sync Integration - After updates are captured in a webhook, use this integration to sync new changes made to incidents to your Appian Record&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3503&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Appian AppMarket</name><uri>https://community.appian.com/members/appmarket</uri></author><category term="Appian" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian" /><category term="Free" scheme="https://community.appian.com/b/appmarket/archive/tags/Free" /><category term="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /></entry></feed>