<?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-06-24T04:02:00Z</updated><entry><title>Appian Deployment MCP</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-deployment-mcp" /><id>https://community.appian.com/b/appmarket/posts/appian-deployment-mcp</id><published>2026-07-02T06:42:00Z</published><updated>2026-07-02T06:42:00Z</updated><content type="html">Overview
The Deployment MCP enables developers to initiate and manage deployment pipelines for their Appian environments from any MCP-compatible AI client. It codifies deployment best practices &amp;mdash; like pre-deployment inspection &amp;mdash; and reinf...(&lt;a href="https://community.appian.com/b/appmarket/posts/appian-deployment-mcp"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4311&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="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" /></entry><entry><title>Appian Dev MCP (read-only)</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp-read-only" /><id>https://community.appian.com/b/appmarket/posts/appian-dev-mcp-read-only</id><published>2026-06-24T14:44:01Z</published><updated>2026-06-24T14:44:01Z</updated><content type="html">Overview


Appian Dev MCP (read-only) gives AI coding assistants structured, read-only access to an Appian environment &amp;mdash; with no ability to create, modify, or delete anything. It&amp;#39;s designed for production sites where you need to inspect applica...(&lt;a href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp-read-only"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4316&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="Community Contributor" scheme="https://community.appian.com/b/appmarket/archive/tags/Community%2bContributor" /></entry><entry><title>AWS S3 Bucket Management</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/aws-s3-bucket-management" /><id>https://community.appian.com/b/appmarket/posts/aws-s3-bucket-management</id><published>2026-06-24T11:56:00Z</published><updated>2026-06-24T11:56: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;Manage AWS S3 data stores with Appian! Users can access their S3 objects directly from an Appian interface. Appian documents can be uploaded to a S3 bucket with Server-Side Encryption and be configured as Public or Private.&lt;br /&gt;&amp;nbsp;&lt;br /&gt;The AWS S3 Connected System Plug-in uses the &lt;a title="AWS Java SDK" href="https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/welcome.html"&gt;AWS Java SDK&lt;/a&gt; to connect to S3.&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;Create Bucket -- Adds a new bucket to the S3 instance. A bucket is needed in order to store objects (files).&lt;/li&gt;
&lt;li&gt;Upload File -- Uploads a file to any specified bucket on the S3 instance.&lt;/li&gt;
&lt;li&gt;Upload Multiple Files -- Uploads multiple files to any specified bucket on the S3 instance.&lt;/li&gt;
&lt;li&gt;List Buckets -- Returns all available buckets on the S3 instance.&lt;/li&gt;
&lt;li&gt;List Objects -- Returns all available objects from a specified bucket.&lt;/li&gt;
&lt;li&gt;Delete Bucket -- Permanently removes a bucket from the S3 instance.&lt;/li&gt;
&lt;li&gt;Delete Object -- Permanently removes an object from a specified bucket.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Requirements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Access Key Id:&lt;/strong&gt; the access key id for connecting to S3 can be retrieved from AWS Management Console Navigate to the Users &amp;gt; Summary page and click the &amp;ldquo;Security credentials&amp;rdquo; tab&lt;br /&gt;&lt;strong&gt;Secret Access Key:&lt;/strong&gt; the secret access key can only be viewed once upon the creation of an access key, see AWS Access Keys documentation for more information: &lt;a href="https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys" rel="noopener noreferrer" target="_blank"&gt;https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Notes&lt;/p&gt;
&lt;p&gt;Users that want to upload objects as &amp;#39;Public&amp;#39; must have the correct IAM privileges or an &amp;quot;Access Denied&amp;quot; error will return.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1574&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="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="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /></entry><entry><title>Full Calendar with Event Scheduling</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/full-calendar-with-event-scheduling" /><id>https://community.appian.com/b/appmarket/posts/full-calendar-with-event-scheduling</id><published>2026-06-24T10:23:00Z</published><updated>2026-06-24T10:23: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;The Full Calendar editor component can be used on Appian screens for applications where we want to show the events/jobs/tasks/reminders or anything that requires planning in a calendar format to the end User. It has different views (day/week /month).&lt;/p&gt;
&lt;p&gt;Note: As this Plugin requires the paid library of the Full calendar, Please refer the link for purchasing the license.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://fullcalendar.io/pricing"&gt;Link-https://fullcalendar.io/pricing&lt;/a&gt;&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;ul&gt;
&lt;li&gt;This function helps us to create events, reschedule existing events on a calendar format also through drag and drop options.&lt;/li&gt;
&lt;li&gt;This gives the developer control whether the events can be edited or not.&lt;/li&gt;
&lt;li&gt;This also provides us a quick way to navigate to any day using the GoToDate feature.&lt;/li&gt;
&lt;li&gt;To view the detailed information on any event we can click on the particular event, which pops-up with all the information.&lt;/li&gt;
&lt;li&gt;To set start datetime limit and end datetime limit for individual events. It will take effect while dragging or resizing the event beyond the given limits.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3272&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="Vuram" scheme="https://community.appian.com/b/appmarket/archive/tags/Vuram" /><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="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>DOCX Tools</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/docx-tools" /><id>https://community.appian.com/b/appmarket/posts/docx-tools</id><published>2026-06-24T10:00:00Z</published><updated>2026-06-24T10:00: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;Create an un-protected copy of a protected DOCX document&lt;/p&gt;
&lt;p&gt;&lt;strong style="font-family:inherit;font-size:150%;"&gt;Key Features &amp;amp; Functionality&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Smart Service CreateUnprotectedCopyDocx: Create Unprotected Copy Of DOCX &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Smart Service ExtractCommentsFromDocx2: Extracts all comments from a DOCX file and returns them as a JSON tree. Supports threaded replies, resolved status, and anchor text (the text highlighted when the comment was created). &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Smart Service ExtractEmbeddedDocumentsAndImagesFromDocx: Extracts all embedded documents and images from a DOCX file and saves them as Appian documents in a specified folder. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Smart Service InspectTrackChangesFromDocx: Inspects a DOCX file to determine whether track changes recording is currently enabled and whether there are any pending unaccepted changes. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Smart Service ExtractUrlsFromDocx: Extracts all unique URLs from a DOCX file. Covers all ways a URL can exist in a Word document&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=1542&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="sylvain.furt" scheme="https://community.appian.com/b/appmarket/archive/tags/sylvain-furt" /><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="Community Contributor" scheme="https://community.appian.com/b/appmarket/archive/tags/Community%2bContributor" /></entry><entry><title>Appian Kubernetes Utilities</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-kubernetes-utilities" /><id>https://community.appian.com/b/appmarket/posts/appian-kubernetes-utilities</id><published>2026-06-24T09:49:00Z</published><updated>2026-06-24T09:49:00Z</updated><content type="html">Overview
Appian on Kubernetes Utilities is a Python CLI toolkit that accelerates the deployment and management of Appian on Kubernetes (AoK) environments. It replaces manual YAML assembly and documentation with automated generation from a single conf...(&lt;a href="https://community.appian.com/b/appmarket/posts/appian-kubernetes-utilities"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4050&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="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" /></entry><entry><title>Card Dispute Management System</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/card-dispute-management-system" /><id>https://community.appian.com/b/appmarket/posts/card-dispute-management-system</id><published>2026-06-24T09:16:00Z</published><updated>2026-06-24T09:16: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;WNS-Vuram&amp;#39;s Card Dispute Management System (CDMS) is an AI-powered, end-to-end dispute management platform designed to help Financial Institutions streamline and automate the complete dispute and chargeback lifecycle. Through seamless integration with core banking systems and global payment networks such as Visa and Mastercard, CDMS enables real-time case processing, intelligent decision support, faster recoveries, improved compliance, and reduced operational costs.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Typical Industry Challenges:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Fragmented manual processes slowing dispute lifecycle &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Poor dispute lifecycle visibility impacting audits and customer service &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Slow validations leading to revenue leakage &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Difficulty scaling operation for growing transaction volumes &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Risk of non-compliance with card network timelines and documentation &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Poor customer experience due to long resolution cycle &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Omni-channel Dispute Intake: Capture disputes across banking systems and customer channels (email, SMS, chat, calls) into a single source of truth. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Smart Case Assignment: AI-driven routing based on agent availability, efficiency, and past performance. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;AI-powered Processing: Automate classification, extraction, summarization, and triage to reduce manual effort. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Contextual AI Guidance: Provide real-time policy recommendations and decision support. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Agentic AI Support: AI agents assist with case handling, reason code evaluation, and decision support. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Automated Decision Execution: Automate write-offs, conditional credits, and resolution actions through business rules. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;End-to-End Documentation: Seamlessly generate formatted documents for card network submissions. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Chargeback Workflow Management: Manage the full dispute lifecycle from chargeback to arbitration and write-offs. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Accounting &amp;amp; Core Banking Integration: Post settlement entries and integrate with core banking systems. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Seamless Integrations: Connect with card schemes and other banking systems using low-code connectors. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Automated Communications: Enable timely notifications to customers, merchants, and dispute teams. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Transparency &amp;amp; Compliance: Maintains audit logs and ensures complete transparency across the dispute lifecycle for better tracking and governance &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;PCI &amp;ndash; DSS Compliant: Ensures robust data security and compliance with PCI-DSS industry standards. &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Configurable Reporting: Deliver SLA, settlement, operational, and performance reports.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Benefits &amp;amp; Business Impact&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;~50% Faster Turn Around Time (TAT) &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Up to 40% Lower Operating Costs &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Up to 35% Higher Workforce Productivity &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Up to 30% Improved Recovery Success &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;100% Auditability &amp;amp; Compliance Readiness &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Enhanced Customer Satisfaction &amp;amp; Retention &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;360&amp;deg; Case Visibility&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-blogs-components-weblogfiles/00-00-00-00-50/pastedimage1557854607436v1.png" /&gt;&lt;strong&gt;Vuram&amp;#39;s Card Dispute Management System&amp;nbsp;is a 2019 AppMarket Award Winner&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1616&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="Vuram" scheme="https://community.appian.com/b/appmarket/archive/tags/Vuram" /><category term="In Production" scheme="https://community.appian.com/b/appmarket/archive/tags/In%2bProduction" /><category term="Featured" scheme="https://community.appian.com/b/appmarket/archive/tags/Featured" /><category term="Award Winner" scheme="https://community.appian.com/b/appmarket/archive/tags/Award%2bWinner" /><category term="BPM" scheme="https://community.appian.com/b/appmarket/archive/tags/BPM" /><category term="Accelerator" scheme="https://community.appian.com/b/appmarket/archive/tags/Accelerator" /><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" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>Appian Dev MCP</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp" /><id>https://community.appian.com/b/appmarket/posts/appian-dev-mcp</id><published>2026-06-24T08:35:00Z</published><updated>2026-06-24T08:35:00Z</updated><content type="html">Overview
Appian developers increasingly want to work alongside AI coding assistants, but those assistants have no safe, structured way to interact with an Appian environment. Appian Dev MCP closes that gap: it lets you drive Appian design work throug...(&lt;a href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4312&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="Appian Corporation" scheme="https://community.appian.com/b/appmarket/archive/tags/Appian%2bCorporation" /></entry><entry><title>Apryse Smart Services Plugin</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/apryse-smart-services-plugin" /><id>https://community.appian.com/b/appmarket/posts/apryse-smart-services-plugin</id><published>2026-06-24T07:48:00Z</published><updated>2026-06-24T07:48:00Z</updated><content type="html">Overview
Add document automation in your Appian process model with Apryse&amp;#39;s document processing Smart Services, bringing the most popular capabilities of the Apryse Server SDK to a plugin that can be installed directly in your Appian environment with...(&lt;a href="https://community.appian.com/b/appmarket/posts/apryse-smart-services-plugin"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4010&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="Apryse Software Inc." scheme="https://community.appian.com/b/appmarket/archive/tags/Apryse%2bSoftware%2bInc_2E00_" /><category term="Cloud Approved" scheme="https://community.appian.com/b/appmarket/archive/tags/Cloud%2bApproved" /></entry><entry><title>Google Cloud Storage Connected System</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/google-cloud-storage-connected-system" /><id>https://community.appian.com/b/appmarket/posts/google-cloud-storage-connected-system</id><published>2026-06-24T05:48:00Z</published><updated>2026-06-24T05:48:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;&lt;span style="font-family:inherit;"&gt;Overview&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;font-weight:400;"&gt;Upload, append, list, delete, and generate public URLs to documents in Google Cloud Storage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:150%;font-weight:400;"&gt;&lt;strong&gt;Key&amp;nbsp;Features &amp;amp; Functionality&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;Integrations Provided:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Upload File&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Uploads a document into a storage bucket&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Optionally encrypts the file using a KMS key or customer provided AES256 encryption key&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Create Bucket&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Creates a new bucket &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Append To File&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Appends text to an existing file, this is especially useful for appending new training examples in a CSV file for import into an AutoML dataset &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Get File Information&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Returns metadata about a file &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Get Signed URL&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Generates a time-limited publicly accessible URL to a file &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Delete File&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Deletes a file in a bucket &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;List Buckets&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Lists all buckets in the Google Cloud project, with an optional filter prefix &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;List Files in Bucket&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Lists all files in a bucket, with an optional filter prefix &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Delete Bucket&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Deletes a bucket and all the files it contains&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;&lt;span&gt;1.1.0 Update&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Honors proxy configuration settings in the Admin Console&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;&lt;span&gt;1.0.2 Update&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Exports all properties to properties file&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;1.0.1 Update&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Allows for file path to be defined by an expression&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:inherit;font-size:inherit;"&gt;&lt;strong&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-style:normal;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;Requirements:&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="background-color:#ffffff;color:#222222;float:none;font-family:inherit;font-size:inherit;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:pre-wrap;"&gt;&lt;span style="font-weight:400;"&gt;A Google Service Account with access to Cloud Storage &lt;/span&gt;&lt;a href="https://cloud.google.com/storage/"&gt;&lt;span style="font-weight:400;"&gt;https://cloud.google.com/storage/&lt;/span&gt;&lt;/a&gt;&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=1588&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="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="Connected System Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Connected%2bSystem%2bPlug_2D00_in" /></entry><entry><title>Appian Dev MCP (26-3)</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp-26-3" /><id>https://community.appian.com/b/appmarket/posts/appian-dev-mcp-26-3</id><published>2026-06-24T05:41:05Z</published><updated>2026-06-24T05:41:05Z</updated><content type="html">Overview
Appian developers increasingly want to work alongside AI coding assistants, but those assistants have no safe, structured way to interact with an Appian environment. Appian Dev MCP closes that gap: it lets you drive Appian design work throug...(&lt;a href="https://community.appian.com/b/appmarket/posts/appian-dev-mcp-26-3"&gt;read more&lt;/a&gt;)&lt;img src="https://community.appian.com/aggbug?PostID=4315&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="Community Contributor" scheme="https://community.appian.com/b/appmarket/archive/tags/Community%2bContributor" /></entry><entry><title>Advanced Rich Text Editor (Vuram)</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/rich-text-editor-vuram" /><id>https://community.appian.com/b/appmarket/posts/rich-text-editor-vuram</id><published>2026-06-24T05:08:00Z</published><updated>2026-06-24T05:08: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;The Rich Text Editor Component can be used on Appian interfaces where you want to show the rich text information in readable format to the end user. We can use the component to show it as an email subject typing interface.&lt;/p&gt;
&lt;p&gt;With this component you can add images, customize tables etc. This also has a functionality called placeholders using which you can use the same information in multiple items in the editor without retyping.&lt;br /&gt;Additionally it allows uploading of images which get stored in the specified Appian folder (requires separate install of the &lt;a href="/b/appmarket/posts/advanced-rich-text-editor-connected-system-vuram" rel="noopener noreferrer" target="_blank"&gt;Rich Text Editor Connected System Plug-in&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is recommended to use one ARTE Component in a Page/Interface.&lt;/li&gt;
&lt;li&gt;We do not encourage to use Short as height in the component.&lt;/li&gt;
&lt;/ol&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;Parameters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Label : Text to display as the field label.&lt;/li&gt;
&lt;li&gt;Label Position: Determines where the label appears. Valid values: &amp;ldquo;ABOVE&amp;rdquo; (default), &amp;ldquo;ADJACENT&amp;rdquo;, &amp;ldquo;JUSTIFIED&amp;rdquo;, &amp;ldquo;COLLAPSED&amp;rdquo;.&lt;/li&gt;
&lt;li&gt;Height: Determines the layout height. Valid values: &amp;ldquo;SHORT&amp;rdquo;, &amp;ldquo;MEDIUM&amp;rdquo;, &amp;ldquo;TALL&amp;rdquo;, &amp;ldquo;AUTO&amp;rdquo; (default).&lt;/li&gt;
&lt;li&gt;MaxSize: Maximum size of the rich text data. Default:10000&lt;/li&gt;
&lt;li&gt;Placeholder : Placeholder text to display in the component wherever you want.&lt;/li&gt;
&lt;li&gt;richTextValue: Rich text to display in the field.&lt;/li&gt;
&lt;li&gt;richTextSaveInto: One or more variables that are updated with the richText value when the user changes it. Use a!save() to save a modified or alternative value to a variable&lt;/li&gt;
&lt;li&gt;IsReadOnly: Determines if the field should display as editable or not. Valid Values : True or False&lt;/li&gt;
&lt;li&gt;allowImageUpload : Determines if image upload are allowed. Default: false.&lt;/li&gt;
&lt;li&gt;imageStorageConnectedSystem: The instance of the connected system used to store images from the rich text editor. This is required if allowImageUpload is set to TRUE. You can download the Connected System from the Appian App Market.&lt;/li&gt;
&lt;li&gt;Show Usage Bar: Provide false to hide the usage bar at the bottom of editor. Default true&lt;/li&gt;
&lt;li&gt;Enable Fullpage Output: Enabling fullpage exposes &amp;lt;head&amp;gt;, &amp;lt;body&amp;gt; and various meta tags in richText output. Default true.&lt;/li&gt;
&lt;li&gt;Enable Spell Checker: Provide true to enable the spell checker. Default false.&lt;/li&gt;
&lt;li&gt;Uploaded Images Doc Ids SaveInto- Document Ids of all uploaded images will be saved into this rule variable.&lt;/li&gt;
&lt;li&gt;Exported PDF Id - Returns the document ID of the exported PDF.&lt;/li&gt;
&lt;li&gt;Enable Export Pdf- Provide false to disable the &amp;#39;Export as PDF&amp;#39; button. Default: True&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=3151&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="Vuram" scheme="https://community.appian.com/b/appmarket/archive/tags/Vuram" /><category term="Component Plug-in" scheme="https://community.appian.com/b/appmarket/archive/tags/Component%2bPlug_2D00_in" /><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>Dynamic Document Generator</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/dynamic-document-generator" /><id>https://community.appian.com/b/appmarket/posts/dynamic-document-generator</id><published>2026-06-24T05:00:00Z</published><updated>2026-06-24T05:00: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;This version is for Appian 22.3 and above. Cloud customers on a lower version of Appian that want to install this plugin should open a support case. Self-managed customers can find the latest jar for Appian 22.2 and lower version in the folder pre-22.3 &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Convert, merge and generate DOCX, PDF and XML files automatically in an Appian process&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 style="font-weight:400;"&gt;&lt;span&gt;PDF from single DOCX with Fonts&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Convert multiple DOCX files into a single PDF. Please note that the translation from DOCX to PDF is not always 1:1. The template may need to be tweaked or simplified to achieve the desired results.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;PDF from DOCX without Fonts&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Convert multiple DOCX files into a single PDF. Please note that the translation from DOCX to PDF is not always 1:1. The template may need to be tweaked or simplified to achieve the desired results. This will not support fonts.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;PDF from XSL-FO Transformation&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Uses XSLT to convert an XML to XSL-FO which is then converted to PDF&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;PDF from HTML&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Converts an HTML document into a single page PDF.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;PDF from HTML Transformation&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Uses XSLT to convert an XML to HTML which is then converted to PDF&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Text Doc from XSLT&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Uses XSLT to convert an XML to a plain text document (such as HTML, another XML doc, etc).&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;DOCX from XHTML With Styling&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span&gt;Converts a valid XHTML file into a DOCX, allowing you to provide your own template file for style reference. Useful for creating dynamic documents that are editable&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;DOCX Merge&lt;/span&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Merges one or more DOCX files together. If a header or footer exists in any document, they will be removed during the merge process.&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;A&amp;nbsp;configurable separator can be specified: none, line break or page break&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;span&gt;Function: xsltransform - Transform source XML using XSL Transform&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=819&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>Appian Solutions Plug-in</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/appian-solutions-plug-in" /><id>https://community.appian.com/b/appmarket/posts/appian-solutions-plug-in</id><published>2026-06-24T04:10:00Z</published><updated>2026-06-24T04: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;This plugin contains functions and smart services used in Appian-built solutions and the Solutions Customization Suite. None of the functions or smart services in this plugin should be used for any other purpose, nor are they verified to work outside of their usage in Appian-built solutions and the Solutions Customization Suite.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=2975&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>Rich Text Editor Component</title><link rel="alternate" type="text/html" href="https://community.appian.com/b/appmarket/posts/rich-text-editor" /><id>https://community.appian.com/b/appmarket/posts/rich-text-editor</id><published>2026-06-24T04:02:00Z</published><updated>2026-06-24T04:02:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Overview&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Starting in 24.2, the Styled Text Editor Component is available directly in the product. Consider using this in place of the plug-in moving forward. For more information, review: &lt;a href="https://docs.appian.com/suite/help/latest/Styled_Text_Editor_Component.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.appian.com/suite/help/latest/Styled_Text_Editor_Component.html&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Displays a field that allows for users to type text and format it with a variety of style options.&lt;/li&gt;
&lt;li&gt;Output is saved as HTML. To get the raw character output, designers can use the Appian function fn!stripHtml() on the output.&lt;/li&gt;
&lt;li&gt;HTML output can be passed into Send E-Mail node or document generation smart services. Note that not all formats supported by the Rich Text Editor component may be supported by e-mail or document generation.&lt;/li&gt;
&lt;li&gt;Allows uploading of images which get stored in the specified Appian folder (requires separate install of the Rich Text Editor Connected System Plugin from &lt;a href="/b/appmarket/posts/rich-text-editor-image-upload-connected-system"&gt;https://community.appian.com/b/appmarket/posts/rich-text-editor-image-upload-connected-system&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Visit &lt;a href="/w/the-appian-playbook/1378/end-user-rich-text-editor-component"&gt;https://community.appian.com/w/the-appian-playbook/1378/end-user-rich-text-editor-component&lt;/a&gt;&amp;nbsp;for more information. If you have any problems installing or using the component, please see the &lt;a href="/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide"&gt;https://community.appian.com/w/the-appian-playbook/1603/rich-text-editor-component-plug-in-troubleshooting-guide&lt;/a&gt;&lt;/p&gt;
&lt;p&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;Component: fn!richTextField()&lt;/li&gt;
&lt;li&gt;Allows for size validation&lt;/li&gt;
&lt;li&gt;Allows for adjustable height&lt;/li&gt;
&lt;li&gt;Allows for read-only / editable view&lt;/li&gt;
&lt;li&gt;Supported font formats: &amp;quot;header&amp;quot;, &amp;quot;size&amp;quot;, &amp;quot;bold&amp;quot;, &amp;quot;italic&amp;quot;, &amp;quot;underline&amp;quot;, &amp;quot;strike&amp;quot;, &amp;quot;color&amp;quot;, &amp;quot;background&amp;quot;, &amp;quot;link&amp;quot;, &amp;quot;align&amp;quot;, &amp;quot;indent&amp;quot;, &amp;quot;list&amp;quot;&lt;/li&gt;
&lt;li&gt;Designer control over the allowed formats&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Supported Browsers: Chrome, Firefox, Edge, Safari&lt;br /&gt;Supported on Mobile&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1602&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="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></feed>