-
Recently active
expression rule
Hi Community Team I have a query, I need to configure the formlayout buttons. Like Approve and Reject 1. When I click on a Submit button first time, a textfield needs to be populated. It is populated then I click on the submit second time, It Needs to store the textfield field data into the DB. But, here I'm facing issue, When I click on Submit Button Firsttime.. tn the Process Model the action is completed.. Unable to add data to the textfield. In DB is showing Empty. For the textfield I applied ShownWhen: ri!Cdt.Status = true(), 2. When I click on the Cancel button first time, a Textfield needs to be populated. It is populated then I click on the cancel button again, No actions were taken. I want it to complete the action. Needs to store the textfield field data into the DB. Similarly, here also For the textfield I applied ShownWhen: ri!Cdt.Status = false(), Status is a boolean fie
Hi, I came from a .NET background and I have handled lot of data using session concept. I have used session variables to pass the data from one page to other page. I would like to know if there is any such Session concept in Appian. Are there any session identifiers that are being used by Appian for form fields.
Hi team, I have a flow where in which I have to create a offer or Coupon to a set of customers who have that eligibility. Example: In Swiggy or Zomato (Food Delivery App) , Some coupons like Welcome or Save60 offers are Available for New customers. but if the customer who frequently make orders should get some different Offers so for that 1. I have to make a dataset of customers who make orders frequently. 2. create some different offers for those dataset. 3.enable that offers in some channel. This is how I did when I Implemented with different BPM tool those are done by Decisioning capabilities of that Tool. Now iam trying these same flow in Appian . Can i get any help in understanding how these are done in appian as I am new to this , I couldn't able to get any decisioning Rules other than Decision (Table). I want to know how datasets & Channels are configured and how offers are created. Mainly I have to understand how Appian Helps i
Hi, I have a multipleDropdownField with the attached code. I am getting an error when I try to select any additional item from the dropdown. Can someone give me an idea how to fix the issue. Thanks in advance. Using the below code while Testing the user interface. rule input: lcmIntakeDesignatedBusinesses:
Hello I need to create a summary I have two sections, one of them with date information In the other one I need to use a Read Only Grid, to show I created a ER. to return data using an Id, but I don`t know how used the ER, in the Read Only Grid. I don't know what to put in the expression field Someone could you help me please? Best regards
Hi Community Team, I'm facing issue to store multiple values in Database, My task is to accomplish to add multiple comments in a interface section layout. I need to store them by saving them into Cdt. User Scenario: For each comment it needs to generate new Primary Key.. Data need to be entered in a new row for each comment. Comments Comment1 Remove Icon Comment2 Remove Icon comment 3 Remove Icon Add Icon to add new comment
Hi Community Team, Here, I'm using two Cdt's One parent table (Emoloyee Details) and one child table (Comments). I'm calling primary key in the parent table into the child table to fetch the values in the Child table. I'm getting NULL instead of primary key of parent Cdt. Please help me out how to configure this error? Child PK Parent FK Comments_ID Employee_ID 1 NULL 2 NULL 3 NULL 4 NULL 5  
Hi Community Team, I need to set validations for 3 date field components. The following use cases are as follows: Commonly No filed is null or empty. 1. Field Name: Joining date validations are : I must be able to select the date which is over past 100 years and also able to select the future date which is One year from today. 2. Field Name: Access Start date validations are : I must be able to select the date which is from join date or I must be able to select the date which is one month from today. 3. Field Name: Access End date validations are : I must be able to Validate the date which is from one year from Access Start date. For each filed, If the validations were violated, it returns error message. Please help me out to solve this use case. open for suggestions.
Hi All, I have a integration point in process and it is returning HTTP Response. I would like to know how to convert HTTP Response to CDT . in HTTP Response there is body attribute which i want to convert directly to CDT if possible. I have already created a CDT with the same structure. Example : body={coord={lon=-83.1801, lat=42.3349}, weather={id=501, main=Rain, description=moderate rain, icon=10d}, base=stations, main={temp=20.35, feels_like=20.84, temp_min=18.83, temp_max=21.73, pressure=1017, humidity=92}, visibility=10000, wind={speed=3.09, deg=80}, rain={1h=1.5}, clouds={all=90}, dt=1626440173, sys={type=2, id=2009516, country=US, sunrise=1626430214, sunset=1626484018}, timezone=-14400, id=0, name=Dearborn, cod=200} Thanks, Gaurav
Can I get a solution for which will be responsible for taking inputs from appian in json format and handing over it to UI(react js or javascript or html) and taking the response from UI and giving response back to appian which needs to display the UI in appian designer, is this possible in appian designer if so can you please provide me the solution?
i have to provide a link, once they click on that link the document has to be downloaded. for this i need to give 2 paramater 1. unituq id(we already have) 2. document id(we already have) can anyone help me with this?
I have a read only grid with select boxes enabled creating something like thisAlmost everyone says that you should used delete from data store entities to handle record deleting. However, this page https://docs.appian.com/suite/help/23.1/Custom_Data_Types.html says that most of the time you should not use CDT but CDTs are required for DSE.Where can I find a step by step walk though that does not use CDTs or DSEs to delete multiple records from a read only grid?
Is there a way to get editable grid to page through the entire data set similar to 'read-only grid'? I have 10K records and each record needs to be classified based on a list of categories. Right now, the entire 10K records are being shown. Thanks.
Hi Experts, Below Block-A code line is working fine, whereas Block-B is not working even though "tointeger(index(rule!AB_getReviewKey(key: 100),"reviewkey",null()))" is returned 2. Any comments please. ----------------------- Block-A ------------------------- a!localVariables(local!reviewkey: 2,local!excludeKeys: if(local!reviewkey = 2,{ 1, 3, 4},if(local!reviewkey = 5, { 1,3,4,5,6 }, {1,2,3 })),local!excludeKeys) ----------------------- Block-B ------------------------- a!localVariables( local!reviewkey: tointeger(index(rule!AB_getReviewKey(key: 100),"reviewkey",null())), local!excludeKeys: if( local!reviewkey = 2, { 1, 3, 4}, if(local!reviewkey = 5, { 1,3,4,5,6 }, {1,2,3 }) ), local!excludeKeys)
How can I change the Delete Note recordActionField to look like the buttonArrayLayout?Or, how can I add the a recordAction to a buttonArray? In the end I want to have something like thisPlease notice the Delete Records button and the Add Record button.The Add Record button also needs to keep a reference to a parent record.
Hello: I need to retrieve data from an external API which requires a parameter (ProductID). The values for ProductID reside in an application recordType table and has to be passed to the integration. So, the expression called to populate another recordType to store data from the API has a query. However, I keep getting this error. Any suggestions on how to resolve this issue? Thank you. Ma
Hi, I am using CDT "AM_Business" in one of the interface. I may get an array of values. Now, I would like to test the interface by passing multiple rows of data. I was able to test with single row of data, but not sure the format for passing multiple rows of data. Can any one help here. { 'type!{urn:com:appian:types:AM}AM_Business'( 'businesskey': 148, 'headerkey': 95, 'dbkey': 3 )}
I'm working on Appian Step-by-Step Exercise 9. When following this step, "7. Go to the AX Vehicle record type, and next to the record type name, click View Record List. Click on a VIN to view the updated summary view interface." When clicking on a VIN I am getting an error "Error Evaluating UI Expression Expression evaluation error [evaluation ID = RIBW5] at function a!contentLayout [line 76]: An array of components may only contain components. Received Text at index 1. (APNX-1-4198-000)". I'm not quite sure how to move forward.
1. From where Tooltip in record actions come. 2. How will I remove or modify tooltip in record actions
when i practice in the appian community i couldn't find generate record view in views and header it only has generate interface. can anybody tell me the solution?
Hi, When I used "Export Data Store Entity To Excel" and if there is no data in my Data Store, then I am getting below message inside an excel file. "No data available due to empty data source, applied filter/selection criteria, or fields visibility." Can we customize this message. Any ideas please. Thank you.
Hello: Is there a way to access the expression that shows the list view if I have to customize the look/feel of that page? Thank you.
Hi, I have to display a disclaimer message on a Appian page with "ACCEPT" and "NOT ACCEPT" buttons Once the user clicks on "ACCEPT" button, then only I should load the Appian. If the user clicks on "NOT ACCEPT" button and I should not load the Appian. Can someone advice how to achieve this. Thanks in advance.
Getting below error in a simple Add vehicle form that I created during training. File upload control is not working at all This is how the File upload control has been configured a!fileUploadField( label: "Image", labelPosition: "ABOVE", target: cons!AX_DOCUMENTS_FOLDER_POINTER, maxSelections: 1, value: ri!vehicle['recordType!{2f4a1797-5b65-4891-a7cf-42ddbb49c8a6}AX Vehicle.fields.{ac064698-12ee-46cc-aebd-629ecc0dedae}vehiclemileage'], saveInto: ri!vehicle['recordType!{2f4a1797-5b65-4891-a7cf-42ddbb49c8a6}AX Vehicle.fields.{d5103e88-da32-42aa-9559-ec1004b4ce57}vehicleimage'], required: true, validations: {} )a!localVariables( local!category:rule!AA_QR_REF_getVehicleCategory({}), local!condition:rule!AA_QR_REF_getVehicleCondition({}), a!formLayout( label: "Add Vehicle", contents: { a!sideBySideLayout( items: { a!sideBySideItem( item: a!integerField( label: "Year", labelPosition: "ABOVE",
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.