-
Recently active
Hi, I am using a plug-in Advanced Document Templating. 1. I have a docx template, using this I am generating a docx file. Service: DOCX document from template 2. From the generated docx, I am generating a PDF. Service used: PDF document from DOCX Issue is, In generated PDF there is a table with multiple rows set, this set gets looped dynamic number of times (10). I am getting that table moved to a new/2nd page, but I want that table to start in 1st page and then continue in next page. Issue is only in PDF not in the generated DOCX. Any one experienced this and how did you fix? Thanks, Keerthi
Hi, Our client has an Appian process (triggered by a daily batch job) that exports all the data from around fifty tables.The plugin used for this is: "MySQL Dump To Document".Since we've upgraded to Appian 25.3, the plugin is now deprecated, and the latter process is failing in error.*** Error: "Error creating MySQL Dump to Appian Document"What new plugin alternative could you advise me to use and install ?Otherwise, which native Appian solution could you propose ?Our client needs to deploy a solution in Production in few days, so I have to find a solution. Regards
In the interface user has privilege to upload the excel document, we are using the function readexcelsheetpaging to get the information from the 4th sheet of the uploaded excel. when the user uploads the excel with sheets < 4 expression error is shown. Is there a way to check the number of sheets in the excel uploaded before passing it to readexcelsheetpaging function?
When I want to use a plugin like pdftools. Is there anyway I can read the document of the plugin. I want to know the behavior and function of each nodes' Inputs and outputs, and the available value of the inputs and outputs.
Hi Can I have some plugins for the following requirement, We need to offer the user to import a CSV file and once the user uploads the file, we need to parse the data in the file and show it on a grid below. CSV file is going to follow a template with defined set of columns, the number of rows alone would vary.
Hi I want to export an excel sheet from a process model where its cells will be coloured according to its value. How will i do it?
Hi Team,Getting below error while trying to open downloaded word document after merging sub documents with smart service DOCX Merge: Error: Word found unreadable content in "test 1.docx". Do you want to recover the contents of this document? If you trust the source of this document, click Yes.Before merge we are able to download and open the single generated word doc without pop up message. After merge of documents with DOCX Merge smart service, we are able to download it but while opening getting the pop up message as shown in screenshot which is attached for reference, when we click on Yes then merged word doc will open up properly. Only thing we need to avoid this pop up message when opening the word doc.I have posted comment in App Market place as well to check with author of plugin : https://community.appian.com/b/appmarket/posts/dynamic-document-generatorAlso we have discussed this issue in community earlier, at that time we followed some steps and achiev
I am using Aspose Convert Docx to PDF Free/Unpaid smart service for documents containing "Arabic" text, I am getting boxes as output. With the paid version will it work properly? any other solution?
Hi, I am using a plugin this plugin - Convert DocX to PDF Aspose. In the script task, I am passing the source Doc Id and Generated Doc Folder Id and storing it to a process variable.In the plugin, I am passing the PV value in the "source file data list" ( Input). I am storing the output in another process variable. The PM got completed without any errors, but the output Process variable is empty. Can someone please help here.
Hi, We like to use the Kafka plugin for (binairy) Avro messages. Are there intention to support this kind of messages. Also the plugin has an option for a custom Deserializer class, but this does't seem to be used and also the code always expects that the value is a String. Is there an example of a custom deserializer class for a non-text based message value? Should this be possible? Thanks Klaas Pieter Boerema Rabobank.
when calling the Parent record field it is editable/Non Editable, But When i call the child record field the field become non editable. Any fixes you can see the below column config which is set to readonly:false so it should be editable.but stays Locked
Hi, I am trying to import a CSV file, but I receive this error "java.lang.IllegalStateException: (line 76) invalid char between encapsulated token and delimiter". The CSV file has an open quotation mark but no closing quotation mark, and my separator is ‘##’. How can I get around this problem? Is it possible to insert some escape characters?
Hello everyone, Is there a method to programmatically reset all column sorting/filters simultaneously within the GridPlus component? For instance, consider a grid with five columns where a user applies sorting and filtering on three separate columns. Currently, the user must clear each column’s sorting/filtering individually to restore the grid to its initial state. My idea is to reset all sorting and filtering criteria with one button action.Thanks!
I have an open support case for this, but hoping to see a working example of add/edit/delete rows using GridPlus asap. Attached is my attempt, but I'm seeing an error (I won't share here, that's in a separate thread). I'm hoping someone can package and share a working example (they don't necessarily need to debug mine) where they can add/edit/delete rows and submit changes. [View:/cfs-file/__key/communityserver-discussions-components-files/19/create_5F00_table.sql:320:240][View:/cfs-file/__key/communityserver-discussions-components-files/19/Fund-Operations-Sandbox-_2D00_-GridPlus-Error.zip:320:240]
Hello appian developers: I am developing a connected system type plugin and although the plugin has been validated by Appian, when I proceed to deploy it to Appian Cloud, this deployment fails with the following error: 2025-08-07 06:57:09,799 [http-nio-8080-exec-21839] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to enable Plug-in 'Instagram Connected System' (InstagramConnectedSystem) version 1.1.0: 'There was a problem loading the module descriptor: com.appiancorp.connectedsystems.templateframework.osgi.ConnectedSystemTemplateModule.<br/>com.nttdata.appian.plugins.SocialConnectedSystem.InstagramConnectedSystemTemplate is not of type com.appian.connectedsystems.templateframework.sdk.ConnectedSystemTemplate'2025-08-07 06:57:09,800 [http-nio-8080-exec-21839] ERROR com.appiancorp.plugins.DeployUploadedPluginReaction - Failed to deploy plugin file socialConnectedSystem.jarjava.lang.IllegalStateException: Plugin was deployed but not successfully e
Hi All, I am trying to establish a connection from Appian to AWS S3 bucket. I have created a connected system with and without DNS endpoint, please refer to the attached screenshots. It throws an error with endpoint URL. With the endpoint URL error is: "Failed to parse XML document with handler class com.amazonaws.services.s3.model.transform.XmlResponsesSaxParser$ListAllMyBucketsHandler". When I am using these connected systems in an integration object then it behaves as following: Integration object outcome without Endpoint URL in connected system: SUCCESS Integration object outcome with Endpoint URL in connected system: FAILED (Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: XXXXXXXXXXXXXXXX; S3 Extended Request ID: XXXXXXXXXXXXXXXX/yyyyyyyyyyyyyyyyyyy/ZZZZZZZZZZZZZZZ=; Proxy: null) Please review logs for stack trace.) The AWS user used for connected system has the following policies: Ama
I have configured the plug-in but every time I try to submit changes I get the following error: Incorrect configuration: Please set up the ‘submitChangesValue’ and ‘submitChangesSaveInto’ parameters. Kindly refer to the documentation for configuration details. I assumed that the problem was due to the rule configuration entered in the ‘colConfigRuleName’ parameter. Does anyone know how to configure the parameter?
Hi All, I set up the Grid Plus component using the code provided in https://docs.appian.com/suite/help/25.2/grid-plus.html. However, when I try to submit the changes, I receive the following error: "class [Lcom.appiancorp.suiteapi.type.TypedValue; cannot be cast to class [Ljava.util.Map; ([Lcom.appiancorp.suiteapi.type.TypedValue; is in unnamed module of loader com.appiancorp.tomcat.loader.AppianWebappClassLoader @14151bc5; [Ljava.util.Map; is in module java.base of loader 'bootstrap')". Any suggestions? a!localVariables( local!submitChanges: {}, local!creates: {}, local!edits: {}, local!deletions: {}, gridPlusLayoutField( queryRuleName: rule!RE_queryRule, queryRuleInputs: { recordFields: gridrecordfield( < RecordField > , < RecordField > ), batchSize: 25 }, columnConfigs: rule!RE_columnConfig(), createDataValue: local!creates, createDataSaveInto: local!creates, editDataValue: local!edits, editDataSaveI
Hello, I'm trying to generate a dynamic table in docx. But unfortunately, I'm getting an empty table. Attached below are the screenshots and the XML data that i'm passing. XML Text - "<find><irish control='Control1' observation='Observ' risk='Risk' /><irish control='Control2' observation='Observ2' risk='Risk2' /><irish control='test control' observation='test observation' risk='test risk data 4365475' /></find>" Template - Result - Could you please let me know what am i doing wrong here?
Hi everyone [emoticon:c4563cd7d5574777a71c318021cbbcc8], I have a scenario to use ReadExcelByHeaders. But it is throwing me an error:Expression evaluation error at function 'readexcelbyheaders' [line 3]: java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" because "expectedHeaders" is null
Hi All, I am connect sftp with the help of SFTP (https://community.appian.com/b/appmarket/posts/sftp-smart-services) , seems able to connect sftp server as getting success status but no files getting downloading into Appian from folder & specific file as well. No logs in log file as well. What can be issue here ? Thanks in advance. Abhay
Can anyone please tell me how to implement microsoft teams plugin successfully. If there is any document please share the link
I implemented the Google Maps Component Plugin in the Dev and Test environments, and everything worked as expected. However, after deploying to Production, Google Maps is not functioning. Upon inspecting the browser console, I see the following error: Failed to load resource: the server responded with a status of 404 (Not Found) - Googlemap.svg. I’ve checked the server configuration, and it appears to be identical to the other environments. Any idea what could be causing this issue?"
Hello Community, I have developed a custom plugin for Appian and have completed initial testing within the Appian testing environment. Now, I would like to test this plugin outside of the Appian platform to ensure its robustness and compatibility in different scenarios. Could anyone suggest tools, frameworks, or best practices for testing Appian plugins externally? Are there any recommended approaches for simulating the Appian environment or mocking necessary services for comprehensive plugin testing? Any advice or shared experiences would be greatly appreciated! Thank you,
I have a Process model where the flow of nodes is like this: I am sending a file to SFTP temporary folder, and adding a delay time node for 10 seconds and next i am using a Rename and Move file over SFTP smart node where i am renaming the file and then moving it from temporary SFTP folder to another permanent folder. At this point, the system is throwing the below error: 'Error renaming file in the remote server. See application server log for more details. Error Message: Specified file path is invalid.' My guess here is that the file is not having enough time to move from one folder to another, because if I just restart the node its working fine. How do i add a delay in the 'Rename and Move File Over SFTP' so that the file will have enough time to move from one folder to another.
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.