-
Recently active
Hi everyone, I’m working on a task where the expected output involves a grid that allows multiple selections. The user can select three checkboxes and then click a button. Upon clicking, a small popup should appear asking for a meeting name corresponding to the selected three IDs. I tried implementing this using a related action, but it only works for single row selection. It doesn’t support multiple row selection. I also tried using a startProcess link, but it opens a large popup. Since we’re only filling in a single text field (the meeting name), it doesn’t look good occupying the entire screen. Is there any way to achieve this more effectively? Thanks in advance!
The requirement is that Process should start on the Inbound email should receive by the process. And We need to show the Inbound Email uploaded into the task automatically, so i have used the "Create EML File From OOBT Poller" plugin which was giving the expected result but the formatting in the Body content is giving in a single line. Please suggest a way to align the email body content Process Model The output file from the pulgin
I have a scenario to create an excel file with 3 sheets. I have used the export data store entity to excel smart service in the model back-to-back (3 times). I gave the folder to the first node, configure the output document of first node and provided the document to update field in second and third nodes respectively in order to update the same sheet. The process executes and returns the excel document that i expected. But in the history, after the execution of first node, i have one document id generated and after the execution of last excel node, another new document id is generated. At the end of the process, i write the documentId in a table. In the mentioned folder i can see only one document which is the first one. Please let me know what should i need to do? Thanks In Advance,Vishnuvarthan.
Old requirement: User used to enter multiple email addresses separated with a comma and that combined value was sent from Appian to API for sending emails. Here the highlighted rule input was saved as Text type in Interface. Now the requirement from API end has been changed and they have updated the Email addresses variable to list of items. In order to handle this I have updated the Rule input to store multiple values I tried to use a!foreach() in the saveinto parameter of a!textField() but Interface is not recognizing the multiple values as list of items. Can i please get some suggestions on how to handle this?
Hello , i am trying to build a PM that sends mails to users(81 in total), i put delay between the emails 25 seconds , but after some repetitions (33,42,72) random each time PM stops with the error : Failed to send emailIs there a limit of email that a sigle PM can send ? or something
Hi All, we have encountered the delay in the execution of the process node (write Records) in the process model. The estimated time taken for the execution is over 2000ms, can anyone suggest, how to reduce the node Execution time and we have Expression rule in the node input of the smart Service . Thanks in advance!! regards, Manoj Yadav.
Can we get the UUID of Groups in Appian via any function or plugins in an expression rule.
Hi Everyone, i am trying to display numbers from 105 but the output should be : {105,110,115,120,,125,130,135,140,145,150,151,152,153,154,155,156,157,158,159,160,165,170,175,180,185,190,195,200}, i have tried but after 105 iam getting 115,Here sharing my code a!localVariables( local!data: 101 + enumerate(100), index( local!data, where(like(touniformstring(local!data), "*5*")) )) Thank You In Advance
Dear exports, I have used Export Data Store Entity to Excel Smart Service in process model. 1. Configured Data Store Entity is the DB View, there are 8000+ records in this view. 2. I didn't apply any filters. 3. When run process, there is no process error or any error in system log, process instance run successfully. However, I only export out 5000+ records in excel, which is not expected, suppose should be all records in DB ( 8000+ ), what's the possible problem? how can I fix it? PS: I have double check missed records, those are not duplicated records in the view. And I have done a POC, if change the DSE to point to any table, no this data missing issue in exported excel, but if change to views, some have data missing issue, some no, I have no idea that why those data will be missed.
local!data: { a!map(SAPNumber: "1111111", Qty: "1", Spare: "0"), a!map(SAPNumber: "1111111", Qty: "2", Spare: "1"), a!map(SAPNumber: "1111111", Qty: "3", Spare: "0"), a!map(SAPNumber: "2222222", Qty: "1", Spare: "0") }, In the above list, If a duplicate combination of 'SAPNumber' and 'Spare' exists in the list, display a message indicating that duplicate data is present. Example : a!map(SAPNumber: "1111111", Qty: "1", Spare: "0"), a!map(SAPNumber: "1111111", Qty: "3", Spare: "0"), here, 'SAPNumber' and 'Spare' are same so it must shows a message.
Hello, I have a Web API configured to trigger when a process model encounters a failure. The logic to detect the failure in the API's body section is as follows: error_code: if(fv!processInfo.pv.success, fv!processInfo.pv.errorCode), error_description: if(fv!processInfo.pv.success, fv!processInfo.pv.errorMessage, "Failure in process model") The issue I'm facing is that the process model executes successfully — no errors occur, and I receive the expected data in the response. However, the API still returns the error message: "Failure in process model". Also, the errorCode and errorMessage passed from the process model are empty. Could anyone help me understand why this is happening? Is there something wrong with how the condition is structured? Keep in mind it used to work prev and is working perfectly in other processes/web APIs?
I am trying to use the DOCX from dynamix template smart service "<dynamic><caseNumber>U-123</caseNumber><caseOpenDate>9/23/2024</caseOpenDate><fbiLocation>Texas</fbiLocation> <Today>May 30, 2025</Today><fbiPhone>(123) 456-7895</fbiPhone><fbiEmail>test@gmail.com</fbiEmail><fbiRole>Chris Hustle</fbiRole><SItable Subject='Jeff Gates' DOB='2/11/1982' SSN='' /><SItable Subject='Aron Jones' DOB='6/22/2005' SSN='' /><SItable Subject='Chris H'stle' DOB='' SSN='' /><allegations></allegations></dynamic>" However, I'm encountering the following error due to the apostrophe in the Subject attribute: Element type "SItable" must be followed by either attribute specifications, ">" or "/>". The issue is caused by the unescaped apostrophe (') in the Su
Hi, I wanted to know if there's a way to get deployment logs from an Oracle database using Appian's OOTB compare and deploy feature without going to the database. For example, I deploy a script that returns a log file to verify that it ran correctly. If this is not possible then I would like to hear some other suggestions. Thanks.
I wanted to update record field with fv!index. I have Recrod type filed1, field2, field3 field3 should update with foreach index
Hi All, I'm experiencing a quirky behavior. I am a system administrator and have designer group access but unable to edit process model expression editors of script task, email nodes etc. I have also tried in Designer view and made sure it is not analyst view. Please advise.
a!isNullOrEmpty(a!fromJson("{}")) gives me result as false but my requirement is to check if a!fromJson is empty then it should return true. How can we acheive this?
My situation is as follows:I have a Vehicle record, an Employee record and a Driver mapping record between them. A vehicle can be reserved by a driver at a time, but in it's history there can be many previous drivers. I want to make a custom record field that shows the current driver assigned to a given vehicle so that i can use it throughout my application. However I am not sure how to do this with the aggregated custom fields. Since aggregations basically do not care for the specific thing i want (I want to show the employee name of the driver that has the latest start date on the mapping table).Is there anything i can do for this? Or do i just have to rely on relationships and generally querying relatedRecordData appropriately to satisfy this situation?
Hi, I have readable grid in which i am using arrow icon, so if I click on that arrow so that row should go up and upper row should come down. I can get all data items from current row, but how I will get data from previous row, So I can apply swapping conditiin
Hi Team, I want to display an external PDF URL into a!documentViewerField, i tried using a!webContentField for the same, however the URL is not supported in it. I am open to first save the document to Appian and then display it. Please help me with the possible solution to this use case . Thanks in Advance.
In integration if the response is in xml format, how to convert it to appian value and save in a record type
Hi all, we're looking for the best way to maintain a large deployment between environments. We have the package created in our DEV environment but we don't want to keep deploying this into SIT every time we fix an issue, as it's a large package and some issues may be in progress and not ready for deployment. I think ideally we want to create a package we can maintain in SIT as we deploy fixes to keep all the objects we've changed consolidated for when we deploy to UAT. Is there any way to create a package from a direct deployment or do I just need to manually create a new package in SIT and manually add all of the objects? Thanks!
I have created an email node. The recipient is configured as =toemailrecipient(cons!IAT_PURGING_NOTIF). The node executed successfully however no email is received. Can someone please advise what is wrong here. The constant is setup as type - Email address & Array having multiple recipient values.
I'd like to understand how the count of descendant rules affects interface performance and how this count is calculated.
Getting error in the script task. I'm trying to pass the below jsonPV in PM.I want to store the id values in DB as separate row
HiCan we extract data from unstructured documents using Appian IDP Gen AI features
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.