-
Recently active
Since Appian is case sensitive. So my requirement is if I select a user "Radha" then it gets created but again if someone tries to create a username in lowercase"radha" then it should not get created. Do suggest how to check it.
Scenario: 1. John (Appian user) sends an email using the 'Send Email' smart service to an external user Sue. 2. Sue adds her response to John's email and sends it back to John, which comes back to John's Appian process (i.e., Receive Message) for email ingestion. 3. John identifies the incoming email from Sue as a response to his original email sent to her. But John wants to enhance the Appian process so as to emails in the same thread can be identified and categorized as such without his manual effort. ---------- I understand that above scenario can be implemented by inserting a key-value pair (e.g., [CaseID=12345]) into the email content. But I want to hide that custom key-value pair from the end user's view so that it cannot be tampered, intentionally or not. So, is it doable in Appian to: Assign/Insert a custom key-value pair to an email Send it out using the 'Send Email' smart service Retrieve the original key-value pair from an incoming email if
Greetings All, As I am very impressed with what I have seen with Appian and its strong community and marketplace, I am interested in getting a license. We are a new startup currently with four employees. Over the next 12 months we will probably get to something like 10 employees and over the following year we will probably add another 10 employees. So in roughly May of 2023 we should be at about 20 employees total. I was in a different forum asking about Appian pricing and an Appian Reseller told me there is a license program where the ability to use Appian would cost $1,000.00 per month. Can anyone kindly provide me a link that discusses the details of this offer? Is there a setup fee? How much would I pay for additional licenses for Infrequent Users and External Input? I understood that I would need a reseller to assist me with this. Is there a German reseller reading this that can support the pricing as discussed by the other partner? Thanks very much!! Paul
How to add line break after formLayout contents , before buttonLayout. I have tried <br/>, and char(10), but none seemed to work. Thanks in advance
I just ran accross an interface that throws errors when I try to test it. I noticed that it is running a!queryEntity so it should be an expression rule. Is there an easy way to change it from an interface to an expression rule?
Hello, Using Export Data Store Entity to Excel is there a way to be configured to not erase the current applied styles and formatting of the Excel File which is updating ? Currently of there is some kind of colors set-up it eliminates everything.
I am trying to use import excel to database smart service for importing my data from excel into appian table. In my CDT i have columns of text and integer type. But when trying to use the excel file with integer column as blank it is throwing me error as:Incorrect integer value: '' for column `Appian`.`testBT`.`palletqtyno` at row 1??? where testBt is my tablename and palletqtyno is my column name whose data type is defined as integer in CDT
Hi, I would like to show date range (Mon to Fri by default and I have created rule for this) so I have a requirement to show date range in dropdown field. Thus user will select particular date range and data will modify according to date from Monday to Friday. Is there any best approach to do that ? Will appreciate your help. Below are the images for ref. in first image user has selected date range 5/3/21 - 5/9/21 (Mon To Fri) and it's filtering data by date in 2nd image
How do we call an interface with 6 user type and 2 group type in another interface.
My dropdown field is this: a!dropdownField( label: "Appliance Id", labelPosition: "JUSTIFIED", placeholder: "Select the appliance", choiceLabels: rule!LN_Concatenate_Appliance_Customer_Details(local!userId), choiceValues: rule!LN_Fetch_Appliance_Based_Customer_Id(local!userId).data.applianceId.applianceId, value: if(isnull(local!applianceId), null, local!applianceId), saveInto: {local!applianceId, ri!Servicing.applianceId.applianceId}, showWhen: ri!isCustomerCare ), I want the selected Choice Label to be saved in a rule input variable. How can I do that? The choice values is basically the id, but I need it, so I cannot replace it with the same expression rule as choiceLabel. Thanks in advance!!
In a!start process how do we call 2 user and 2 group type parameters from PM. Do posts code.
I have created an interface with 3 tab(A, B,C)...using chose function have configured it . My doubt is:: 1) if am filling all the value in tab A and move to tab B then value entered value in tab A should become blank. In tab A have fields of text type and user type for user picker.
Hi All, Has anyone tried LDAP authentication with AD on cloud (AWS / Azure)? If so, may I know the challenges / steps to configure and establish trust b/w cloud AD & Appian app please? - Thanks.
I've configured Azure AD SAML SSO for Appian application. In Azure AD SSO, SAML Signing Certificate setup, will have to provide the Signing option and Signing algorithm as shown below. There are three different signing option available on Azure AD, not sure which one is the right choice for Appian App? I tried every option from the list, unfortunately every option is returning an error as shown below. - Could someone please suggest where to find the signing option on Appian application?. Sign SAML assertion2021-05-12 12:03:32 [ajp-nio-0.0.0.0-8009-exec-232] ERROR com.appiancorp.security.auth.saml.SamlTestServlet - Unexpected exception during SAML authentication test: Signature was either invalid or signing key could not be established as trustedorg.opensaml.messaging.handler.MessageHandlerException: Signature was either invalid or signing key could not be established as trusted Sign SAML Response and assertion2021-05-12 19:52:03,795 [ajp-nio-0.0.0.0-8009-exec-280] ERROR com.a
Hi all, I've configured Azure AD as my idP source. My user account on Azure Ad and Appian application exactly matched with case. Still I get this below error when I test my saml authentication from Appian. i.e. Test this configuration. /suite/saml/AssertionConsumer page displays below error. Authentication was unsuccessful.Reason: The user tested with was invalid.Close this window and return to Appian Administration Console. I've checked with SAML trace on Firefox, saml attributes looks fine no mismatch on user detail attributes. The user's password on native appian and Azure AD matches too. The Username attribute was correctly configured but does not contain a valid Appian user as its value did not match any usernames within Appian. Please note that usernames are case sensitive. See KB-1450 for how to gather a SAML trace to identify the Appian username shown in the SAML assertion. https://community.appian.com/support
if i try to open a record from a site,there is popup coming like "Are you sure want to leave" how can i remove this popup
Nesse latest version URL requested
Hi, Have registered in Appian forum from my previous employer. Since I have changed employer, How can I transfer my userid to my new employer? Thanks in Advance.
We are having couple of opportunities where Appian Contact center is a requirement, I got to know that we don't have contact center as separate product. Can any one guide me if it is in built in with platform and how to get it.
I have a CDT with field 1 as text data type and field 2 as integer data type I am trying to import data from excel to database by using import excel to database smart service. Excel file have same columns as field 1 and field 2. But If I am trying to use excel having field 2 value as null smart service is giving me error as : incorrect integer value : for column "field2" at row 1 can someone please help ?
Hi Team, Need your help to solve the problem - 1. I have created CDT and added some fields. But I got error while publishing the CDT. So, created second one with different name and same field .It published successfully. 2. In Process model, used second CDT in User input task input node. 3. When I run the process, It throw exception - "An error occurred while evaluating expression: analProblemSolvingAbility.technicalOrSkillArea:AC!analProbSolvAbl.analyticalTechnicalOrSkillArea (Invalid index: Cannot index property 'analyticalTechnicalOrSkillArea' of type Text into type IM_Interview_Analytical_Problem_Solving_Ability?list) (Data Outputs)"
Hi Team, Need your help to resolve the problem - Problem - Getting this error while executing the query entity code - Expression evaluation error at function a!queryEntity [line 3]: Cannot apply operator [IN] to field [id] when comparing to value [TypedValue[it=3,v=1; 2]]. Query Entity code - a!localVariables( local!panelId:"1; 2",a!queryEntity( entity:cons!IM_INTERVIEW_PANEL_DSE_POINTER, query: a!query( selection: a!querySelection( columns: { a!queryColumn( field: "name" ) } ), filter: a!queryFilter( field:"id", operator:"in", value: local!panelId ), paginginfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ) ).data.name)
Can some one please tell me why I am not able to access the below url:https://forum.appian.com/suite/ getting error as : Error 401 - Unauthorized Sorry, your request could not be processed. is there any specific permissions/settings required to access this ?
Can someone please help me with how to disable the draft option in process start form.
Hi Experts, I have a requirement where I need to configure gridLayout in such a way that I can add rows maximum to number of data I have in a local variable, i.e if value in localVariable is {"ABC","DEF","GHI","JKL"} the only 4 row can be added at max. Grid needs to have 2 columns where first column will display the value in a dropdown field, the value once selected in the row should not appear in the next row, i.e if value stored in localVariable is: {"ABC","DEF","GHI","JKL"}, we should be able to select any of the four value in the dropdown of the first row, in next row we should only be able to select from the remaining three options and so on On the same time the second column will display the data in dropdown, value being dependent on the value selected in first column of the same row. Need your suggestion on the above configuration.
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.