-
Recently active
hi, I been exploring End user reporting plugin the lower environments, While working in UAT, I came to know that record types configuration needs to be done in dev and then pushed to UAT. My question is ,will the plugin allow the EUR admins to configure the record types in Production environment, instead of pushing from lower environments. Documentation says that we have to configure the records from scratch in prod.
Hi All, Got below error when trying to decrypt the csv file using PGP. Does anyone know what can be done to resolve this class org.bouncycastle.openpgp.PGPLiteralData cannot be cast to class org.bouncycastle.openpgp.PGPCompressedData (org.bouncycastle.openpgp.PGPLiteralData and org.bouncycastle.openpgp.PGPCompressedData are in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader
Hi Team, We are new setup Kafka tool in our On Premise Appian setup. Kindly guide us for the below questions, as Kafka documentation not covered all the details 1. How to create Trust store and Key store to connect to Kafka? 2. What are the details we have to get from Kafka team? 3. what p12 file used for in Appian? this we got along with Kafka crt certificates. Thanks in advance.
has anyone tried sending an email from Appian custom smart services using javax or Jakarta libraries - We have a use case where we have to send an email notification once all business logic is executed. I tried using both Javax/Jakarta and keep getting library dependency issue
Hi everyone, I’m trying to use the Amazon S3 Download Objects smart service from the Amazon S3 Utilities plug-in in my process model (Appian 24.4) to download a PDF from an S3 bucket and save it to an Appian folder. Here’s what I’ve configured: • Secure Credential Store Key: My AWS key is correctly configured in Appian’s Third-party credentials store. • AWS Region Name: us-east-1 • Amazon S3 Bucket Name: <my-bucket-name> • Use AWS Client Side Encryption: <value> • Destination Folder: A valid Appian folder (pv!destinationFolder) • Files: Dynamically generated file key The smart service node completes without error, but • The output document variable is empty • No file appears in the destination folder What I’ve verified: • The file definitely exists in the S3 bucket (I’ve confirmed it manually) • My credentials have access to get the object • No errors are shown in the process instance
Hi all, We are developing a custom map component using Appian’s Component Plugin SDK to render an interactive map using ArcGIS. The map rendering and logic will be handled entirely within the custom plugin. We want to display standard Appian UI components (such as interfaces using a!formLayout, a!dropdownField, etc.) on top the map rendered by the plugin. Is there a recommended way to: Overlay or position Appian UI components above or within the same space as a custom plugin component? Please find below the expectation we are looking for.
Hi All, we have Content Tools plug in version of 1.11.1 in that we are using function called generateuuid() in our application but recently content tool upgraded with new version of 1.3.0 in that generateuuid() function is not available. could you please suggest any one have alternative functions for this. Thanks!
Hello! I am playing around with the PDF tools plug-in and I was wondering if there is a way to create tables using the Create PDF Smart Service. And if so, do you have any example? Thanks in advance!
Hello Team,I am using Appian version 25.1. I need to use JWT plugin function createdocusignrsajwttoken , but I am getting below error when used in an integartion:Expression evaluation error : smartTestPane.errorInfo.inFieldBodyThe function 'createdocusignrsajwttoken' is unavailable.I have updated version of jwt plugin Let me know if its not compatible or what could be the issue?
Hi All, I m trying to delete the old versions of interface and expression rules using Delete Rules/Constant version Smart service in Content tools plugin. I have passed the folder id(folder where interfaces and rules are present), number of versions to keep (10) but after executing the smart service, no versions got deleted. So, could anyone who used this plugin suggest what exactly i should do? Thanks in Advance, Pradeep
Hello Community, I want to use this plug in. Just wanted to know if the document uploaded gets deleted after our operation is done? Because we don't get asset id to delete the document uploaded afterwardsI tried to find this in the plugin documentation but was unable to do so. Please let me know if anyone has any updates.
Hi, We are using a styled text editor for the email body. Once the "Send Email" button is clicked, the email is sent, and an EML file is created. The emails in both Spanish and Portuguese are being sent correctly, with proper spacing and special characters appearing as expected in the translations. However, when generating the EML file, we encounter an issue where special characters are replaced with question marks or empty boxes. Additionally, spacing and line breaks are not preserved; instead, the content appears as a single paragraph when the EML file is opened. We are using the "Create EML File from OOTB Poller" Smart Service to create EML File. In English is working properly and we are facing issue in Spanish and Portuguese
I have a excel sheet where the cell values are refered from different location as highlited below Here the value 4.00% we are getting from different document, if i try to extract this data using function - excelreadcellsbynumber() I am getting below error. How can I extract such kind of data?
Hey AC, Does anyone know if we can use TAB as a delimiter option in the 'Import CSV to Database' Excel tools plug-in? The comma (,) is already provided by default which works nicely but was wondering if there is an option for TAB.If so, what would the character look like?
Good afternoon, I am having a problem when using the plugin, both for encrypttext and decrypttext. I am trying to access via SCS and I always get the error "Error encrypting value: This plug-in [com.unionbankph.plugins.aesencrypt] is not registered to access secured values for the given external system key [Key]. Check the external systems plug -ins list in the Administration Console." even though the plugin is correctly in the credential's plugin list. I am currently using them in the following way local!base64Key: decodebase64string("pruebaencript"),local!eas: fn!encrypttext(valueToEncrypt: local!valor,scsKey: "pruebaencript",scsField:"Key",iv: local!base64Key), Thank you so much
I am trying to generate pdf from docx. The input DOCX file is the output from a MERGE DOCX smartservice. So basically its a merged doc(few docs are merged to single docx). Issue is PDF to DOCX/PDFfrom single docx/PDF from Multiple docx is puling only the first document from the Merged doc to convert to PDF. Rest of the docs in Merged docs are not getting converted in PDF. Any solution for converting merged DOCX file to PDF ?
Hi All, Currently i am working on requirement where user select some columns on UI and that columns contains Space, +, & ,-, with these special characters. Example: Alpha + Beta Alpha & Beta Hello World(y/n) any many more with special characters. but while exporting data through export to excel plugin when configured above headers name its throwing an error. Error Message: Either selection or filters are invalid: The alias [Aplha/Beta] cannot be used because it contains illegal characters. The alias must contain only letters, numbers, and underscores, and must start with a letter. (APNX-1-4505-009) Is there's any way that we can achieve this piece of functionality.
Hi I need to validate if the correct excel is uploaded by validating its content . I have different excel upload for different activity. If the user uploaded wrong Excel and do the submit it should display that excel is not for this activity . Is there any way to do that. Can anyone suggest a way and how to implement it.
Hello, I'm trying to generate document from XML code. I have already seen many of the community posts, I followed the same pattern to generate doc using xml code, but I'm getting an error, says that syntax error in template. Please let me know what i have done wrong here. ERROR:"Syntax error in template ""fr.opensagres.xdocreport.document.docx.DocxReport@6c1fb8c6!word/document.xml"" in line 4, column 4957:" & fn!char(10) & "Encountered ""name"", but was expecting one of these patterns:" & fn!char(10) & " "".""" & fn!char(10) & " ""..""" & fn!char(10) & " <DOT_DOT_LESS>" & fn!char(10) & " ""..*""" & fn!char(10) & " ""?""" & fn!char(10) & " ""??""" & fn!char(10) & " ""!""
Hi Everyone, I am facing an issue with the "Import Excel to Database" plugin. When reading the Excel file from the mail poller, it is not loading into the staging table. However, if we copy the same file to the local system, open it, and save it again, the data is successfully loaded into the staging table. Upon reviewing the system logs, I found the following error: [Senario:File was not ingested scenario]. 09:08:21.599 [Appian Work Item - 191302 - WorkID 79 - execution01 - process 268462146 - model 172 : ExpressionGroupRequest] ERROR com.vuram.plugins.documentencrypt.CheckDocumentEncryptionUtil - Unable to process document Any Ideas would be appritiated. Thanks in Advance!
Issue with DOCX Page Count Plugin - Incorrect Results Hi Team, We're encountering an issue with the DOCX page count plugin we're currently using. This is impacting our document processing and causing problems with element positioning. Problem: The plugin is incorrectly reporting a page count of "1" for some DOCX documents when they actually contain a significantly higher number of pages (e.g., 22 or 25). Impact: This incorrect page count directly affects our element positioning logic, leading to misaligned elements within the documents. Our use case relies on accurate page counts to properly position elements. Investigation: We have thoroughly examined the affected documents and found no issues that would explain the incorrect page count. The page count reported within the document's properties/info section is correct (e.g., 25 pages). This suggests the problem lies within the plugin itself. Urgency: This issue is blocking our workflow as
I need a plugin or a way to delete packages using a function in an interface. We are building an interface where we specify the packages that are already deployed, so it can be deleted automatically for storage purposes.
Hello,I am attempting to import OpenAI Sample Application.zip file into an environment version 25.1, and am getting the following error:The selected package was exported on version 25.2.0.60 and it cannot be imported or inspected on the older version 25.1.175.0. (APNX-1-4154-001)
Hello Everyone, I am using another client’s SFTP server for demo purposes, which uses SSH key pair authentication with a private key that works in FileZilla. I have created Third-Party Credentials in Appian using the username only and uploaded the private key along with a constant associated with it. Here is my File Transfer Configurations CDT: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "xyz.com", serverPort: 22, scsExternalSystemKey: "aws-cmd", usePerUserCredentials: false(), privateKeyFile: tointeger(cons!MS_SFTP_USER_PRIVATE_KEY_FILE) ) I am getting an error: invalid private key: [B@5bbde572. I know the private key works fine because I have used it in FileZilla.
Hello, We had recently updated the SFTP Functions plugin to v3.0.2. After the update, the SFTP Send File smart service is failing with the error "Auth fail". Third-party credentials are setup and have not changed. The plugin has access to the third party credentials. The FT_Config CDT has got updated (due to the plugin update) and has the below structure: Smart Service Inputs: We are passing the values to the smart service as below: File Transfer Configurations: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: cons!SFTP_HOST_NAME, (text) serverPort: cons!SFTP_SERVER_PORT_NUMBER, (integer) scsExternalSystemKey: cons!SFTP_EXTERNAL_SYSTEM_KEY, (text) usePerUserCredentials: false(), (boolean) pr
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.