-
Recently active
Hi, Does anyone know of any plug-ins or perhaps connected system integration approach through external service which might support the capability to convert a Flattened PDF to a fillable PDF? This can be done manually using Adobe editor. Have a requirement to consume a PDF produced by external system which cannot be modified which is flattened but need to unflatten form fields and a signature field. Would prefer not to have to go down develop of custom plug-in approach. Regards, Bob
Is there any page in appian to see all the available plugins that are available in the market provided by Appian?
Hello, I am working on a connected systems plugin that needs to work with the data entities and storage within Appian. I would like to know whether it is possible to create data entities automatically through the plugin if they don't exist and read the data attributes (not only values) of entities all using the Java API. It is also unclear to me from the documentation where I should even begin to look when working with the Java API, so if someone could point me in the right direction as well, that would be great! Thanks!
Hi, I am using Create PDF smart service to generate a PDF with plain text. Am getting the following error in the Create PDF node. ???contents.error.alertMsg??? Error Text: U+000A ('controlLF') is not available in the font Helvetica, encoding: WinAnsiEncoding Am using the following expression to generate PDF contents a!localVariables( local!text: "Firstname Vikrant " & char(10) & "Lastname Bhardwaj " & char(10) & "Address 100 NW AVE " & char(10) & "City Irving " & char(10) & "Zipcode 12345 "&char(10) & "Country USA",'type!{urn:appian:ps:pdftools}PdfContent'( sections:{ 'type!{urn:appian:ps:pdftools}PdfSection'( style:'type!{urn:appian:ps:pdftools}PdfStyle'( font:"Times New Roman" ), components: { 'type!{urn:appian:ps:pdftools}PdfText'( value
Hi in my project there is a requirement to read the polled email data. I used the Poll Email plugin to poll the mail in to the folder. The body is polled with a .EML file extension. The body of the mail is unstructured and I need to poll the body in text format in to a table. Any suggestions??
The team is using the automated import plugin to perform database upgrades. Flyway produces logs that the team can retrieve by pressing the link on the information page that appears after the deployment. Is it possible to retrieve the logs at a later time?
Hi community, I have a PPT document, is there any way to convert it into PDF file ? Even converting to DOCS would be fine then I can convert DOCS into PDF easily. Thanks
I have a requirement wherein a table with some information in the columns and one column with link for each data has to be sent as a PDF attachment over an email to a set of users. We see that the table data populates fine but the column with links when using the PDF from HTML smart service populates as a simple text not as a hyperlink. The syntax we used for the link was "<td style='width:5%'><a href='" & fv!item[recordtype.url] & "' style='color: #0068a5;'>www.google.com</a></td>" When the rule is called the following data appears but the click here is a text not a hyperlink. Any help is appreciated.
I have design a smart service plugin.but during executing if I miss something in configuration,still process is not breaking.I want if plug-in fail process instance should break and error message should display in process details under errors.Please help me for same
Hi Friends, I have a Small doubt, Can we create a plugin using Appian SAIL Code ?
Hi Everyone, Send Email smart service is throwing "Failed to send email" error in the first instance. But when we restart node is working fine. can somebody tell me what the issue is here please. Thanks in advance
Hi Everyone, Is there any plugin or approach to display the Realtime notification to logged in user in Appian. Example: Use case is, whenever the case created and assigned to any logged in member, should see the desktop/web notification saying case assigned to you. In Realtime users they opened the homepage,they would like to know whenever the case is assigned to particular person through desktop/web notification, so they act immediately. Otherwise, users need to keep on refresh the home screen. We thought below two approaches but see the couple disadvantages. 1. When the case is created, can send an email to user and user can enable the outlook desktop notification feature but at this movement we would not increase the emails. 2. Add the refresh interval to get the data but it is not that much of user focus. Alway need to focus on the screen. Could you please help us is there any other approach/plugins. Thanks In Advance!!
Hi , We are using 'receive file over SFTP' configured as MNI node for getting files from SFTP location. but we are getting connection timeout error intermittently . Restarting process node resolves issues but can anyone help to resolve this issue?com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out (Connection timed out) at com.jcraft.jsch.Util.createSocket(Util.java:349) at com.jcraft.jsch.Session.connect(Session.java:215) at com.jcraft.jsch.Session.connect(Session.java:183) at com.appian.ps.plugins.sftpsmartservices.SFTPConfig.connect(SFTPConfig.java:179) at com.appian.ps.plugins.sftpsmartservices.GetRemoteDirectoryContentsOverSFTP.run(GetRemoteDirectoryContentsOverSFTP.java:66) at com.appiancorp.process.runtime.framework.DefaultActivityExecutor$1.lambda$call$0(DefaultActivityExecutor.java:136) at com.appiancorp.plugins.PluginUsageLogger.runWithPluginInformation(PluginUsageLogger.java:52) at com.appiancorp.process.runtime.framework.DefaultAc
What will be the number of users the getallusers function retreive? Can this retrieve 20000 users?
Hi all, Is there any way to convert an appian document to its base64 format?
Looking to find out how many times a interface is clicked into or initial loads to get rid of interfaces that are not clicked into. The Sail_Detail.csv should do this but for some reason the internal code is empty. Does anyone know a plug-in that can find this information or a different log?
test
Hi Professionals, We are trying to use 'Xhtml to Docx' smart service(plug in) but its not creating the document. When we initiate(start debug) the process model ,it does not start,but in "Process Instances" tab we can see this process as active, and then it does not show any error or issue as well. When we tried to find this in System Logs we found the below issue, and we do not have any idea what this issue means. Any help here would be appreciated. Thanks Exception in thread "ThreadPoolTaskExecutor-173716" java.lang.NoClassDefFoundError: org/apache/commons/codec/binary/Base64 at org.docx4j.convert.in.xhtml.XHTMLImageHandlerDefault.addImage(XHTMLImageHandlerDefault.java:87) at org.docx4j.convert.in.xhtml.XHTMLImporterImpl.addImage(XHTMLImporterImpl.java:1789) at org.docx4j.convert.in.xhtml.XHTMLImporterImpl.traverseBlockBox(XHTMLImporterImpl.java:1331) at org.docx4j.convert.in.xhtml.XHTMLImporterImpl.traverse(XHTMLImporterImpl.java:915) at org.do
Hi All, When starting to run a health check, getting below expression error: Expression evaluation error [evaluation ID = 2f8ea:98060] in rule 'ahc_ui_requesthealthcheck' at function 'gethealthcheckcollectionstatus' [line 67]: The function 'gethealthcheckcollectionstatus' is unavailable. Could you please advise on what needs to be done and steps to be followed on how to run the health check from admin console?
Hi everyone, I'm looking for documentation or guidance regarding the download document from s3 bucket. My node is completing but no file is appearing in the target folder. So, what could be the issue?
Hello, I am using the PDF from XSL-FO Transformation with Fonts Smart Service from the Dynamic Document Generator (https://community.appian.com/b/appmarket/posts/dynamic-document-generator) plugin, version 1.9.1 I have no examples of using this Smart Service and the plugin documentation doesn't have specific examples. I have tried to use the only complete code I can find in the community: https://community.appian.com/discussions/f/plug-ins/17891/pdf-from-xsl-fo-smart-service This produces a PDF without errors, but when I try to open it I get a "Damaged file" from Acrobat Reader. This is how I configured the Smart Service: Xml Document: a constant to test.xml file, with the code from the example Xsl Document: a constant to _xslStyleSheet.xsl file, with the code from the example Xsl Parameters: null Font Document: null Font Italic Document: null Font Bold Document: null Font Bold Italic Document: null Create New&
Hi All, Is anyone aware of Export Database Data to CSV smart service? We are using this smart service in one of our processes and saving the data in one table using Import Database Data from CSV. Export in CSV is working fine but when importing the data in table, it is giving format error on date column. We want to find how this Export Database Data to CSV works to understand if this format change is occuring when generating the CSV. We are currently analysing all the possibilities of this issue. Kindly assist. Thanks and Regards,Diksha
Hi, I am unable to convert csv to excel using smart service "Generate Excel from CSV" after downloading plugin "CSV to Excel", version: 1.0.1. It was working earlier with version 1.0.0. Please update us with a solution to this since it is impacting business requirements. Regards, Akansha Kumari
Hi anyone know how generate qr code with embedded logo in the center of the qr?
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.