-
Recently active
Here I have attached process model config image,I want trigger different mail based on order status but when I try to configure condition it is not showing other two email option. Any Idea how to do this?
Hello, I am facing the below error while completing one task by clicking on a button. Also, I am getting the below error for the same task while I am trying to complete the same task using the Process Model's User Input Task's 'View Form' option: The process is getting stuck on this user input task without throwing any error. This error has been occurred after Appian 21.1 release. Is it something related to the new release? Please help me in resolving the issue. I can't post the code here due to some security restrictions. Thank you in advance.
Hi Experts, Is it possible to generate pdf file with data in in tabular form. I have a requirement where I need to generate the pdf having tables which contains rows defined dynamically.
We are trying to read emails in a process model, so we are using the node "Receive message event" but we don't know how to indicate the email where we read the information. For example, if we have the email "read_event@gmail.com" and we want to read the body in the process model, how can we indicate that we wan't to read this email?
I am trying to populate the values of a pull-down menu from a database. For this purpose, I defined cons!GENERIC_TASKS which points to corresponding database entity. I also have the following expression rule which reads all necessary data from the respective entity: a!queryEntity( entity: cons!GENERIC_TASKS, query: a!query( selection: a!querySelection( columns: { a!queryColumn( field: "genericTaskName" ) } ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ), fetchTotalCount: false) The test result of this rule looks promising since it contains all required data, the labels and the values. In my user interface, I am no
Async subprocess Vs Start process activity which is best in terms of performance and max thread?
Sned e-mail smart service hangs without showing any errors on Process model Monitor Process View -> Process Detail screen. Also no smtp/mail related log messages available in tomcat-stdOut.log file. Cusom.properties setup done as per https://docs.appian.com/suite/help/19.3/Mail_Server_Setup.html Tried using toemailaddress/toemailrecipient - Not successful. Any other log file i should be looking into for processuuid, custom sender emails errors? Is there any mail-listener log file available to check? If yes, could you suggest where/how to find this mail-listener log file location, please? - thanks. Example Screen,
I am noticing some behavior for the multipledropdown field component that seems unexpected to me. I have included an interface code snippet below, which is what the following example is based off of. The issue is this: When I select any value from the muldipledropdownfield in the code below, the most recent selection is added to the end of the array in local!selectedColumnsToDisplay. However, when I select a second value, the index of the previous selection changes, and it moves to the position that it is in the choiceValues array. For example, when the page loads the value of local!selectedColumnsToDisplay is {"Three", "Four"}. Then, I select "One" from the dropdown. Now the value of local!selectedColumnsToDisplay is {"Three", "Four", "One"}. Then, I select "Two" from the dropdown. Now the value of local!selectedColumnsToDisplay is {"One", "Three", "Four", "Two"}. The val
Just checking if there any options/functions available to search specific text on Appian application's constant objects.It looks we can only search the content of expressions/rules not constants? For example, one of the constant object: EMAIL_VALUESwith array values Test1@xyz.com Test2@abc.com Test3@ijk.com If I'm searching for the text "@xyz.com", should show the result of constant name "EMAIL_VALUES". Thanks.
Hi, richTextItem not reevaluate once surveyDoc variable changes, can anyone help me a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextItem( text: {index(local!languageData,"survey",{})}, style: "STRONG" ), " : ", if(count(local!surveyDoc)>0, a!forEach( items: local!surveyDoc, expression: { a!richTextItem( text:document(tointeger(fv!item.appianDocumentId),"name")& char(13), link: if(rule!APN_isBlank(fv!item), null, if(rule!TCA_isFileTypeSupportedInDocumentViewer(fileType:document(tointeger(fv!item.appianDocumentId),"extension")), a!startProcessLink( processModel: cons!TCA_PM_DOCUMENT_VIEWER, processParameters: { documentId: fv!item.documentId, appiandocid:fv!item.appianDocumentId } ) , a!documentDownloadLink( label: document(tointeger(fv!item.appianDocumentId),"name"), document: fv!item.appianDocumentId ) )) ) } ),a!richTextItem( text:"Not Available&qu
I have a checkbox field that is saving an integer if checked as true. However, when I check the summary interface the checkmark is not there but it does save the value correctly. Please help. New to appian. Thanks in advance a!checkboxField( label: "", labelPosition: "ABOVE", choiceLabels: {year(today())-2}, choiceValues: {year(today())-2}, value: if( ri!Address_Change.'year-2', {year(today())-2}, null ), saveInto: a!save( ri!Address_Change.'year-2', if( isnull( save!value ), null, {year(today())-2} ) ), validations: {} )
Hi, Can we skip the Document Reconcilation task generate by Reconcile Doc Extraction Smart Service? If yes how it would be possible.
Unable to access documents related to Sales in Appian academy, i see for my other team members who can access documents like various comparision documents - Pega Vs Appian, Mendix vs Appian etc., Please provide required access
Hello, If I have an XLS doc in a process model, how can I read the information in different sheets and cells?Thanks
Hi, I would like to know if there is an option/way to assign a task to a user and/or group to a "Start Event" node (similar to the "User Input Task" node)
Hello community, I have a scenario where user will submit a request and later he have to update the value before the request is approved. In my process model I have request form as a start form , a write node to write to request table, then a user input task which will assign task to approver. Now even after the task is assigned the user can go and change the number of items. This must be possible only before approval. User should have a form where he can edit the form he submitted. On click of "update" button the values should be updated in the process instance pro and the task already assigned should have a updated value. Please help me to solve this.
{ a!gridLayout( label: "Customer Details for Loan Transaction", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Customer Name"), a!gridLayoutHeaderCell(label: "Customer Address"), }, columnConfigs: { a!gridLayoutColumnConfig( width: "NARROW", ), a!gridLayoutColumnConfig( width: "NARROW", ), }, rows: { a!gridRowLayout( contents: { a!textField( value: ri!customerDetails.name, saveInto: ri!customerDetails.name, ), a!textField( value: ri!customerDetails.address, saveInto:ri!customerDetails.address, ), }, ), }, addRowLink: a!dynamicLink( label: "add field", value: 'type!{urn:com:appian:types:SSA}SSA_CustomerDetails'(), saveInto: ri!customerDetails, ), selectionSaveInto: {}, validations: {}, shadeAlternateRows: true )} In the above expression, by clicking on Link, a new empty rows are added to grid, and type! plays a role in it, i'm still confused, how does type! will do it exactly?
I want to dispaly a confirmationMessage : "For more information please click here" for the button. a!safeLink: ( label: "click here", Url: "Www.google.com") Please help me to get this .
In my Appian Dashboard, some of the checkboxes are marked on screen. But when I try to save a pdf version of my page via CMD+P to my system, the tick marks disappear. I'm using Safari as my browser. Page on Screen - Downloaded pdf - Please help me out if you guys have a solution to this issue. Thanks!
Hi How would I trace the ID highlighted below? Problem: An error occurred in executing an Activity Class. Details: An error occurred while trying to write to the entity “Address_Change” [id=39a31850-1255-4783-85ab-d8548142c140@2029, type=Address_Change (id=3516)] (data store: xxx Data Store). Details: java.lang.ClassCastException: The value of type 'class java.lang.String' must be of type 'class java.lang.Integer' Data: Getting this error. Any help would be greatly appreciated New to appian. Thanks in advance
I am looking for sample implementation on how to bring up an already existing interface or a form (which is a collection of interfaces) in the interface view itself. I see some questions around redirecting to process model but in this case, I am only concerned about opening in the interface for the user. Thanks
I need to delete a specific record in data store entity. i am getting the primary key id value in a text field named ID from an Interface how to map the value received from an interface to the data to delete field in Delete data store entity node in process model. I configured the node as below: Data to delete---={entity: cons!CONSTANT_POINTER_TO_DATA_STORE_ENTITY, identifiers: pv!primarykey_field}
Save Error: The process model must have a valid name in the site primary language: English (GB). Switching the primary language setting (in admin console) to en_GB causes all my process models (in other applications) to show "???", so I must stay with en_US as primary language. How can I fix this process model to expect en_US names rather then en_GB names and let me save it ? Thanks
HI All, Is there a way to delete older versions of a constant using any appian function or smart service? Scenario: I'm calling an API to get the bearer token and storing it in a constant. This is done using a recurring job (PM every 10 mins). But, doing this its creating a version every 10 mins. Is there any way to delete older version systematically? FYI, I understand we can to an alternate approach by storing the value in a db and updating it, But I would like to see if there is any way to delete the older version of the constants.
Hello, We are having issues because the commercials are uploading documents but they don't submit. This generates a new document in our DDBB but it is not created in Appian Documents Folder, so the next commercial finds the error shown below. We have tried that the DDBB is uploaded after submit, but this is not a valid solution. We have warned the commercials to don't do this, but they keep doing. Is there any solution? Thank you
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.