-
Recently active
Interface Definition: Expression evaluation error [evaluation ID = af95d:a8823] : An error occurred while executing a save: Expression evaluation error: The save target must be a local variable that does not refresh on every evaluation or on an interval, a process variable, or a node input (or a rule input passed one of those three), but instead was: [documentId=, mappingKey=1, entityType=, entityId=, docType=, docName=, docExtension=, docDescription=, appianDocId=, isActive=, createdBy=, createdDate=, lastUpdatedBy=, lastUpdatedDate=]. In my interface, I can add multiple lists and in each list, I have multiple documents. This is my requirement. a!gridLayout( label:"", headerCells:{ a!gridLayoutHeaderCell(label:"Upload"), a!gridLayoutHeaderCell(label:"DocDescription"), a!gridLayoutHeaderCell(label:" ") },
I am new to Appian and I am evaluating this platform recently. I defined a workflow without "process start form" it worked as expected and data finally has been save into db; This is my workflow and it is as simple as enough: And then I tried to add a "process start form" (I didn't want it but seems a "start form" is required if you want to start a process from the site pages), in my "process start form", there is nothing but a "Notice" text block and a "Submit" button(submit = true). but it behaved oddly since then. It showed that it only has "Start Node" and "End Node" now when I debugged it. From the debug monitoring tab it seems totally not my workflow. Please can anyone tell me what's wrong?
Hi all, In our current project, we are discussing the use of a wizard-style form versus a single interface form; however, the form will need to support offline functionality. Will we be able to use a wizard-style form offline, where each navigation action saves the form's data or is that too far outside of the current offline functionality? Thank you, Jacob Benjamin
Hi All, In recent day, i encounter a weird issue. I am in a stage of Go-Live in my project. From couple of day back my credentials, has stopped working. I am not able to login in Dev and Test evnironment. whenever i try to login i get "The username/password entered is invalid. Usernames and passwords are case sensitive.". I reset my password from Admin console and try to login with the temperory password i get the same message ""The username/password entered is invalid. Usernames and passwords are case sensitive.". I did forget password and got password reset link in my email, when i click that it say "Your Link Has Expired". I created new account but still same result with that. Kindly help me here.
Hi guys, been facing this issue on our DEV environment for a couple of weeks now. When trying to reset the passwords for certain accounts via the admin console we're getting the following error: An Error Has Occurred Expression evaluation error [evaluation ID = 89ca3:c4826]: An error occurred while attempting to store into the following variables: [local!passwordResetWriter]. Details: [[local!passwordResetWriter:The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role.]] When trying to reset the password via the "Forgot Password" link, we're seeing the following: ERROR com.appiancorp.security.auth.forgotpassword.ForgotPasswordRequestServlet - Unexpected exception when processing password reset request. com.appiancorp.security.authz.AuthorizationException: The user [test.account] does not have sufficient privileges to perform the requested action because they are not in any role. (APNX-1-4188-001
Hi! I am new to using the tool and I want to know how I can change the background or the letters of a text field to red in a form. When the text field has an incorrect value. Where can I put this code, in the header, in the validations? Example:
I'm trying to load my developer course and the page is extremely slow. It wouldn't load. Anyone else experiencing a similar issue? All other webpages load perfectly fine, including this discussion forum as well.
Hi team, I am going through this appian tutorial Process Modeling Tutorial - Appian 21.2 but error in expenseReportSummary Interface like this "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'user' [line 5]: Null argument not allowed". i have interface { a!textField( label: "Requester", labelPosition: "ADJACENT", value: user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'], "firstName") & " " & user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'],"lastName") ), a!textField( label: "Amount", labelPosition: "ADJACENT", value: ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{expenseAmount}expenseAmount'],
Hi, I have to pass 10 digit number in the rule input, how to replace first 5 digit number with * and remaining 5 digit will same ?
Hi, I used multidrop down field in the interface, now I want to show in site with the readonly format, when I am calling this interface by keeping readonly=true I am facing this error can anyone help me out with this error. below is my code of the interfacea!localVariables( local!item:'type!{urn:com:appian:types:SHA}SHA_newList'(), local!propertyTypeList:rule!SHA_quertyTogetThePropertyTypeName(), local!ammenityTypeList:rule!SHA_quertyTogetTheAmmenityType(), local!mappingKey: {1}, local!Doc:'type!{urn:com:appian:types:SHA}SHA_document'(), { a!sectionLayout( label:"", contents:{ a!richTextDisplayField( label:"", value: a!richTextItem( text:"Add Listing ", size:"LARGE", style:"STRONG" ) ) }, divider:"BELOW" ), a!sectionLayout( label:"", contents: { a!richTextDisplayField( labelPosition:"COLLAPSED", value: {
Hi, New to Appian! I have a query filter rule: a!queryEntity( entity: cons!PINBuddy_DSE_Wizard, query: a!query( logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "particpaitUpdateCutOffDate", operator: "
Hello All, I want to remove the space between the Label and field values (Screenshot below). Is there any way I can achieve that? Please let me know if anyone knows how to do that. Thanks in advance.
Hi team, i am refering appian application tutorial i have interface 1 and interface 2, i wanna reuse interface 2 into into interface 1...but shows error like this.....Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!formLayout [line 4]: The contents field on a column layout cannot contain a form layout. Received a form layout at index 4. INTERFACE 1 a!localVariables( local!readOnly: ri!step="APPROVAL", local!labelPosition: if(local!readOnly, "ADJACENT","ABOVE"),a!formLayout( label: if(local!readOnly, "Approve expense Report", "Submit Expense Report"), contents: { a!textField( label: "Expense Item", labelPosition: local!labelPosition, value: ri!expenseItem, saveInto: ri!expenseItem, refreshAfter: "UNFOCUS", required: not(local!readOnly), validations: {} ), a!dateField( label: "Expense Date", labelPosition: local!labelPosi
I have 2 page/interface say A,B,C,D. Each page has 3 items. Am able to store the value of items in CDT(Array). My doubt is Suppose I have selected 2 items from each page and want to display the value of items in page 3. How to achieve it. Thanks.
Why only one smart service can be executed in an interface saveInto parameter at the same time?
Hi, I have this code where if the index points are not returned, it should return the default value. But instead it returns empty data. How do I make sure that the default value is returned a!localVariables( local!address1: {{id:1},{id:2}}, local!mdmAddress:{{id:5,name:"abc"},{id:3,name:"pqr"}}, index(local!mdmAddress, wherecontains(local!address1.id,local!mdmAddress.id),"Hello" ) )
We need a simple way to migrate a large number of documents from our Appian-based APS application to a non-Appian application. To do so, we need a way to attach metadata to the physical files that reside on the application server, under accdocs. We can obtain the following information regarding a document in Appian: Document Name: sf1449 Document ID: 59834 File Type: TXT Parent Folder: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 > Attachments Parent Knowledge Center: All Objects > APS Community > Contract Documents > Contract CORFD-21-C-0001 Parent Knowledge Center ID: 59680 Using the Parent Knowledge Center ID, 59680, we can find the folder on the application server where the document is stored. Folder on Application Server: /app/APS/_admin/accdocs1/59680 By going to the application server and visually inspecting and/or downloading a
HI. We have a requirement for an unfinished task to send out a reminder email 3 days starting, followed by every day. I have done this with an escalation containing an alert with a timer set to start after 3 days, then reoccur daily. However we have an extra requirement to only send these emails out on work days. Do any of you have any recommendations on how you would solve this problem?
Hi all, I'm unable to execute the Appian RPA, I was trying to create Bot using selenium, once its execute it should open link.
Hi there, As far as I know, it is only possible to use a Single Sign On mechanism with Appian using SAML but one of our clients requires to use OAuth2 tokens instead of SAML. Is that possible? Thanks a lot
Hello, I have a record table and a nested funding type table. The record has typical information but I normalized the database to have some sections in their own tables and nested them according to documentation. For the drop down, the choices are populated by a expression rule that grabs the names of the funding types. I then have a index on the front end {index(rule!RP_GETfundDropDown().data, "fundTypeName", null)} grabbing the names. I then added the primary key of the fundtype table as well and listed those as the choice values. The goal was that I would just need to insert the id of the funding type into the record record type and it would be a reference fk. Instead, it is requiring the whole array of objects. See image. I am not entirely sure what I am doing wrong or why its expecting me to pass the whole row when it's referenced as a fk. Get_FundType a!queryEntity( entity: cons!FundTypeNames, query: a!query( selection: a!querySelection( columns: {
Hi, I am trying to re do the excercise of vehicle fleet management from the Appian developer course and i am also doing a project on my own.In both cases in community edition,the supervisor tasks page does not display ,the assigned,completed or Accepted tasks ,duw to which i cant connect the supervisor approval form interface in the site. Could you please help me with it?
Hi all, I have used the "Send E-Mail" smart service to send emails with attachments in my process model. I got the error "Failed to send Email" in a process that errored out at the node "Send Email". When I analyzed the file size I found that one of my attachments had a file size of approximately 61 MB. What is the maximum file size allowed in Appian "Send E-Mail" smart service for attachments? Thanks in advance.
Hi All, Suppose I have a rule input of type doc or folder, I need to perform a check whether the passed data is actually a doc or folder. Any idea on how to implement this? The same goes with the case of User or group. Have tried using typeof() but it doesn't work for me.
We just want to find out if there is a possibility of downloading Community from the designer like the download feature available for Knowledge Center. We have several acquisition documents in knowledge centers which is stored under communities. Would like to know if a download feature is available at the community level since KC level download has to be done page by page in the designer and we have thousands of pages. We are in 18.2 version. Thanks, Meena
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.