-
Recently active
I have a record that stores text with HTML formatting from a Styled Text Editor Field. In one of my interfaces I pull that text from the record and display it with a rich text display field. Is there a way for me to put the text in such that it keeps the styling? I've been using stripHTML() on the text but that just removes everything which is not what I need.
Hi All, I want to compare the record type and a map that have similar data , I want to compare if it is same then create a list of that fields name. Thanks
I need to pass the filter value in my process model but as i am using record filter not the custom filter and hence i am not able to record or see that record filter values. Can anyone suggest some way to pass that record filter value from my interface to process model.
Hi all, any idea how can I unarchive process instance based on a specific date and time? Tried the following and it works: archiveprocess.sh unarchive -pmuuid 0002de8e-39d3-8000-80a4-014d98014d98 -pstarted "20220616*" However, when I try to add in DDHHmmss, it will not work. Example: archiveprocess.sh unarchive -pmuuid 0002de8e-39d3-8000-80a4-014d98014d98 -pstarted "202206160023*" thank you!
Hi All, I have a process which uses "Export SQL to Excel" Smart Service and fetches data from the db and creates a excel sheet. When using this - generate report, we are creating a select query - SELECT ID AS Number AND LABLE AS 'Label Name' FROM ABC_TEST table (multiple tables with joins to create almost 172 columns), and the plug-in smart service uses these alias names and creates header into the template excel that is - in excel you can see 1st column ('Number') & 2nd column('Label Name') as But after Appian upgrade 25.3, this alias is stopped and it is now taking direct table column names that is - ID & LABEL in excel header. Anyone has seen this issue and have any work around, please help/suggest. Thanks in advance.Note - this is user requirement where excel download report has almost 172 columns data which is used for further reporting. It was working very great before this upgrade but after upgrade it is just working with column header a
Hello Everyone, I am facing an issue with the Event History List (a!eventHistoryListField). I am not able to mention/tag users (using @, for example @ABC) while adding top-level comments. Has anyone used this feature successfully with eventHistoryListField? Any inputs or suggestions would be really helpful. Thanks in advance! Regards,
Hi Team, I came across an unexpected situation in Appian and would like to understand the possible root cause behind it. While reviewing the system logs, I noticed that a few interface objects were deleted at timestamp 2026-05-29 04:44:18. The logs show the deletion action under my username. However, during that time: I was attending a team call, my screen was being shared, and I was working on exporting/deleting objects only within a different application. The surprising part is that interfaces from another application were also deleted, even though I did not manually access or delete them. I have a few questions regarding this behavior: Are Appian system logs stored in GMT/UTC timezone by default? If yes, then 04:44 GMT converts to approximately 10:14 AM IST, which matches the time I was on the call. Can Compare & Deploy, package export/import, or dependency cleanup operations indirectly delete shared objects from another application? Is it possible for Appian to log deleti
Appian 25.3 I'm using a!queryRecords(.....).data to get an array of records from my record type in a process model. Next, I setup a loop and need to index each record in the array. However, this syntax does not work within the process model: pv!myRecords[pv!recordIndex] I receive this error: An error occurred while evaluating expression: myRec:pv!myRecords[pv!recordIndex] (Expression evaluation error: PE My RecType must be indexed by its corresponding record type fields or relationships) (Data Outputs) This exact, same syntax works if I move it into an expression rule and call that from the process model. The process variable is of the exact same type as the rule input on the expression rule (i.e. array of my record type). Yet, I cannot index the array directly in a script task in the process model Is there something I'm doing wrong here? Thank you.
The organization I'm working with recently had their Appian environments upgraded to 26.3 and it appears that the documented method for passing formatted text to the MS Word template using the MS 2007 Word Doc from Template smart service no longer works. Before the upgrade, when passing text to the template via the smart service, all newlines (char(10)) were replaced with the Word ML tag <w:br />, which would allow the formatting in the replacement text to be preserved. However since the upgrade, the formatting is lost and the <w:br /> tag is visible in the generated document. Using other formatting characters like <br/> or char(10), char(13) doesn't seem to fix this, how to we proceed from here?
Hi I wanted to audit my users in the system - with below attributes wanted to export data - I see there is a global user record where some of data is available but not all the parameters specifically type of user, created and created by - please help with this. Name, Username, Active or not, Supervisor or not, Supervisor name, created date, created by, type of user basic vs admin user
Hi Community, I'm looking for some best approaches, documentation if any for migration strategies. I would need info on below 2 scenarios: 1. Best practices/approach for migrating an application from other technology OnBase to Appian 2. Best practices/approach for migrating data in old application. Quick pointer on above is much appreciated.
Hi all,I am trying to open tomcat log file from system logs. But I am getting Error 403 - forbidden. Your request could not be processed. Can anyone let me know what might be the reason for this issue??TIA
We are currently using Appian Case Management Studio (CMGT) as a base application in our organization. On top of this, several separate applications have been built for different business sectors. The issue is that each of these applications appears to be using a copied version of the “My Cases” module rather than extending or reusing the core CMGT “My Cases” functionality. This has resulted in multiple duplicated implementations of essentially the same case listing and interaction layer, each diverging slightly per application. We are trying to understand the best practice for handling this pattern in Appian: How can we properly extend or customize “My Cases” functionality per application while still relying on the same base CMGT module? Is there a recommended approach for reusing the CMGT case views (e.g., configuration, overrides, or parameterized interfaces) instead of duplicating the module? What is the cleanest architecture pattern to avoid mu
Are there any upcoming Appian Dev Days? I've been to a couple in the past. One in NYC and on in Jersey.
Hi All, I am looking for best way to extract meta data of all documents that exist on an environment. This I need for migration purpose. My requirement is to store document details(document id, doc name, parent folder, kc name etc) from all over the environment. This would require traversing through each KCs and find folders and documents recursively. Has anyone faced such requirement and is there a provision for this to be done OOTB or any best way which won't hamper the environment running status. Thanks in advance!
Hi all, We recently upgraded to Appian 26.3. During regression testing using Appian Selenium API, our scripts are failing while reading grid data. The getGridContents() function is not able to read the grid label, although it is able to read the rows and columns. The same script works as expected in Appian 25.4. Has anyone else faced this issue? I would appreciate any inputs or insights. FYI, our libraries are up to date. Thanks in advance.
Hi all, Seeking some help, our current Fitnesse for Appian implementation has been signing into our application via credentials entered in a SetUp wiki page - | login with username | fitnesse.user | and password | examplePassword | This works as expected and allows the automation user to sign in. I am trying to switch to using the provided configs/users.properties file to sign in with a key/value pair, however the password never ends up getting retrieved from the configs/users.properties file? # Users used for | login with username | fitnesse.user | fitnesse.user=examplePassword | login with username | fitnesse.user | As you can see, the result of our setup script is as follows (and it stops here) Site is on 25.4 using SAML, Fitnesse for Appian version 23.4 Fitnesse start.bat script is: java -jar lib/fitnesse-20230503-standalone.jar -p 8980 -e 0 -f configs/custom.properties Has anyone experienced this same problem and been able to resolve it?
How to disable all the remaining checkboxes while we select one checkbox in Editable grid ?
We are facing an issue with Process Upgrade and CDT versioning in active process instances. Context We have a process model that contains a process variable of type Comentarios. Recently, we added a new field to the Comentarios CDT. As a result: Existing/running process instances still have the process variable using an older CDT version, for example Comentarios^4. New process instances use the latest version of the Comentarios CDT. We are trying to upgrade the old running process instances to the latest process model version using the Process Upgrade approach / Upgrade Processes From Version smart service. Problem The upgrade fails because the source process instances have the process variable using Comentarios^4, while the target process model has the same process variable using the latest Comentarios CDT version. The error indicates that the process upgrade is not compatible because the CDT type/version is different. From the official Process Upgrade documentation, I understand th
How to control drone through Appian?
Expression evaluation error at function a!isNullOrEmpty parameter 1 ???null???: Invalid index: Cannot index property 'x' of type Text into type List of Variant. This error is faced by user when opening record action. This is only faced by a specific user. when I open the same request, I am not getting this error. Also in design error log only highlights the process which calls the interface. This error looks very high level and not highlighting the object name clearly. Does anyone faced any similar kind of issue? Please let me know if there is way to debug this.
My Team's Automation engineers are trying to automate the testing for the applications. They are using id for input fields to create x paths. The problem when the tab is refreshed, the ID's for the same field is being changed in the html. Can we keep any unique identifier for creating x paths?
hi team, testing the emailid's,1234567-45 testing 1234567-9ow2 doing 12 34 567- 2 2 test 12/34,567:- 2.2 tests 12345an67-92 dummy 12345-23 have to extract the id's and after extracting need to format in below format, 12345-05, 123456-06 1234567-07 could you please suggest best approch.
Hello I have a requirement to read text from PDF so we have used getpdftext but if the user uploads password protected PDF file , the function getpdftext is throwing the below error- Expression evaluation error at function 'getpdftext': Cannot decrypt PDF, the password is incorrect If the file is password protected, I need to by pass the flow which is going to getpdftext, So Before only I need to check if the file is password protected or NOT. Can any one please suggest how to achieve this.
Hello Everyone, I am currently working with the new gridPlusLayoutField component and noticed that the drag & drop functionality (which was working in the older gridPlusLayout) is not available anymore. In the older version, we were able to use drag interactions, but in the new GridPlus, it seems to be disabled or not supported. I wanted to check: Is there any configuration or property to enable drag & drop in gridPlusLayoutField? Or has this functionality been removed/changed in the new version? I have already checked basic configurations like readOnly and edit-related settings, but didn’t find anything specific for drag & drop. Any clarification or workaround would be really helpful. Thanks in advance!
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.