-
Recently active
I have a View in the Appian Cloud database with a column that concatenates some values, lets call it column "CODES". I started in our dev environments creating a CDT from Table/View and verifying the datastore. I then did a distribution to the test environment of the CDT, View and Datastore. While verifying in test environment I get an error that CODES is not a MEDIUMTEXT, it's a LONGTEXT. Not knowing what to do I try to create the CDT in test environment and actually the generated CDT in this environment is different that the one that was generated in dev, even though the database view is the same. Any suggestions on how to solve this issue? The thing is that I don't know in a production environment which datatype Appian will choose, and I don't want to create objects manually in production, I shouldn't even be able to. Thank you!
im executing a process that is returning this i dont understand why there is a comma before the result of the map which is returning errors in other nodes how can i fix this?
Hi All, For any reason I can't imagine, if you run this instruction in a rule; fn!extract("<a>some text</a>","<a>","</a>") you will get {"some text"} as a result, which is what I expected. But if you run this one fn!extract("<p>some text</p>","<p>","</p>") you get nothing as result. Another example of this strange behaviour: fn!extract("<l>some text</l>","<",">") returns {"l","/l"}, which is fine fn!extract("<p>some text</p>","<",">") returns nothing, which is inexplicably to me Any idea on why is that happenning?. I've tested that on Appian v25.1 Regards!
Hello,I am attempting to import OpenAI Sample Application.zip file into an environment version 25.1, and am getting the following error:The selected package was exported on version 25.2.0.60 and it cannot be imported or inspected on the older version 25.1.175.0. (APNX-1-4154-001)
I want to generate a table inside a word doc, below is the config of the smart service "Text Doc from Template":
I am currently at the "Configuring Event Records" section, but the "Generate Event Record Types" button is not available for selection. I searched in the help forum, tried all the solutions provided, but none of them worked. This message always appears
We used type! to create local constants in case of CDT, but is there something similar for record types?
Hi Team, I am stuck at one point. If possible, please give your opinion. Requirements: I have a process model with a user interface. First, I started the process model and filled in some data, but I discarded the process, so the current process ended. However, the next time I trigger that process model, it should show the previously filled data, even though it was not stored in any database, as I discarded it in the first instance
Hi team , I am using record data as source for KPI but the field name in y axis taking lot of spaces. If you see y axis taking lot of spaces ,is there any way to minimize the space
Hi Team, Where should we see the additional configurations of the web api we create like rate limit, timeout, payload size limitations, retry threshold etc? Is it modifiable for cloud environment? Along with that, I also have few other questions below: 1. when we expose our data via API, as an additional security, do we have any methods to black list/white list system IPs? 2. what's the good practice regarding rotation of authentication credentials in web api? 3. what is the typical response time for webapi? Thanks in advance!
Hi Appian Community, Quick question: Is there any way for Appian Gen-AI to tell us how many tokens are used for a particular task, from input to output? I believe there isn’t, but just in case, I wanted to ask. The purpose of this is to analyze token usage so developers can be better informed. Thank you!
I have requirement to export a view to excel such that one of the fields (request ID) should be having a hyperLink to Appian record. Data to be exported is stored in a view. How can I achieve this in Appian? Note: We need to send the exported excel via email every week. Thanks in Advance.
Upgrading to Appian version 24.4 and cannot get the Tomcat server to initialize completely. The following is a snippet from the tomcat-stdout.log:"host [http://localhost:9200], URI [/], status line [HTTP/1.1 401 Unauthorized]{"error":{"root_cause":[{"type":"security_exception","reason":"missing authentication credentials for REST request [/]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}}],"type":"security_exception","reason":"missing authentication credentials for REST request [/]","header":{"WWW-Authenticate":["Basic realm=\"security\", charset=\"UTF-8\"","ApiKey"]}},"status":401}" ..... [wait-for-component] INFO com.appiancorp.common.startup.WaitForStatefulComponents - Waiting for Appian component Search Server to be healthy... I've ensured the apiKeys match in <APPIAN_H
I have a requirement to embed iframe into Appian user interface. Is there any way to do this?
TCN is a system used for auto-dialling customers in our use case. Currently, TCN interfaces are used to auto-dial the customers and record the communications. However, with Appian coming into picture, we are now exploring the option to embed the TCN Screen into Appian interfaces. Your inputs here are highly appreciated here on achieving this.
Hi All, I have a requirement tehre is column in a table story multiple values with text datatype and when I'm trying to filter them on grid using filters then I'm using this code to show on filter dropdown: line 68-82 then getting dropdown as this:: But from first screenshot when I'm trying to search any one of the data from array example: 213396 then my grid is displaying empty data and for other data as well who are in array in gridhelp me achieve this,Thankyou!
Hi there. If I select the “Generate groups and folders to protect and organize objects” option when creating a new Application, what groups are created by default? I think they were “Administrators” and “Users” but I saw in a forum that someone was talking about the “Designers” group being created as well. Is this true?
I need to make a record-like query for a 1 to N relationship, in which it only returns the values of the parent record if all the values in the N relationship meet a condition. Example : I have a record called "Need" and it is related to another called "needchangestate" through a relationship 1 to N, I need it to return only the needs where all the needchangestate meet a condition, if all the elements of the relationship N do not meet the condition, the element Need should not appear Currently it returns me an investment where the condition is met in at least one of the records of the relationship N but this is not what I am looking for.
Hi All I am working on version 24.3! My scenario is, in the SITE provided to the users there is an Active Tasks page where user is shown the tasks as a link. On clicking the link; at the backend we have used a!startProcessLink() to start the appropriate Process Model with the required parameters. We send a customised mail to user using Send E-mail smart service whenever a task gets assigned to them. The user wants the functionality that in that customised email, a link is provided for the task such that on clicking the link a task gets opened just like it gets opened from the SITE. I understand that a!startProcessLink() actually returns a Reaction Tree which Appian internally reads when we call the a!startProcessLink(). Wanted to check is there a way to handle the same scenario from the email such that on clicking the link in the email; the corresponding process gets started in Appian just like it happens from the SITE. Thanks in advance!!
So I want to be able for the user to add hyphens into their phone number(s) when entered into a form I have. Whenever I add hyphens to the phone number field it pushes the hyphens to the very front for some reason, like this but I want it to stay like this Here's my code a!textField( label: "Contractor's Phone Number", labelPosition: "ABOVE", value: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{f2502f28-185b-4cdb-87eb-56e09d28d249}conphoneNum'], saveInto: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{f2502f28-185b-4cdb-87eb-56e09d28d249}conphoneNum'], refreshAfter: "UNFOCUS", required: true, characterLimit: 12, validations: {} )
I need to deploy a series of datatypes to another environment. So I deployed the datatypes and then the datastore, and overwrote the original. Now the datatypes I needed are on the new datastore.But when I go on with the deployment sending the rest of the changes to my environment, the Data store entities constants related to the datatypes I recently sent to my other environment give me the following error: UnresolvedDataStoreEntityException: entity [...] in data store [id=... uuid=...] cannot be found.help, please!
Hi Everyone, In my case i have 2 record types first one is Case Summary and second record is case summary Items. I have one to many relationship. like- the primary key of case summary have foreign key constraint from case summary items record. Now i have to make an editable grid in which i will show all items from case summary items records but behalf of relations with case summary id . Now i am confused how can i achieve this because i have to write records at same time for summary records and case summary item records. Means have to use a!writeRecord() in interface which will update both summary and items records with relationship. can anyone help me on this. Thanks in advance
Hi, I need help understanding why record sync is not occurring when using the "Write to Datastore" smart service in one environment, while the latest data appears in the records in another environment. In the environment where sync is not happening, a manual sync is required to view the latest data. Can someone help me understand the cause of this issue?
Hi, I'm using Appian 24.2.270.0 and trying to insert an eventHistoryListField with comments in an interface , but when I click in the field for comments, the buttons appears like in the image here below.By clicking, the comment is inserted fine but why those buttons?Any solution?Thanks!
Is there any way to trigger a process from an Script Task within a process using a!startProcess() ? Thanks a lot.
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.