-
Recently active
I have to open a web page as RPA Task and scroll down to click on an icon to extend the additional info. Upto scroll down to that particular section, it is working fine. But I am not able to click on the add icon to extend. Can someone guide me with the configuration.
Hi All, i want to know , how to configure the below logic BY default all the option should be selected. and also in dropdown i can have the option to deselect all /select all along with all the options. Please help me how i can go about this
Hello, We are running a query on Synced Record data using a!queryRecordType where we need to filter based on a list of Text. This is the query filter we are using: a!queryFilter( field: 'recordType!recordName.fields.email', operator: "in", value: ri!email ) The record field is type Text and contains users' emails, which vary in how they are capitalized. The rule input ri!email is a list of Text String. When we pass in only a few items to that rule input we are able to return the expected results and we do see the records being returned with the email field matched in a case-insensitive manner. However, in our implementation we need to search on a large number of emails where the capitalization is not consistent across data sources. When we pass in 173 items to the ri!email rule input, we do not see the results being returned as expected with the email field matched in a case-insensitive manner. Then, if we update that 173-item list to make t
Hi, I need to create JWT token, for this installed JWT Tools Plugin, createtoken() function is pasking for externalSystemKey as param, I don't know how and where to configure it, and if it dependent on other 3rd party integration, what to configure there and how it will handshake with apian to test? Kindly guide us on this. Thanks,
I want to have a custom record field, get data from related record field with out any aggregation it is a text field(like we have group_concat and group by in SQL). I want to have this field as I want to apply sorting in read only grid on this column
Hello, I am trying to capture the attachments sent by email when starting a process by email is configured. I have tried to store in a variable (multiple) of type document the following data but the variable remains null: - fn!property(msg!properties,"attachment",null()) - fn!property(msg!properties,"Attachments",null()) And I also tried just msg!properties.Attachments but I get this error by email:
In a queryentity function, in an interface, I'm getting an error like "Unexpected error executing query (type: [CPVAccountsStatementTrackerDT8331], query:[queryentity expression], order by: [[Sort[FinancialInstitutionOther asc]]], filters:[(firmId = TypedValue[it=1,v=-1)])". How should I resolve this error. In one of filters, we are filtering based on -1 but this is working in some environment while failing at some.
I created and RPA to upload a document(CSV File) from a Virtual Machine to Appian. Everything works fine when I run the RPA manually, ie select execute from the robotic process. However when the RPA runs as part of my process model, I get the following error. [ERROR] 2022-11-14 17:55:06 - - Error code APNX-1-4530-023 with message "The document cannot be uploaded because the storage limit exceeded, you do not have privilege or the document name is not unique." found for resource /api/v1/uploadDoc[WARN] 2022-11-14 17:55:06 - - Method manageException invoked I'm sure it must be some security setting in my Process model, but I can't figure it out. Any ideas?
Hi, I have a RPA that takes files from my local machine and upload them into an Appian folder with the Upload Document module provided in Appian Services.. When I run the RPA within the Appian RPA console it works perfectly fine. I want to trigger this RPA from an Appian Process Model that uses the Robotic Process Smart Service but when I do so the RPA start fine but then I have an error that I can't solve so far... (looks like it's about the Target Folder).Error code APNX-1-4530-021 with message "docFolderUuid query paramter is not found." found for resource /api/v1/uploadDoc Can anyone help me? Thanks, Jeremy.
Hello Everyone, What is Appian Composer where can we find that?If there documentation please do share
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.
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.