-
Recently active
There are 300+ Constant in my application but i need to filter the Env specific Constant . How can i do that
Hi I am using below code but my value is not saved in the database. Please suggest. a!paragraphField( label: "operations", showCharacterCount: true(), value: local!cashNotesval, saveInto: { ri!comments, a!save(local!cashNotesval,ri!comments), a!save(ri!comments,save!value), a!save( ri!Transaction.comment_txt, ri!comments ), }, I am saving local value into rule input but it is not passing in database. Basically this local!cashNotesvals is autopopulated when on selecting dropdown value.But this value is not save in database. If i am typing manually in this paragraph field then value is saved.
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!!
Hi, I have a Child Interface with a Submit button and a File Upload functionality. It has two Rule Inputs: cancelInput (Type: Boolean) uploadedFile (Type: Document) Now, I’m using a Parent Interface that has a Tab-based Navigation layout, and I want one of the tabs to display this Child Interface. However, the system prompts me to pass the two parameters (cancelInput and uploadedFile) when I call the Child Interface using rule!ChildInterface(). How can I effectively pass these parameters from the Parent Interface to the Child Interface while keeping the setup simple? I’d appreciate any tips or examples! Thanks in advance for your help! Naveen k Rajakumar
HI everyone , Is it safe to remove the unnecessary heap dump files from the bin folder without stopping the services? If I delete these files, will it cause any issues? We've resolved the heap memory problem, and the application is functioning properly, but I need to clean up the storage. Thanks, Udhaya
Hi, We have configured SAML login in our environment but we are having trouble mapping the email attribute. Our client has two types of SAML users: internal who have their email defined in the email claim. external who do not have any value defined in the email claim, is empty when accessing Appian, and have their email in the name claim. We are trying to find a way to make this mapping dynamic so it can work for both type of users with the same Idp. We need a way to validate if the email claim is empty and map the name claim instead, is this possible? We haven't found any way to do this but we wanted to ask in case anyone knows or has any ideas that we can try. Thanks in advance
In step 9 they have asked to check 3 boxes as below but i cannot find 2 records
I have an expression rule that returns a value based on rule inputs. When I run this rule as a stand alone rule, it gets the data I expect. When I run this rule in process model A, I get the result I expect. But when I run the rule in process model B, I don't get the results I expect. These 2 process models are child processes that get called at the same time, and have the same inputs. The node that runs the rule has the exact same inputs, settings, assignments, etc. I can't see any reason why the rule would work correctly when run manually, or when run from process model A, and not process model B. For context, they are expected to return the same value in both process models. Am I missing something? If it helps, I'm using Appian Cloud v22.3
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
I’m working on an interface where I need to display the latest update for each case dynamically. Here’s the setup: Data Source: A record type (HistoryCase) that logs all movements for cases. Another record type (CASE) storing the status of each case. Goal: Show the latest "Update" (LogText = 'Updated') for each case on a dashboard. Exclude cases where the status is "Close." Add filters for a specific date range (e.g., 2024-11-01 to 2024-11-30). Challenges: How can I efficiently query and display this data in an interface, ensuring performance for large datasets? What’s the best UI design pattern to display the results dynamically as the user applies filters? I’d love your suggestions on: How to structure the query for this use case. Best practices for designing an interface that’s user-friendly and responsive.
Hi Appian community! [emoticon:b7bcfd5903f14440addb24344907da6e] I’m a recently certified Associate Developer, and I’ve been working on a scenario that I’d love your thoughts on. It involves translating SQL logic into Appian to make the most of a!queryRecordType. Here’s the use case: I have two tables: Main Table (CASE): Contains the case ID (IDCase) and its current Status. Secondary Table (HistoryCase): Logs all historical movements (LogText, CreatedDT) for each case. Goal: Find the last "Update" (LogText = 'Updated') for each case. Exclude cases with Status = 'Close'. Only include updates within a specific date range (e.g., 2024-11-01 to 2024-11-30). Order results by IDCase. Here’s the original SQL query I’m trying to translate:SELECT * FROM ( SELECT IDCase, CONVERT(Date, MAX(CreatedDT)) as 'CreatedDT' FROM ( SELECT A.IDCase, A.CreatedDT, A.LogText, A.IDHISTORY, B.Status FROM [dbo].[His
Hi All. Am using Set External PV plugin to update process variable of two different process. Lets say process ids 12345 and 54321 and both PM are having same security. But I could able to update PV for process 54321 whereas I couldn't do the same for other process. Its showing below error. "An error occurred while trying to update the PVs of process with id 12345: Insufficient permission" Can anyone suggest how to troubleshoot this? Thanks in advance!
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.
On the Landing Page, I have a Navigation menu on the left and Record List on the right, When I click on the Loan Id hyperlink on one of the Record, it takes me to the Summary Page for that record clicked. Issue I am having is, the Summary page is taking up full page and overwriting the Navigation pane on the left hand. Please see 2 screenshots I have attached. How do I get the Summary page to be restricted to the right side of the Interface section and not go over the Navigation pane on the left?
The Output is True ,why
Hi all, I'm a beginner of Appian. I am required to get a user activity log such as "approved", "reassigned" , "reject" and so on... Do you know how to get these log? Am I need to create a new record type to get the information? My client requires to get them and download as csv... Hope somebody give me advice... Best regards,
Do we have an option to refresh related actions appearing at the top of an record view without manually refreshing the browser? Kindly suggest. Thanks
hi I am trying to implement an editable grid , which should have collapsible rows I am trying to avoid nested loops and wanted a check box option for all the rows . Any coding examples will help. Thank you
We currently support a site with a static image on entry for our internal users and customers. I was wondering if it's possible to have a video loop play in the background on entry navigation in Appian before progressing into the applications? As an example of a website that depicts a real pop in what the business offers: Kirby Corp has a great video of how the business moves chemical pressurized, dry bulk, or heavy product while still allowing the users to interact with the interface.
Hi, I have a process model where a rule is processed in a script task running parallel to a user input task. At the second AND gate, there are two possible scenarios: First API Call Path Reaches the AND Gate First: The API path reaches the AND gate before the user submits the task. This scenario works as expected, triggering the next chained User Input Task (UIT) in the process after the submission of first UIT. User Submits the Task First: The user submits the task before the API path reaches the AND gate. In this case, the next UIT is not triggered as expected. anyone knows what's the reason for this to happen ?note : the script task is not an actual API call but just an expression rule with some dummy dataThanks
I Trained AI skills with 20 Documents(resumes) under both Highly Structured and Unstructured categories, for this accuracy rate for Highly Structured is 40% and for Unstructure it is 47%. Is there any other ways to extract document for my OCR activity
Hi All,I have few records and out of those if i am trying to open any sync enabled records it's taking more than 30 mins ,not only opening if i am trying to sync these records it's taking forever.At the same time if i am trying to create or update any value for these synched records using "Write Records" in process model it's taking minimum of 15 mins, in some cases it's throwing "system encountered an error" , but when I checked in the database the write happened quickly (<1 min). We are using Oracle Database.We are not quite sure why this is happening,any leads /ideas? Thanks in Advance.
I have some question, i already set locale of User setting, but Date Filed can't change the format with yyyy/mm/dd How i can change the format of yyyy/mm/dd
Hello Folks, Am facing one issue where am using read only grid in that we are displaying the data using a!recordData. When am going to second pagination in one of column am doing on operation like toggle on/off immedetily read only grdig showing frist page instead of sendconf page where am did the operation. Can any one please suggest.
a!localVariables( local!map1: { a!map(Id: "Map 1", key1: "A", key2: "C", key3: "C"), a!map(Id: "Map 2", key1: "C", key2: "A"), a!map(Id: "Map 3", key1: "C", key2: "B", key3: "C") }, local!map2: a!map( Key1: "ky1", Key2: "ky2", Key3: "ky3" /*This list can be very long e.g. Key4: "ky4", Key5: "ky5" etc.*/ ), /*code here*/ /*desired output starts - swap the keys based on mappings in map2 */ /* { a!map(Id: "Map 1" , ky1: "A", ky2: "C" , ky3:"C"), a!map(Id: "Map 2" , ky1: "C", ky2: "A"), a!map(Id: "Map 3" , ky1: "C", ky2: "B" , ky3:"C"), } */ /*desired output ends*/ /*Is it possible ?*
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.