-
Recently active
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
Hi, I am trying to set up the Azure Connected system but ended up with an error , I tried using GPT_32K and GPT4_32K as mentioned in the demo, but still see this error. Chat Completion
Hi, Error in generating excel - An error occurred while executing a save: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlCursor.close()V Please provide some guidance on the above error to fix. Thanks!
Is there a method in the Java API that returns the internal ID of a document if you only have the opaque URI?Here is a link to the Java API ContentService interface that returns the opaque URI, but I need to the do reverse: https://docs.appian.com/suite/help/21.3/api/com/appiancorp/suiteapi/content/ContentService.html#getOpaqueContentUri-long-
Good morning, We are trying to recover directory information with the Get Remote Folder Contents smart service (FTPS). The configuration we have is: fileTransferConf: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "ftp.prueba.es", serverPort: 21021, scsExternalSystemKey: "sftp_prueba_appian", usePerUserCredentials: false() } Server File Path: "/DEV/" * In the user console we have configured the scsExternalSystemKey with the corresponding user and pass. The error obtained is: ERROR com.appiancorp.ps.plugins.filetransfer.ftps.GetRemoteFolderContentsOverFTPS - org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication. The credentials are the same ones we are using in WinSCP and FileZilla. Both work fine to connect to FTPS site. We have tried adding documents so that the route is like this: "/DEV/test.docx" Has anyone faced the same problem? A greeting and thanks in advance.
I am able to successfully sent files via the FTP node, but I am unable to open those files. For example when I attempt to open a PDF that has been sent it tells me "There was an error opening this document. The file is damaged and could not be repaired." JPG, PNG files open with just random pink on white. Word Docs "Word found unrecoverable content." Thoughts?
Hallo All, We do have the following requirements. We need to share some CSV exports from the Kiwa Appian environment to a remote file server using SFTP. However, the SFTP file server must be accessed through an SSH key pair. I'm trying to use the "SFTP Functions" plugin from the Appian marketplace. Since we need to use the SSH key pair to access the remote file server. I was looking Appian community for help and found the following discussion thread useful and tried to follow the instructions. Appian Community But to proceed further, I have a few questions about the shared approach and need your support on this. Is it possible to communicate SFTP file server using SSH key pairs from Appian? Could you please share any Appian documentation for this? In the discussion, It mentioned that I need to configure third-party credentials, could please mention what will be the credentials field names and values? I tried to configure third-party credentials with "username"
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.