-
Recently active
Convert current time to milliseconds. Ex. 1719220373569 (5:13 pm in China) Any idea, how we can achieve this in Appian? Any function or plugins?
Please tell me how to use "Create PDF". I would like to overwrite data on an existing PDF and create a new PDF. Therefore, I implemented the following processing. ・Copy Template PDF: Create a copy version of the base PDF and store it in "pv!copyTemplate" ・Edit PDF Name: Change the name of "pv!copyTemplate" ・Create PDF: Each parameter is set as below.Create New Document: falseExisting Document: pv!copyTemplatePause On Error: falseContents: (describe the contents as an expression) No values are set for any parameters not listed above. This is the PDF to copy from.I have confirmed that the content is retained even after the "Edit PDF Name" process is completed. However, when the "Create PDF" process is finished and you check the contents of the same file, it looks like the following.The value set in the parameter "Contents" is listed, but the PDF that was supposed to be set in "Existing Document" is not reflected.
Hi I have to create a document with dynamic grids, Is there a way to generate document with dynamic grids using any of smart services/Plugins available in Appian? Thanks R Gopala Krishna Raju
Hi Community, I using Import CSV to Database smart service to load data into a database staging table. and I am getting the below error. Can anyone please help?
Can someone help in configuring DOCX From Dynamic Template What document should be sent for Docx Template and how to generate Xml data model, Can someone share sample screenshots
Hi! I'm trying to use the "Log Reader" pluging to read the login-audit.csv logs through expression rules, but it doesnt work. According to the comments on the pluging it seems that this is a common failure, so does anybody knows how to make it work or any other way to store this information on the Appian Database?
In our project each person has a QR code generated and stored as an image in Appian. I have to generate a single PDF out of "N" number of selected persons QR Code images by having them side by side and a page can have max of 18 QR codes. Please see the attached image for the expected document.Any idea how to achieve this? Thanks in advance.
Good afternoon, I am encrypting a simple text to test with hmacsha256bytehash, but I can't find any functionality to decrypt it, could you help me? Thank you so much
DOCX from dynamic template plugin node is available in my community version how to import that in my community sanbox
HI All, I have a requirement to process a CSV file to my database. i have used a smart service(Export CSV to Database) from Excel Tools plugin. But some of the special characters are not read properly.For example: The data i have received in CSV has : ~@ö<é;ó¿üäÖÇ*àÄ=É!"ѧæñ á½èçòíê° after consuming the file i have got this in my database : ~@�<�;�����*��=�!"ѧ�������� Can anyone suggest if we have any alternative options for this please. Thanks,Sai Kiran Pannala.
Hello, We are connecting both appian and AWS. will upload documents from appian side and in aws will extract and store the data. Now to populate data in Appian to establish a connection found a "AWS Opensearch".plugin. When trying to download getting an error stating "This app is available to download for Appian Customers, Partners, and Employees. Please make sure to self-associate from your profile". Can someone guide me what needs to be done from my end to use this plugin. Or any restrictions for using this plugin what other approach i can take to get the data using opensearch service Regards, Chaithra
Hello Appian expert, We want to send emails from Appian using Outlook 365 account. For that, we tried using MS Outlook 365 connected system and followed all the account set-up steps. but the connected system is not able to validate credentials and returns 'Invalid Access' Steps: Login to Azure AD, go to ‘App Registration’ and create a new app. Use the generated Client ID and Tenant ID from that app into the connected system Generate client secret from ‘Certificates and Secrets’ and pass it as input In the ‘API permissions’ option, click on ‘Add permission’ > select the Microsoft Graph API > Add (Application) Mail.Send permission Use emailaddress@domain.onmicrosoft.com email id To confirm, we are able to use the same account using MS Graph Explorer and successfully send emails. My questions: 1. Have you used this connected system and if so, please share any of the steps we missed? 2. What are the alternative
Hi everyone, I'm having an issue with Read MSG plug-in that the generated output .html document is coming out blank. The .msg file itself does have content in it though. I config the Read MSG node as guided in the plug-in documentation. The generated document (output html file) was stored in a process variable. When I download that html file from Appian folder and open it, it is a blank file. This is the original msg file: And below is the generated html: I'm looking for a solution to solve this issue or a workaround way for me to convert .msg to html. Does anyone have any idea? Thank you
Hello! My team and I are attempting to create a demo of a project for potential customers. The intended application would be able to take images from a mobile device, save these photos as documents in Appian, and have workflows in which those photos would be viewed/displayed in high enough resolution for end users to make determinations based on said photos. In your experience, what are the best plugins to achieve this functionality? I have found an image capture plug-in component from Vuram on the appmarket, but from the comments it seems that the photos are binned down to a very low resolution, which may disrupt our workflow tasks. What is the gold standard for image capture and viewing in Appian? Thank you so much in advance for your help!
Hi, I have to configure EWS Mail Poller To DB smart service, can anyone explain how configure input data tab? Thank you
Hi, our client requires plugins to be installed on Appian to pass a SAST static code scan before they can be used. Does anyone know if Appian scans plugins during deployment and in that case how is this done? Is there a way to perform a SAST scan on the plugins after deployment? Thanks in advance
appian-plugin name="ProcessDetail" key="com.appiancorp.processdetails.v1.1"> <plugin-info> <description>ProcessDetail</description> <vendor name="Appian Corporation" url="">http://www.appian.com" /> <version>1.1.2</version> <application-version min="6.1.0" /> </plugin-info> <activity-class-schema key="WriteProcessDetailsV1"> <name>Write Process Details</name> <palette-item category="Integration Services" palette="Data Services" > <palette-icon>palette-icon.gif</palette-icon> <canvas-icon>canvas-icon.gif</canvas-icon> </palette-item>
So here’s the thing, I fixed an issue with an Appian plugin. I downloaded its code, was able to get it running with all dependencies and build.gradle stuff, found the faulty code and upgraded it, I also upgraded and cleaned the code since lots of functions and/or variables were either deprecated or not used (seems like nobody tried to edit this plugin for ages now and is considered a black box) Uploaded it to our demos environment for a spin and it works like butter now. The thing is, this is a vital plugin for a certain demographic, I believe an update such as what I was able to accomplish in days should’ve been done by Appian a long time ago (this shouldn’t have passed testing stage let alone be published for thousands of developers and millions of users and be dismissed for a few years now) So my question is has anyone ever faced a similar situation ? How did you deal with it ? And how do I / should I get in contact with Appian regarding this? I noticed the “
Could anybody help me? I need a example to call this function getmodelswithgiventimertrigger Thanks
Hi , As pe the Function Plug-ins - Appian 22.2 , We can inject the service ( ContentService ) as a argument to the custom functions. When I try to inject as below public String dowork(@Parameter String para, ContentService cs) { } I am getting below error. : Unable to find a required instance of ContentService. Is there any other annotation or setting ? Thanks & Regards, Chaminda
Hi, I'm generating a word docx using docx from dynamic template and converting the docx to pdf using PDF from DOCX smart service. I'm able to generate the docx properly but while converting to PDF the text is getting overlapped in single line. can anyone help me on how to convert DOCX (generated using docx from dynamic template) into pdf with proper format. Thanks in Advance.
Hi Team, I am having an issue with reading the log file (login-audit.csv). It contains multiple rows, but the function is only returning the header and not the rows. However, when I try with other log files, it works fine. Currently Our Appian version is 24.1 and we are using this plugin firsttime. Expression - readcsvlogpaging( csvPath: "login-audit.csv", startIndex :1, batchSize:20 ) Output 'type!{com.appiancorp.logreader}CsvContents'('logName': "/usr/local/appian/ae/logs/login-audit.csv", 'totalCount': -1, 'headers': {"2024-05-14 00:00:05", "Appian", "Succeeded", "3.106.112.168", "Web API", "Appian", "cd05a5a0-b1e5-4ffb-8dd6-0f7007e505ce", ""})
Hi Team, Import excel to database plugin not writing in database table and not getting error in output parameter and in tomcat logs. The issue i am facing in my Prod environment and even not facing frequently. Could you please help me on this to move further. The same process i tried individual with only node of import excel to database, its working. The issue not occurring repeatedly and same file is working for some time. Thanks, Pradeep Sridharan
hi i have a query that i am using to fetch the data from post grace sql to appian but while i am making a manual query in that query i have empty values as some contion in the above condition we have empty values whic is not considerding by plugin and displaying the below error please give me any solution on this
Hi, I'm trying to import a CSV file into a PostgreSQL DB. Customer requires all data from appian must rely on that DB which is connected as datasource. I'm using the plug in Excel tool and the Smart Service Import CSV to Database. I got the following error from stdOut log: ERROR ImportCsvToDatabase8 Error executing SQL org.postgresql.util.PSQLException: ERROR: syntax error at or near "," Position: 17 From database, i turned statements log on and i found out the following statement: 2024-03-29 17:32:08 UTC:10.245.48.249(51148):appian@postgres:[3319]:ERROR: syntax error at or near "," at character 17 2024-03-29 17:32:08 UTC:10.245.48.249(51148):appian@postgres:[3319]:STATEMENT: select `field1`, `field2` from `table` where 1=0 2024-03-29 17:32:08 UTC:10.245.48.249(51148):appian@postgres:[3319]:LOG: execute S_1: ROLLBACK I'm running the same statement on my client in Postgres and i got the same error of course. What I found out is that backtick is cau
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.