-
Recently active
Hi , I am trying to upgrade a process from older version which is active in prod, we have included New Nodes, Added new pv's after a user input task in the updated version. I looked into the documentation and tried using these plugins, when I used upgrade Processes from version 2, it ran successfully, but no changes to the existing processes then tried Upgrade processes plugin, it returned the result code as Invalid state, although the state of existing process is active. could anyone guide me on this issue?
hi Team, Deactivation flow is not working in specific condition when all users are removed from Active directory group. it takes return all uses and send mail. does anyone have work around? ldap tool version 1.5.1
Hi I am currently working on version 24.3. I am working on Email classification AI for which the prerequisite is the emails should be in .eml format. The sample mails that i have are in .msg format so for converting them I am trying to download the plugin "Create & Read Email Files Utilities". The environment gives me the message "Successfully deployed plugin" but I don't see the plugin added in the environment. Can any one please suggest why this is happening. Any other suggestions of how to convert .msg to .eml are also highly appreciated. Thanks in advance!!
Context using XML data with html tags and XSLT: Facing below error, however if i using generated html code from below xml and xslt into pdf from html ..its working XML: concat( "<details>", "<title>", "PDF FROM HTML TRANSFPRMATION","</title>", "<remarks>", "<![CDATA[", local!data.remarks, "]]>", "</remarks>", "</details>") XSLT file: <?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl="">www.w3.org/.../Transform" version="1.0"> <xsl:output method="html" encoding="UTF-8" indent="yes"/> <xsl:template match="/"> <html> <head> <title> <xsl:value-of select="details/title"/> </title> <style>body { font-family: Arial, sans-serif; margin: 20px; }table { border-collapse: collapse; width: 100%; }th
We are using Set External PV's node from plugin Get and Set Process Variables but it is throwing error as invalid process exception. Please let us know if any knowledge articles or documentation we can get to understand the functionality and to counter any missing loopholes.
I have a process that has data that flows into fields within a PDF. After that document been created I want the document to be flattened to make it read only, then to add a layer from a duplicate document (with the portions we want still fillable). I can't figure out a solution to make this possible. Does anyone have any suggestions. We have the PDF Tool Plugin currently.
Hello Team,I'm using Mail poller plugin for reading the emails from mailbox, but recently I'm facing this below error and It doesn't read any mails. Is there any way to fix this? * BYE Jakarta Mail Exception: java.net.SocketTimeoutException: Read timed outThanks in advance!
Like to check whether the Encryption Functions plug-in compatible with Appian Portal or not. However, I don't see any document for this. Also, as per the documentation, we can see this compatibility in the plug-in summary. However, not able to find this. Can anyone please guide me?
Hi, We have text which has Apostrophe in it for eg: Name with Apostrophe in it (Katie O'Mahony) . Since it is a XML field, We cant use it directly in XML field. Escape characters also not parsed in created document. Can you please help us in getting document generated with apostrophe in the text field. And also let us know which escape tag needs to be used for Apostrophe insertion. Sample XML :<followerlist abc='xxx' name='Katie O'Mahony' /> We have tried replacing with escape characters like &apos; $#34
While receiving file using smart service "Receive File Over SFTP", I am getting error as "Error copying the remote file to disk. See application server log for more details. Error Message: The message [filename] is not extractable!". It worked fist time and from 2nd time I am getting error. Also I tried next day but still getting same error. I am using plugin "SFTP Smart Services" with version 2.2.1. Can you please suggest solution on this?
Hi I am using PDF from single Docx ( with fonts ) to generate PDF from a docx document. Everything is working fine, i.e. the pdf is generated and can be opened. But there is 1 small issue wherein the generated pdf document is not showing bold characters. I have also attached the Arial Bold TTF file to the smart service ( since all my text is in Arial ) but still there seems to be difficulty in displaying bold characters Docx Document containing bold characters Generated PDF If you see the table heading as well as table column headings are not in bold in the pdf but the word doc seems to have bold text Can anyone please help me to get the text bold ?
Hi I am using PDF from single Docx ( with fonts ) to generate PDF from a docx document. Everything is working fine, i.e. the pdf is generated and can be opened. But there is 1 small issue wherein the generated pdf document is not showing bold characters. I have also attached the Arial Bold TTF file to the smart service ( since all my text is in Arial ) but still there seems to be difficulty in displaying bold characters Docx Document containing bold characters Generated PDF If you see the table heading as well as table column headings are not in bold in the pdf but the word doc seems to have bold text Can anyone please help me to get the text bold ?
Hi I am using the PDF from Single Docx ( With Fonts ) Smart service to convert my docx file to PDF. Everything is working fine, my document is getting generated and all, but there is one issue i.e I am not able to display text in bold even though the docx have the text in bold. I tried including the Arial Bold ttf font file to the smart service, but it doesn't seem to work ( I had attached arial bold file because my entire contents in the docx file is in Arial font and I have made some parts of it bold ) Docx File with bold text : The generated pdf : If you see the heading of the table as well as table column headings are not bold Can anyone help me understand how to make the text bold ?
Hi all. The Appian Designer/Plug-Ins tab shows a long list of plugins that are installed on my cloud instance. I would like to create a list of the plugins that are actually used by my application. I tried searching the forums and found several answers that suggested exporting my application then searching through the xml files to find the plugin names. After exporting my application, I found a file "/META-INF/plugins.txt". Does this list the used plugins? None of the answers I found talked about this file, but they were several years old, so its likely things have changed. thanks Matt
Hi, I am trying to generate a pdf using the pdf from doc smart service, but once the pdf is generated the header is not being present. Can someone please help me out on what the issue could be ? Attaching the ss of my process model for reference
Hi, I'm using excelreadcellsbynumber to read excel file excelreadcellsbynumber( excelDoc: ri!template, sheetNumbers: {1} , columnNumbers: { 7 }, rowNumbers: {7,8,9,10} ) it returned null value from row 8, 9, 10, which is not correct Because when I use readexcelsheetpaging, it returned the correct values readexcelsheetpaging( ri!template, 0, a!pagingInfo(1,100), 8, "", 0 ),
"I am working with the MS Graph Email Poller plugin to read emails and save attachments as .eml files in an Appian document folder. However, I am having difficulty locating the SCS external system key and the correct JNDI name. Could someone please guide me on how to set these up?"
I am using DOCX from dynamic template and able to generate document having multiple pages (generated dynamically and depends on the size of passing array.) For each entry I have a header and because of the data length, Header is not coming on top of each page for the same item content.(Required: Header to be displayed on the pages till the length of the content of the item) How can I make sure that header will always come on Top of every page of same item content and next header will start from next page always with new item content ? Is there anything we can configure in Dynamic template? I came across one solution: But this is again a lengthy process, So is there any other solution that can be tried apart from the screenshot attached?
1. Current setup we are generating the JWT token using and external system key and the details we are stored in the Third-party credentials in Appian admin console, and we are using the JWT token to generate the token, and this approach works well. 2. Problem The external system key expires every six months. This requires manual updates to the key in the third-party credentials in the admin console. We have access to a Realtime API to retrieve the external system key dynamically. Is there a way to generate the JWT token without manually updating the third-party credentials every six months I need to build like this, I have a process first I will trigger the API to get the external system key and I will pass the key and i have to get the JWT token.
There is a database table where user can write into. I need to generate a dynamic template using the data from the table. Meaning I have a button or a link, whenever user click it, the latest template should be generated and downloaded. 2. And I want one of the column to be populated with a dropdown and user can only choose value from the dropdown, which also means the excel should be protected. Can we generate protected excel with only specified cells that can be edited How can I implement this?
Hi, I'm using readexcelsheetpaging() to read an excel, it has a blank row so I want to set stopReadingAtFirstBlankRow: false But I got following error: Expression evaluation error at function 'readexcelsheetpaging' [line 26]: The passed parameter(s) are of the wrong type. Received the type com.appiancorp.common.xml.JaxbConversionException: JAXB was not able to produce a value for typed value TypedValue[it=26,v=0] as java class java.lang.Integer. But when I removed stopReadingAtFirstBlankRow it works fine.
Hi, When I was reading an excel file uploaded by user, how can I identify the max row that has values? Otherwise if I read to the row that has no values I'll get error, I'm using excelreadcellsbynumber()
I am trying to move the file into file system by creating a folder on the destination path. I am passing folder parameter using constant. This is moving file in file system but not creating folder. Please guide me what I should configure so that it will create folder and move file in it. ++[mention:9a3c4b933d674b319102bb3e59083770:e9ed411860ed4f2ba0265705b8793d05]
Hello, I have an issue with the map, which just won't appear in the interface. I had this issue a month ago, when I couldn't see the map, but my colleague did. A couple of weeks later the situation was the opposite (I saw the map, but my colleague didn't). Now the problem is worse - none of us sees the map...
Hi Appian Community! Does anyone have good recommendations for replacements for the unsupported plug-in Republish Model as Different User? My organization uses it in lower environments whenever an individual developer modified a process model and daily, there is a scheduled process that republishes all the modified process models as a service account to prevent issues of process models being "stuck or frozen" when a developer leaves and their account becomes inactive. TIA
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.