-
Recently active
Hi Champs, I am using docx from dynamic template smart service to create dynamic document. It's working with simple table. Now I want to try with if else condition in my template. I am not sure the syntax to use to work with it.Can someone please guide how to do it if we have if/else condition . Regards, Shyam
Hi Everyone I'm currently facing an issue while exporting data from a specific table that contains more than 50 columns. I'm using the Export Data Store Entity to Excel plugin, but it throws an error during the export process. Has anyone encountered a similar issue or found a workaround to export data with more than 50 columns successfully? Any suggestions or guidance would be greatly appreciated. Thanks in advance!
Hi all,I have a requirement to send a Excel file generated in Appian to an external system via SFTP (Send File) Plug in.Current Implementation:1. I am using the export data store entity to excel smart service to generate an excel.2. The generated Excel file is successfully created in Appian Documents and stored in a process variable.3. In the next node I am using SFTP send file plugin to transfer the file to an external system.4. The SFTP connection details(hostname, port, authentication details) were provided by the external team.SFTP Plugin Configuration: I have added this in a expression rule for file transfer configuration input. type!FT_config( serverHostName: "typ-test-abc.com", serverport:0000, timeout:20000, usePerUserCredentials:false(), scsExternalSystemKey:null() ) Document to send: process variable containing the excel document generated by the export data store entity to Excel smart service. Remote File Path : Currently left Blank Is
Hi Champs, I am using docx from dynamic template smart service to create dynamic document. I have few section which are dynamic in the template based on which it will either show and hide the whole section. As this section would also part of Table of contents. I want to update TOC dynamically. is it feasible with the plug in? Regards, Shyam
I am using the Advanced Rich Text Editor component (Vuram) and have set the maximum size limit to 4000. When testing, I noticed that the component shows 100% usage when I enter around 3700 plain text characters, even without any formatting. My assumption is that the component stores the content as HTML and the size calculation includes not only the text I enter but also the HTML tags generated by the editor. When I checked the source, the total HTML content length was around 3989 characters, which is very close to the configured limit of 4000.Is my understanding correct, or am I missing something? Has anyone else experienced this behavior or knows how the size limit is calculated?Any insights would be appreciated.Thanks!
I created email template in word and needed to add the logo image so I added it using insert and uploaded the template as document in appian, after I used this template in send email node in process model so while I am opening the mail I am not able to see logo image. some error come as "linked image cannot be shown. File may be moved or deleted. Verify that link points to correct file and location" Can anyone help me in this issue.
I have GridPlus implemented nicely and does the basic editing and saving as it should, what a great plug in! But... we have a requirement added to create a related record which would link the edited items to a known key value in a related table. Since both the queryRule and gridsubmitchanges->editModel are kind of rigidly defined, I've been thinking of ways to accomplish adding the record to join the edited rows with the other table. Can a related action apply to just the 'edits' / is there a way to pass that? I explored the possibility of a 'tempKey' in the queryRule's queryRecordType, but can't really insert that known key value there. If I could just get the data into the record, then the editModel could do the additional writerecords & sync. Is there some simple way to accomplish this without having to get heavy handed by maybe writing to another data store to be re-read in the editModel
Hello guys, So I was trying to add image to the document (both dynamic and static) . I included the required image doc as constant in my XML. I got the id of the document in the generated document. Some discussions explain about bookmarks. I have tried that but still the same. It gets a bracket outside of the doc Id. So Any other possible solutions. Also I want some notes or any references or other new things in this plugin for my seminar. Thanks in Advance. First image is the template. Second one is the xml code. Third one is the one I got so far.
Hello Everyone, I am using DocX from Dynamic Template to insert a signature in a Word document. I need to insert the same image in two different places. While the first signature is working correctly, the second one is not updating as expected and remains the same. I have uploaded the Template, XML code, Images code, and the generated document for your review. Please let me know if there's an issue with my configurations. Thank you in advance! XML: = " " & cons!SIGNATURES[1] & " " Images perameter: = {signature: cons!SIGNATURES[1]} [View:/cfs-file/__key/communityserver-discussions-components-files/19/Two_5F00_signatures_5F00_Template.docx:320:240] [View:/cfs-file/__key/communityserver-discussions-components-files/19/Result_5F00_File.docx:320:240]
Hi ALL, I want below requirements satisfied with Gant chart. We are using editable grid to change dates. In the same way want gantt chart to update dates via Gantt. below is needed and please suggest which plugin is best to satisfy our needs. 1. Task Structure & Organization Task grouping and hierarchy WBS (Work Breakdown Structure) grouping with expand/collapse Predecessor relationships between tasks Ability to change task dates and have downstream tasks update automatically Ability to rename tasks Assign task owners 2. Scheduling & Logic Support for dependency types (FS, SS, FF, SF) with duration handling Auto‑lag based on dependencies Manual scheduling toggle (auto vs. manual) Critical path identification (on/off toggle) Visibility of Planned vs. Actual vs. Standard dates 3. Visualization & Readability Color coding of tasks Highlight past‑due tasks Highlig
How can I iterate the whole table for the requirement? How should the syntax be placed for Advanced Document templating plugin. I understand the code how we can loop through the rows in a grid but how can we loop the grid itself? eg: If I have 5 employees under Labor grid I want 5 different grids dynamically created based on syntax!
Hi Everyone, I am facing an issue with isUserPasswordValid() of the Credential Management plugin. It’s not working for me and is always returning false, even for a valid username and password. Is it working for anyone else? I am using an Appian Cloud environment. Please share your inputs. Thanks!
After upgrading version of SFTP Plugin to 4.1.1 and using SFTP Send File new smart service file permission issue is occuring.Note - Previous we were using Send File Over SFTP (Basic Credential).Please provide the information why it is occuring this is on priority for me
I have a requirement where need to generate the PDF document. if i add text which is more that 4000k then text gets overflow the screen and it comes in single line. How to add a line break so that the text should be in paragraph itself.
I am working on a custom plugin, I am curious as if there was a change in Appian version 26.3, I use content service to open a file and get the input stream, like I have down with versions 25 and older, I was curious if there was a change in how the content service works and how to properly open a file inside a custom smart service. Code I am using: Document[] documents = contentService.download(docId, ContentConstants.VERSION_CURRENT, false); if (documents == null || documents.length == 0) { throw new RuntimeException(String.format("Document with id [%s] was not found.", docId)); } Document document = documents[0]; return document.getInputStream();
Hi Team, I'm using Mail Poller plugin for reading the emails from mailbox, but I'm getting the following error message, it is not reading the emails. Any idea?ErrorMessage - Error executing the requestTimeLimitReached - false
Hi Everyone, I’m hoping to get some advice from the community on how to learn Appian Custom Plugin development. I have 3.5 years of experience as an Appian developer and am familiar with standard Appian development (SAIL, records, process models, integrations, etc.). However, I have no experience with custom plugin development. I have reviewed the Appian documentation, but I feel like I’m missing a learning path. It’s difficult to figure out: How to start as a beginner What are the actual prerequisites are How to go from developing plugin code to testing in Appian What a good first plugin project should entail I would greatly appreciate any advice from anyone who has experience with: A learning path for plugins Examples or GitHub repos for beginners Advice on local Appian development for testing plugins Things you wish you had known when you started Any advice, links, or personal experience would be greatly appreciated. Thanks in advance for your help.
We are using [Deprecated] Export SQL to Flat File smart service from Excel tools plugin and we recently updated the plugin version to 2.10.0 in admin console. We tested it is working fine as expected. Do we know if we can continue using this smart service?
Hello, I am currently evaluating the HTML To PDF Conversion plug-in for generating PDF documents in Appian. The basic conversion flow works correctly: I can pass an HTML file as the source document. The Smart Service generates a PDF document. The generated PDF can be saved in Appian. However, I am having an issue with Japanese text. The HTML file displays Japanese characters correctly when opened as HTML, but after converting it to PDF, the Japanese characters are rendered as #### in the PDF. English text and numbers are displayed correctly. I have already tried the following, but the result did not change: Added <meta charset="UTF-8"/> Specified Japanese fonts in CSS, such as: Noto Sans CJK JP Noto Sans JP Meiryo Yu Gothic Arial Unicode MS Specified Open Sans, which is used in the Appian UI Removed the <style> tag entirely to check whether CSS was the cause My questions are: Does this plug-in support Japanese / CJK / Unicode charac
Hi everyone, we are encountering an issue after updating the Dynamic Document Generator plugin to the latest version from AppMarket (from v2.2.2 to v3.0.3) *******************Issue Summary: When generating a PDF using the “PDF from Single DOCX with Fonts” Smart Service, text formatting such as bold and italic is no longer applied in the resulting PDF. Current Setup:- HTML Doc from Template Smart Service - HTML → DOCX via XHTML Smart Service - DOCX → PDF via PDF from Single DOCX with Fonts Smart Service - Fonts provided via constant as Appian Documents (Font folder includes Source Sans Pro (TTF and OTF))Observations: - The generated DOCX file correctly shows formatting (bold and italic) - Inspecting the DOCX XML confirms formatting tags: - <w:b/> for bold - <w:i/> for italic - However, the PDF output renders all text as regular (no bold/italic)Troubleshooting Performed We attempted the following with n
Hello- We are using the MS Graph Poller plugin & am trying to poll an outlook mailbox, the data gets properly persisted into the DB but i would like to know how do we identify the current record context, right now its not returning any record id back, it only give Mailcount processed but not any id to piggy back the record. Can someone please let me know on this, am trying to get hold of the documentation for this. Regards NK
Hi Everyone, i have a task where i need to send OTP's to the numbers by sending SMS through appian, how can this task be performed. Thanks, Sathvik
It seems like in order to use MS Graph Email Poller for different inboxes, I would want to set up different schemas in the MySQL Appian Cloud database (so the tables APP_MAIL_POLLER and APP_MAIL_POLLER_DOC that the plug in uses would have a unique table per inbox). Are there any drawbacks to this approach that someone might be aware of? We have the SCS and everything set up correctly (except for a permissions error on the secret element which is out of date). The documentation of that plug in mentions that the jndi should be set up as a datasource in admin console. Does that mean that it treats the connection as 'accessing it from external code'? Or, can we reference it in a different way? Thanks for any insight!
Encountering an issue with the ESRI ArcGIS map component plugin. Specifically, I'm utilizing the 'esriMapMarkerField' configuration to mark points, lines, and polygons on the map. Within this configuration, there are fields named 'onNewPointAdded', 'onNewLineAdded', and 'onNewPolygonAdded', which are supposed to trigger and save the new markings added by the user on the map. However, I'm facing a problem where after adding a point on the map and saving it onto the record type, the next time I attempt to fetch that point, it doesn't appear on the map. It seems like there might be an issue with retrieving and displaying the saved points. Could someone guide on how to ensure that points added to the map are retrieved and displayed?
Hi Team, We've run into a unique problem with the Excel Tools plugin. Scenario is as follows: We have a set of records with various data types and a pre-formatted Excel template where cell types are already configured. For most values the export is unproblematic as the standard Appian 4-byte integer is enough to handle the integer values. However, there's a new requirement that allows us to handle values beyond that limit (i.e. LongInt), which can be used on database side, but cannot be mapped to Appian Records where we have to rely on Text values instead. While there are plugins like Big Numbers Functions that support big decimal and integer numbers, this doesn't change the fact that we are still providing the Excel Tools plugin with a text values. Although the text is all natural numbers, the cell format in the exported Excel is of type Text and must be manually changed after download before it can be used downstream. My question to you all is whether you have
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.