-
Recently active
I'm using the MS Word 2007 Doc from Template in that smart service, but when the document is uploaded, it still replaces a few value tags even though the replacement values are already present.
Plugin Ref - Appian Community After we upgraded to v26.6, The plugin component is not rendering in Sites but working fine in Designer screen.The plugin documentation says it is supported till v25.4 only.Expecting resolution on this issue asap. [mention:88e2b1ef30684cb4a0d80ba42e17a33d:f7d226abd59f475c9d224a79e3f0ec07] [mention:cd654a5ec99f4d9eb3afb367bbce9958:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05]
Hi I have a requirement where I need to invoke an asynchronous API that returns a jobId in the response. After a certain wait time, I need to call a second API to check the status of the job by passing the jobId received from the first API. This status API should continue to be invoked at regular intervals until the job completes successfully. All of these steps must be completed before the form is submitted, as activity chaining needs to be maintained. Our current plan is to use a Start Process smart service to initiate the asynchronous operation and capture the process ID. I can then use Query Process Analytics at configurable refresh intervals to monitor the process status until the second API returns a successful response. Once the process completes, I can retrieve the results and display them to the user in a grid. Is there any better approach than this /any drawback in this approach. Anyone had similar requirement? Please sugget.
Environment: Appian Community Edition — Site "W1423AIS Acme IT"Data Source affected: W0380 Data Source (MariaDB)Description:I am experiencing errors indicating that multiple tables are missing from my "W0380" data source, which I did not delete or modify manually.Errors observed so far: On the "W0380AS Vehicle" record type: "The configured database table is invalid. The AS_VEHICLE table does not exist in the configured data source. Change the database table to continue." Key details: I log into this environment regularly; my last login before noticing this issue was about one week prior.I did not perform any manual deletions, renames, or schema changes on these tables.The issue appears to affect more than one table within the same data source (W0380), suggesting a possible environment-wide database issue rather than an isolated table problem. Request:Please investigate whether the underlying database for this Community Edition environment w
There is one smart service DOCX to HTML by Vuram but that is not working. It was updated 4 years ago. I need some other recommended method to so that. Anyone who did this ?? Need an urgent fix
the Zip Extractor plugin is behaving unexpectedly. On the first run, it works as expected and extracts the files into the folder. However, when I run it again with the same document ID, it fails. Has anyone encountered this before or have any suggestions on what might be causing it?
Hi, Could you tell me if it possible to use Apache POI with a "not" on-premise Appian ? Do I need to install a java SDK or a specific Apache POI plugin ?(if you have a documentation it would be great) Regards
I'm building a small PoC where i need to write to an Excel spreadsheet. i need to save my data in certain cells positions.Everything i'm finding points me to use the Export dataStore to Excel Smart service and to specify those cells positions in the node input using the twocustom cell position / custom cell values.My problem is i don't have a CDT to load from, this is a purely sync records PoC. do I really have to build a CDT structure to get this to work ?
I am using SQL to Excel smart service and when exporting the data in excel, the headers are not coming in BOLD
How can I initiate the SFTP in Appian Designer? Are there any built-in Plugins available like HTTP or Appian RPA to initiate the SFTP? How can I connect AWS with the Process Model in Appian and make the data interactive between them?
We are using a DocuSign integration configured and tested successfully in the development environment with a DocuSign developer account. However, we are encountering issues during the authorization phase when using the authorization link. The authorization flow redirects correctly to DocuSign, and the login page is displayed, allowing the user to log in successfully. However, after the login, the system does not return the authorization token to the application as expected. By checking the application logs, we can see the following error during the OAuth callback processing. This error appears multiple times; below is one example: 2026-04-21 05:57:39,619 [http-nio-8080-exec-794] ERROR com.appiancorp.connectedsystems.http.oauth.OAuthServlet - Error processing request to Appian OAuth callback URL. com.appiancorp.suiteapi.common.exceptions.AppianException: Failed to decrypt. Only values of type Encrypted Text can be decrypted. (APNX-1-4260-002) It seems that the OAuth callback is reac
We are using Rich Text plugin(Vuram) in our application and facing multiple issues some of them are - Copy the data in specific format and paste that in the editor. This does not maintain the formatting but disturbs the copied formatting - Generating some extra metadata within HTML tags causing failure in the document generation - Nested list items is not maintained too What are the options we have available to avoid such issues as the data formatting while copy paste or manual is prime requirement with the proper HTML generated by the plugin.
Hi, we are using the function a!sapInvoke to integrate with SAP throught RFC. Weeks ago, the integration worked and we received the results expected. For development requirements, external system add some parameters and change the lenght of some text fields (from 20 to 25). After those changes, we receive errors on specific fields, but the return message gives a value that doesn't match the one sent. So, we check with external system and the problem is on all fields. For example, if we pass the parameter of the below images, external system receive as key1 the value "ABC/AAA/456789001/20ABC". It seems it takes the first 20th char and then take the others from key2. ICould you help us to understand the nature of the problem, please? Thanks in advance. Regards
Hi, i´m facing a refreshvariable problem, this code call a rule caled rule!slc_obtenerPolizas(idSiniestro: ri!siniestro.idSiniestro) local!refrescarPolizas: false, /*REGLA QUE OBTIENE LAS POLIZAS*/ /*Y COBERTURAS*/ local!polizas: a!refreshVariable( value: rule!SLC_obtenerPolizas(idSiniestro: ri!siniestro.idSiniestro), refreshOnVarChange: local!refrescarPolizas ), rule expression is this: a!localVariables( local!polizas: rule!SLC_GetObtenerPolizasByDeclaracionID(idSolicitud: ri!idSiniestro).data, local!ramos: a!forEach( items: local!polizas, expression: a!update( fv!item, "ramos", rule!SLC_GetObtenerCoberturaByPolizaID(idPoliza: fv!item.idSiniestroPoliza).data ) ), local!ramos ) which call a two api, we cast json into CDT. a!localVariables( /* 1. First, configure the integration object to return successfully */ local!integrationResponse: a!refreshVariable( value: rule!CT_SLC_getCoberturaConsultarxPolizaID(
I am looking for some guidance on generating large PDF documents in Appian.We have an existing site page that displays more than 13,000 records. As part of an export feature, we retrieve the data, generate XML content, generate a word document and then convert it to PDF (using Advanced Document Templating plugin). Currently, the export process retrieves around 3,000 records. Each record contains several large text fields (around 5 - 6 columns) so the overall amount of content is quite large. The word document is generated successfully and is about 768 KB in size and has approximately 5 million characters. The issue occurs during the word to PDF conversion. The conversion starts, but it appears to consume significant resources and causes the environment to become unavailable. My questions are: 1. Are there any known character limits for Word to PDF conversion plugin?2. Are there any alternative plugins or approaches that are better suited for large documents? I understand
Hi, Is there any way to integrate with Microsoft authenticator app from Appian to get the current One-time password code? Thanks, Sudip
Hi , I am facing an issue in pdf generation. that sometimes frech and spanish letters getting eliminated from the document generated , letters like à, é. ó. I am using clean fucntion before passing the sentences to do document template. If I don't use clean the generated document dont even getting saved in the process output even for english templates. Below is smart services I use to get the pdf generated. This is how it appear in the grid This is how it looks when printed, Is there any way to fix this.
Hi community, I'm using Advanced Document Templating plugin for a document generation where i have multiple chapters, and in each chapter i have have a conditional statement that if in the passed list are values then show a table else show a text "No data". This a similar structure to the one that i'm using The way that i'm implementing it is like the following in the document.xml Chapter 1
Hi Everyone as I was working in a scenario for HTML To PDF Conversion 2.1.6 Input : Søren Mārtiņš İbra12m Núñez Guðrún Dvořák ŚmitaOutput : Søren M#rti#š #bra12m Núñez Guðrún Dvo#ák #mitaBefore that for the charset I have fixed it in webApi headers: {a!httpHeader(name: "Content-Type",value: "application/json; charset=utf-8")and it has been fixed.Now the issue happening after generating the PDF
Has anyone tried the plugin EML to PDF converter ? How does it work? From my process model it is saying completed by I can not see the completed/ converted file anywhere in the designer
Hi Everyone, I’m facing an issue while generating a PDF from a dynamically generated Word document. Requirement: Capture multi-line text from an Appian UI Paragraph Field Populate it into a DOCX template using DOCX From Dynamic Template Convert the generated DOCX to PDF using PDF From DOCX Both smart services are from the Advanced Document Templating plugin Issue: The DOCX file is generated correctly and preserves all line breaks as expected. However, when converting the DOCX to PDF, the line breaks are not rendered in the PDF output. What I’ve tried so far: Replacing char(10) with the XML equivalent 
 Tested multiple variations, but the issue still persists Implemented solutions suggested in the references below (Links referenced below) Link 1: https://community.appian.com/discussions/f/plug-ins/28870/line-break-docx-from-dynamic-template Link 2: https://community.appian.com/discussions/f/plug-ins/28812/next-line-not-working-when-converting-from-do
Hi Champs, I am using docx from dynamic template smart service to create dynamic document. It's working with simple table. Now I want to try with if else condition in my template. I am not sure the syntax to use to work with it.Can someone please guide how to do it if we have if/else condition . Regards, Shyam
Hi Everyone I'm currently facing an issue while exporting data from a specific table that contains more than 50 columns. I'm using the Export Data Store Entity to Excel plugin, but it throws an error during the export process. Has anyone encountered a similar issue or found a workaround to export data with more than 50 columns successfully? Any suggestions or guidance would be greatly appreciated. Thanks in advance!
We are looking to implement user interaction tracking within our Appian applications. Specifically, we want to capture granular data like field-level interactions and form engagement.The analytics solution must be local (on-premise / self-hosted). Has anyone successfully integrated a local analytics or product usage tool with Appian to achieve this? We have looked into Matomo, but found the implementation overhead too high. Inserting integration calls across every field and interface requires too much manual effort and maintenance. Thank you in advance!
Hi all,I have a requirement to send a Excel file generated in Appian to an external system via SFTP (Send File) Plug in.Current Implementation:1. I am using the export data store entity to excel smart service to generate an excel.2. The generated Excel file is successfully created in Appian Documents and stored in a process variable.3. In the next node I am using SFTP send file plugin to transfer the file to an external system.4. The SFTP connection details(hostname, port, authentication details) were provided by the external team.SFTP Plugin Configuration: I have added this in a expression rule for file transfer configuration input. type!FT_config( serverHostName: "typ-test-abc.com", serverport:0000, timeout:20000, usePerUserCredentials:false(), scsExternalSystemKey:null() ) Document to send: process variable containing the excel document generated by the export data store entity to Excel smart service. Remote File Path : Currently left Blank Is
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.