-
Recently active
Hi, Which jar I need to import to get classes of com.appiancorp.services package? Below are the jars I have in my system. But these jars doesn't have classed from com.appiancorp.services compileOnly 'com.appian:connected-systems-core:1.2.0' implementation 'com.appian:connected-systems-client:1.1.0'
Is full calendar paid plug compatible with latest 24.1 version & future ones?
Hello,so currently I am attempting to utilize the SFTP Smart Services plugin to read files from a remote virtual machine hosted on AWS. However, I am encountering difficulties in configuring the plugin properly to achieve this task.The documentation provided lacks sufficient detail for someone at my level, as I am a beginner certified developer. i want to ask on what are the steps to configure it in order to acheive the goal which is send or receive file from aws server is there any third application credentials to be configure?and how cna i configure the node plugin? thank you
Good afternoon all, We are seeing an issue with generating a PDF file from the HTML document (that was generated with 'HTML Doc from Template' Smart service). We are using the Smart Service 'PDF from HTML' that is available in 'Dynamic Document Generator' (version 2.2.0) plug-in. This is was working earlier and suddenly stopped working for the past 2 weeks. We are currently on Appian version 23.4 Following is the error stack from the logs: 2024-03-05 17:19:32,294 [Appian Work Item - 2966 - WorkID 946 - execution00 - process 1066450 - model 4572 : UnattendedJavaActivityRequest] ERROR com.appiancorp.ps.xmlfo.util.HtmlUtil - Error while generating the PDF file. javax.swing.text.ChangedCharSetException at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:189) at javax.swing.text.html.parser.Parser.startTag(Parser.java:429) at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1956) at javax.swing.text.html.parser.Parser.parseC
{{ 'type!{urn:appian:ps:pdftools}PdfContent'( page: 1, xPercent: 10, yPercent: 95, angle: 0, sections: { 'type!{urn:appian:ps:pdftools}PdfSection'( components: 'type!{urn:appian:ps:pdftools}PdfImage'( scale: .2, document: todocument(ri!imageCreated) ) ), } ), 'type!{urn:appian:ps:pdftools}PdfContent'( page: 1, xPercent: 50, yPercent: 10, angle: 0, sections: { 'type!{urn:appian:ps:pdftools}PdfSection'( style: 'type!{urn:appian:ps:pdftools}PdfStyle'( fontSize: 9 ), components: { 'type!{urn:appian:ps:pdftools}PdfText'( value: concat( ri!Nm, ", FEI#", ri!Id, ) ), } ), 'type!{urn:appian:ps:pdftools}PdfSection'( style: null, components: { 'type!{urn:appian:ps:pdftools}PdfText'( value: concat( a!forEac
Hi All , I used readexcelimportfile() function for reading the Excel , In excel in one field we provided $ symbol and its failed with error= ERROR:Work item cancelled (Data Outputs).Is there any limitation with filed please provide you input. a!localVariables( local!read: readexcelimportfile( excelDocument:pv!file, sheetNumber:0, startRow:1 ).result, a!forEach( items: index(local!read,"values",null), expression:'type!{urn:com:appian:types:PST}PST_ListBill_ExcelData'( CaseId:pv!caseId, NAME:index(fv!item,1,null()), REFERENCE:index(fv!item,2,null()), CONTRACT:index(fv!item,3,null()), DATE:index(fv!item,4,null()), ) ))
Hi All, I am trying to use communicationChat plug-in functionality by referring the below document, the information that is displayed over there does not help with the understanding. Reference link: see attachment4377.Readme.pdf (appian.com) Can anyone who might have used it before please help me with the sample example? Your help will be appreciated. Regards, Riddhi
We are using Appian's MongoDB connected system. In our integration object we are using "Update One in Collection" operation to update a specific element of an Array of Documents. Below are the Filter JSON, Update Instructions JSON and Error Message --- Filter JSON --- a!toJson( { '$and': { { { "_id": { '$oid': "6407f59c20f85f4027c3655b" } } } } } ) --- Update Instructions JSON --- a!toJson( { '$set': { "form_schedule.$[elem].formName.oldValue": "forms old value 1" }, '$arrayFilters':{ m_field( "elem.amendmentComments", m_eq( "Rk Form Number" ) ) } } ) --- ERROR MESSAGE -- Mongo Write Exception error-result-guidance Write operation error on server serff-develop-shard-00-02.ylpdg.mongodb.net:27017. Write error: WriteError{code=2, message='No array filter found for identifier 'elem' in path 'form_schedule.$[elem].formName.oldValue'', details={}}.
Hi Everyone, In our environment we are using 'Chart creator' to create charts. Is this plugin still functioning in appian? i know that we have chart generator plugin to generate charts.
Is it possible to apply the Adobe Sign e-signature based on an Appian button? If so, is there any documentation related to this?
.Base64 Document Database Integration Smart service - will help to achieve conversion of base 64 to image ? link: https://community.appian.com/b/appmarket/posts/base64-document-database-integration#:~:text=Provides%20the%20following%20two%20smart,agnostic%20and%20supports%20dynamic%20queries.&text=Get%20Base64%20Document%20from%20Database,document%2C%20returning%20the%20document%20id.
I am successfully using "Receive File Over SFTP" to retrieve a file from a folder. When I use "Get Remote Folder Contents" to see the contents in the aforementioned folder, I get the error "No such file". Any ideas?
I have a scenario to clone application objects to create them as separate application and I couldn't find any api that can clone objects (under different application prefix) and set the object dependencies to newly created objects (uuids or object with new prefix). For example: Application has rule A_A, CDT 'A_B' and process model 'A C' where process model 'C' uses rule A & cdt B. I have to now create another application with prefix lets say 'X' and clone objects from A into it with rule X_A, CDT X_B and process model 'X C' and ensure that process model 'X C' now refers to X_A and X_B. All of this to happen in a plugin (servlet or smart service). Explored ApplicationService and AssociatedObjects and both of them don't offer any such methods. Appreciate any help/suggestions.
when I generated the health check report the report says appian version(23.4.222.0 ) was not recognized can anyone help what is the exact cause
Is it possible to generate a Word document with a dynamic summary of the document using native or plug-in functions? My need is to create a paragraph in the Word document for each item in a list. If there are many paragraphs, it would be useful for the user who will have access to this document to have a summary that shows the link and page for each dynamically inserted paragraph. I'm now using the DOCX From Dynamic Template smart service of the Advanced Document Templating plugin which allows me to dynamically generate paragraphs but I can't get the summary to update when the document is generated. So the summary remains empty. If I use the template with the summary already updated, the generation of the document fails because the logic of the list is on the dynamic construction of the paragraphs. Thanks
I am using DOCX from dynamic template and able to generate document having multiple pages (generated dynamically and depends on the size of passing array.) For each entry i have a header and because of the data length, Header is not coming on top of each page for many entries. How can i make sure that header will always come on Top and next header and related data will go to next page always with this process. Is there anything we can configure in Dynamic template?
Hi, Does anyone know if there is a plugin to enable Appian applications access to secrets stored in the Hashicorp Vault or in Amazon KMS? Thanks!
can someone help me with this advance text editor plugging. i created the connected system. the function not showing.
Hi, We have current requirement for exporting report with 100 columns to Excel sheet. Which plug-ins can be used for this requirement? Or are there any work around for 50 columns restricts?
Hello, We are planning to build full paper stich functionality in Appian. Does anyone know if Appian supports Kofax or Adobe Pro Plug-Ins?
Hello, I am using Read QR from pdf in my process model, it works well in the interface but when i start it on site it does not work and gives this error "An error occurred in executing an Activity Class."
Hi All, I need to unzip 7zip folder, which plugin would be helpful here ? I tried to use this [mention:266ce0327cc8445796cf9f2b645231a9:f7d226abd59f475c9d224a79e3f0ec07] but not working , it giving error [???zipDocument.invalidextension???]. Any help would be appreciated. Abhay
HI, while connecting with Gmail connected system using service account , facing error : HTTP Code: 500 APNX-1-4198-000 Error Evaluating UI Expression Expression evaluation error [evaluation ID = adefc:4d51e] : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: Expression evaluation error at function a!connectedsystems_testConnection_appian_internal [line 51]: ] Please let me know If anyone have solution.
In calendar, I would like to display the Event names between dates (Event start - Event End ). Eg: Any card kind of layouts pass between the dates in the calendar with details. Is there any free plugins for calendars?
Hi Team, I Need to update People Function Plugin in my local server, if I Update with new market version my existing functions will work or only new plugin functions will work ? below are the difference between old and new functions list Old New
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.