-
Recently active
How we can manage to different clients in one app of same instance?
Hi all, We've created an expression backed record type, with the expression calling an integration to return the data. In the returned payload there are several fields which are return as lists (i.e. List of Text String), and these are not appearing in the record type and I can't seem to map them. Record type data model: Payload: As you can see, the list of text string names/ids fields aren't appearing in the record. Is there any way to resolve this?
Hi, I have a process model created in legacy Appian version which runs periodically and calls a Stored Procedure. Now we are trying to move that process model and its dependents / precedents to Appian 23.2. While doing we are getting this error: Problems (1):processModel 00000000-0000-0000-0000-000000000000 "Archive Data": The processModel [id= uuid=00000000-0000-0000-0000-000000000000] was not imported because a required precedent is missing: The referenced smart service [local-id=executestoredprocedure.ExecuteStoredProcedurev2, name=Execute Stored Procedure] was not found. (APNX-0-0000-000) (APNX-0-0000-000) Although, I have verified the target environment (23.2) has Execute Stored Procedure smart service in it. Please help me understand the root cause of it.
I submitted an user input task but when supervisor rejects. It should come back to the user input task where an user can again submit the form by editing details. I did this but I'm unable to resubmit the form. Can anyone please help?
If an user task completed in the process but I again want to go for it to complete. How will I do that?
In paragraph text , I want email validationtest1@gmail.comtest2@gmail.comtest3@gmail.comtest@test,com---(error)I would like to have email validation in such a way that it should accept only email like test@gmail.com ,only gmail.com mails it should validate and if it doesn't have gmail.com at the end then throw error at the line( @test.com in our case )
I start my Appian training but my environment does not approve yet. how the proper channel of communication with the team. I believe the environment is important to achieve the successful training.
Hi Appian Community, I have a use case where I'm using a record type as the source for a readOnly grid. This grid contains both record fields and related record fields, and I'd like for all fields of this grid to be searchable using the out of the box search functionality. Per appian documentation at https://docs.appian.com/suite/help/23.2/filter-the-record-list.html: When you hide search on the record list, the search box on the grid will use the default search behavior, searching across all fields referenced in the grid. The search box will also use the default placeholder text of "<Plural record type name>". The above described functionality is what was desired, so I went ahead and hid search on the record type while setting the "showSearchBox" parameter on the readOnly grid to "true". However, the result is that related records fields with a one-to-one relationship are still searchable, but related records with a one-to-
My company's infra team is converting our internal MYSQL databases from 5.7.x to 8.0 since 5.7 is approaching End of Life. With that comes a somewhat major deprecation of the utf8mb3 charset. We're formulating a plan that includes moving our larger VARCHAR fields to MEDIUMTEXT (and understand the implications with sync'ed records), however I have a few questions about some of the finer details related to Appian. utf8mb4 takes up to 4 bytes for storage instead of up to 3. When reading a VARCHAR field, does Appian always see the "maximum" size for a value when handling the 1mb limit? For example, does "asdf" under utf8mb3 count as 4 bytes or 12 bytes, considering that no upper unicode characters are used? When reading a VARCHAR field as part of a!queryRecordType, are there any differences between utf8mb3 and utf8mb4 as it relates to the 4,000 character limit on what's sync'ed into Appian? Any tips on successfully converting a VARCHAR data
In a process flow, if an user submits a form, it goes to supervisor suppose. Supervisor rejects with a comment and again it comes back to an user who submitted. Then how will I be able to show the comment to the user who submitted the form which is additional information.
Hi Team, What is assertion and how can we make use of these 3 options?
Hi everyone, I am currently working on a project where I should extract a Greek text to PDF. I have tried using the Create PDF plugin from PDF Tools, as also the PDF from HTML plugin from Dynamic Document Generator without success. I would really appreciate any help with that. Thank you!
I need to connect to a 3rd party system using Appian to pull in data from it. It would need me to first create a token bearer , access that token for Bearer Authorization which will help to connect to a session and finally get data based on the api path URL Would highly appreciate if someone can help me with the steps I need to follow to achieve it. Thanks.
Hi All, I am starting up Appian for the first time after following the instructions mentioned in the Quick start guide. After started the appian i can see, appian engines, data-server, search-server started sucessfully, and then i started the tomcat server and i tried access the appian through browser multiple times and after looking into the tomcat-stdOut.log i found out the below observation I'm using 23.2 version Thanks In advance. Please find the logs below. Using CATALINA_BASE: "C:\appian_23.2\appian\tomcat\apache-tomcat"Using CATALINA_HOME: "C:\appian_23.2\appian\tomcat\apache-tomcat"Using CATALINA_TMPDIR: "C:\appian_23.2\appian\tomcat\apache-tomcat\temp"Using JRE_HOME: "C:\appian_23.2\appian\java"Using CLASSPATH: "C:\appian_23.2\appian\tomcat\apache-tomcat\bin\bootstrap.jar;C:\appian_23.2\appian\tomcat\apache-tomcat\bin\tomcat-juli.jar"Using CATALINA_OPTS: " -Dfile.encoding=UTF-8 -Duser.timezone=GMT -Djava.na
Hi All, I have a list of strings saved as one of my process variables, I'm just trying to display this list in a table for an email . Each item creating a new row in the table. Any Idea how can achieve this?
Hi, We have a HA Setup with Two Nodes. Appian Mandates both to be of the same version. So we need to have a downtime and upgrade both the nodes. Is there any way to do an upgrade without downtime.
i am fetching data from record and i am showing this data in a card layout with foreach, so i want to show only 4 record in first row then 4 in second and so on. how can i achieve this through foreach in one interface
Hi all, I'm wondering if Appian supports PWA, I searched in the documentation but I didn't find anything.
Hi team, I have requirement that's shows the process instance based on the particular Process ID in the Interface , the simlar way we see the process instance by clicking on the Process Name Hyperlink, but i need to show them in the interface. i created a report and getting values from the Process report and able to link that to process Dashboard in report. i could Able to see the get the process Dashboard in the interface i want to get the Same Dashboard in the interface also , i am unable to get the hyperlink and logic to implement how to show the process Instance on click of Request ID (ie. in My case Process Name )
I have excel sheet from which all data gets uploaded in db via smart service import excel to db but in record it is not getting updated immediately . I need to sync manually everytime to see the new records.Can someone please help me with this how to sync data immediately .
Hi,I want to create a process report in which I want to capture the process error information in a column , is there any way to do that?
Generate process Report which has process model stats, like process is errored out/completed , if process is errored out it should show the error in the report. Is there any way to achieve this in Appian, As we have a requirement to collect those data , convert to JSON and pass to an external application through WEBAPI?
Hi all, I am generating XML document....based on that...i have to display the xml text in docx template.is there any way i can achieve this?
Hi All, Can anyone suggest the best way to configure task in application? Process driven or data driven task? Thanks in advance
I created two records using two related CDTs which share one to one relationship. But when I am trying to fetch related record into one record. I am getting some other values. Can someone please help?
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.