-
Recently active
Hi All, I am trying to display the table header on repeat when there is page break inside a table when using the plugin html to pdf. I have tried most of the options, has someone faced trouble with this or implemented the same? Attaching the html code body{ font-size:14px; } img { max-width: 100% !important; max-height: 100% !important; } thead { display: table-header-group } tfoot { display: table-row-group } tr { page-break-inside: avoid } One One Row 1 Column 1 Row 1 Column 2 Row 2 Column 1 Row 2 Column 2 Row 3 Column 1 Row 3 Column 2 Row 4 Column 1 Row 4 Column 2 Row 5 Column 1 Row 5 Column 2 The generated pdf is as follows:
Does deploying custom plugins with custom data types automatically create CDTs in Appian? If not, does the plugin deployment fails if those CDTs are not created manually prior to deployment. Thanks in advance!
I Used log reader plugin to get the logout details of all the member of that application. The plugin is working fine in the lower environments(dev and test) but it is not working fine in the production environment.Tried different solution like Checking the CSV path Checking the Configurations in different environment. Checking the server we are using What can be the solution for this please suggest some different alternatives
I used log reader plugin to get the logout details of all the member of that application. The plugin is working fine in the lower environments(dev and test) but it is not working fine in the production environment.What can be the solution for this
How to scan a document directly from a scanner into Appian.
My goal is to write into excel in multiple sheets using the "Export Data Store Entity to Excel" ability. I may write few values from process variables too into the excel sheet - apart from what I have in the database. So I have an excel sheet as template and wanted to leverage the "Custom Cell Positions" and "Custom Cell Values" ability in the "Export Data Store Entity to Excel" smart service to put in the values in the desired position of the excel sheet. I may end up putting atleast 50 values in a sheet. But I keep getting this error, even when I attempt to put couple of values using the "Custom Cell Positions""Custom cell positions cant refer to cells below the starting cell. Otherwise, they would be overwritten by data being exported. (APNX-1-4505-037)" I tried to use this simpler option too and still get the same error.Custom Cell Positions={"A6", "B6", "A7", "B7"}Custom Cell Values
I am unable to find an example illustrating the appropriate content that should be included within this file to localize the function category name
hi,have a question about the Document zipper plugin I have a folder in Appian which I want to zip, the contents of this folder contain PDF documents in the following format: 00000.PDF where the extension is in capital letters. When the process that contains the document zipper node is launched, it creates the zip with all the documents correctly but the documents appear with the extension in lowercase. 00000.pdf Is there a way to keep the extension capitalized like the original documents in the folder? thanks
Hi I am using Export DSE to Excel smart service. Now in the configuration part, I am using the querySelection to select the columns to be written to the final excel document Now this querySelection takes in queryColumn Example : a!queryColumn( field: "opsTicketId", alias: "Ops Portal Ticket ID" ) This alias is basically the header displayed on the excel sheet, but whilst using such aliases containing a ` ` space .. the smart service errors out and as a result I have to use underscore Is there any way I could retain this space ? I do not want underscores on my header ... need it to be a proper header
When we upgraded the plugin from version 3.0.3 to the latest version that is 4.1.0, we started facing the following error: 2025-01-17 19:24:41,547 [http-nio-8080-exec-804] ERROR com.appiancorp.ps.plugins.filetransfer.sftp.ReturnRemoteFolderContentsOverSFTP - com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password,keyboard-interactive'Please advise.
We upgraded the SFTP Functions plugin to 4.1.0, now we are getting below error while recieving or sending files using SFTP: "Algorithm negotiation fail: algorithmName=""server_host_key"" jschProposal=""ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256"" serverProposal=""ssh-rsa""" The same smart service (SFTP) worked fine with the Plugin version 3.0.3. Any idea on how to fix the issue? [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:92ac9d4559ff43edb28eaa01ed77691b:e9ed411860ed4f2ba0265705b8793d05] [mention:cd654a5ec99f4d9eb3afb367bbce9958:e9ed411860ed4f2ba0265705b8793d05] [mention:65f6155ee76a44fdb6ad252c54a7b56d:f7d226abd59f475c9d224a79e3f0ec07] [mention:a9315dfc069b47ac8a942fc16202b2e9:46448885d0e64133bbfbf0cd7b0fd6f7] [mention:132192b29a8949549f7724f828fb782a:46448885d0e64133bbfbf0cd7b0fd6f7:l
Hello all, Upgrading version to 24.3 from 23.3. we have plugin Web and XML extensions 5.4.7 and we are using function httpcallwithresponsewithkeystoreconstant in various expressions. after upgrade httpcallwithresponsewithkeystoreconstant is not working and throwing below error message: PKIX path building failed: XXX.security.provider.certpath.XXXCertPathBuilderException: unable to find valid certification path to requested target Is this plugin deprecated or is there any solution? or Any alternative solution? Thanks, Bhushan Joshi
We have recently upgraded People functions to v1.16.0 as the previous versions v.1.10.0 and v 1.15.0 were being flagged in Health check with High/Medium Risk for containing Removed/Private/Deprecated Appian APIs. However, even after the upgrade the Plugin is being flagged in health check for using Deprecated APIs: People Functions (psshared.peoplefunctions) references deprecated Appian APIs[deprecated] com.appiancorp.suiteapi.common.ServiceLocator.getUserProfileService(com.appiancorp.services.ServiceContext) Hoping to understand if 1.16.0 would be compatible with Appian 24.4.
Can anyone confirm if we create a custom branded mobile app for Appian and publicly publish it to the App Store for any iOS user to install it. If the notifications can also be customized to come from our custom branded name VS Appian? Thanks
Hello everyone, Thank you in advance for your time, me and my team are having some problems with the Advanced Rich Text Editor plugin and pasting images:Error introduction: We are facing some errors related to the use of the plugin Advanced Rich Text Editor (Vuram) (Appian Community) We believe this is due to the automatically generated base64 by the plugin when we paste the images. On large images this base64 can’t be displayed in the site and is resulting in a weird 403 Access Denied error : It seems that there is also a conflict with the a!startProcessLink component, please find more details in the Error details topic Quick context: We use the plugin’s richTextEditorField so that our users can write more personalized emails, attach images to the email’s body and send them directly from the Appian application. We then save the generated html in our database and use the Microsoft MS Graph public library and respective Appian marketplace plugins to send
Hello, I have a problem with the smart service ‘import csv to database’, as the column names in the CSV do not match those in the table. Is there any way to create a mapping between the two values, or do I necessarily have to create a new table that has the same field names as the csv? I would like to avoid the latter solution if possible. Thank you all.
Hi , While using add image to PDF plug in i am getting error like SourceDocument must be a valid document Invalid Content ID , how can i resolve ?
Currently in the functions we have to pass the sheet number to extract the information from excel. Is there is any other excel plugin or function to get the data using the sheet name.
I have to get all the sheet names from the excel document .
Hi Community, I am facing an issue while uploading the excel file using the (Import Excel to Database ) smart service in one of the process , Could you please provide some inputs why this is occurring as we have already configured with correct business DB, Error has been attached as below,
Hi, Any replacement for isusermemberofallgroups function??as the people plugin doesnot contain this function for new version.
Has anyone gotten the following error (or similar) for the systemlogsrecordtypesource function? It's for the the Log Reader plugin. Expression evaluation error at function 'systemlogsrecordtypesource' [line 7]: The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB failure trying to convert typed value TypedValue[it=1474,v={TypedValue[it=1478,v=<null>],TypedValue[it=1154,v=<null>],{1,20,<null>}}] to java class com.appiancorp.common.query.Query. It's a simple few lines of code: systemlogsrecordtypesource( a!query( pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 20) ) ) Strangely, I cannot replicate this across environments. I've confirmed the environments are on the same version of Appian, so I am unsure what to check for next.
am trying to parse txt file of 7MB using readTextFromFile() but am getting Memory Circuit Breaker error did anyone else faced this issue and can anyone please suggest the alternative to parse the txt file which has large data Thanks in advance
I'm building a rule which will take 'Plugin Name' as an input (example:Excel Tools) and expected to return all the dependent object names where this plugin is referred in. Is there a way to achieve this? Manually, we can go to Appian Designer -> Objects -> Plugins -> select a plugin and choose dependents to get the list, I'm trying to automate the same behaviour. Any leads will be appreciated.
PGP Encryption Utilities Plugin is unable to encrypt file as .pdf extension but it is working fine for .txt file type.It is working fine for .txt file format as an encrypted file but is unable to create encrypted file with .pdf extension.when we try to open the encrypted file with .pdf extension gives above error.is there any solution we can use for PGP Encryption Utilities?
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.