-
Recently active
What are all possible situations or mistakes in Appian coding, design or modelling can cause deadlock whether it's DB deadlock or any deadlock situation in Appian objects like process model?
Hi All, I have a editable grid .when I click on add button one row created .Now, I want how to show the add button when the user uploaded file in it and if the user not uploaded the file then add button not show for multiple rows? Thanks
Hi, I have a requirement where user uploads the document(at this stage we have the temporary document) in the editable grid. Beside of the document component, we should display the document name in the text field. If user wants they can edit the document name. I just want to know whether we can do this or not. If so, is there any tweaks to achieve this requirement? Thanks in advance,
I´m trying to create an editable grid in which the user can add or delete several rows. I have four columns (Material,Unit Price, Quantity, Total Price), and TotalPrice is the product of Price and Quantity (when the user enters both values, the product is created automatically). But the fact is that, even though the product is created correctly, it seems like it is not saved correctly like the other data values Here is a picture of the interface In the next picture you can see the column "Importe Total" and its values don´t appear To create the editable grid and save the values temporarily (because after that I write them to a record) I created a local variable (data). Basically, I followed the instruction of an Appian Community Video about editable grids from scratch. I leave here the code and some captures. In the end, I updated the records directly in the interface. I don´t know if it is a correct way to do it, or if I should write the records in the
Cucumber Appian- Automation- Unable to select the dropdown value using Given I populate dropdown "FIELD_LABEL or [INDEX] or FIELD_LABEL[INDEX]" search box with "VALUE"Can someone let me know how we can select dropdown value in Appian.I am currently using version- cucumber-for-appian-23.2.1
Hi! I´m trying to create a complete invoice in two steps: Step 1) First interface in which the user enters headboard values (id, total price, supplier, etc). The data is saved in Record Type 1 Step 2) Second interface in which the user enters the invoice lines (editable grid). Also, I want to link some of the fields of the previous interface, such as the supplier name or the invoice id. The data is saved in Record Type 2 I´m linking both interfaces in the following process model (I´m only showing the left part, in the right part I make some checks with logic doors and write the records to the database. The process without the invoice lines works correctly, now I´m just introducing the invoice lines to the process) The problem I´m facing is that I´m not able to pass values directly from one interface to another, putting them on a text field. I´m trying to do it this way with a text field: Display value: rule input which refers to
I would like to utilize the API to achieve the functionality of the embedded view. JavaScript is required for implementation.However, upon further investigation, I found that HTML rendering is not supported within Appian, and that it was necessary to retrieve the HTML generated by an external system from the URL.In addition, OAUTH authentication is required to realize embedded views by API. If so, is it correct to think that authentication is also done by an external system that renders HTML? If possible, I would like to complete it only between the system with the embedded view and Appian. thank you. en.developer.box.com/.../
I'm trying to integrate with weather api in the output. I'm getting this error message. The output is too large to display, so the value has been truncated. Switch to the Raw or Expression options to see the entire value
Even if some one try to configure connected system or integration then it should be blocked there itself. Basically we are trying to stop accessing external sites/services to fetch the data via Appian in general.
I want store backup file via Mulesoft on Heroku Hdrive bucket. I've configured a private S3 bucket but I'm not able to connect Mulesoft (throught S3 Connector) neither via S3 Browser client. In attach the access error from Mulesoft. What can I do ? Thanks in advance.
Am able to get the token generation, after registering the application on azure platform, with the help of client secret and client id and Application tentant Id, but now, when am trying to read calendar, am not able to as it says "error": { "code": "BadRequest", "message": "/me request is only valid with delegated authentication flow.", "innerError": { "date": "2023-07-21T12:12:46", using method as Get and URL-https://graph.microsoft.com/v1.0/me/calendars Please let me know, what can be there issue here. and also when am trying to enter my organization email address instead of me in URL, still getting the below
Hi All, We are facing below issue when we run the browser template bot in the virtual mechine. But, it is working fine on local mechine. not able to find the solution. Please help us to fix the issue. Please find the error details below [DEBUG] 2021-09-23 21:28:45 01s (0h) - Using default module Chrome options[WARN] 2021-09-23 21:29:05 21s (0h) - Driver could not be initialized: Timed out waiting for driver server to start.Build info: version: 'unknown', revision: 'unknown', time: 'unknown'System info: host: '#####', ip: '##.##.##.##', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_271'Driver info: driver.version: ChromeDriver
hi team, we are using DocuSign connected System, we have a max of 5 signers to get DocuSign mails it may varies from process to process from 1 to 5 Signers . we need to send one Envelope to all the Signers in the Routing order. can we do this? we tried using Providing List of Names and Emails but no result , Please help me Solving this Task. Thank you.
Does anyone know what is the earliest version of Appian that uses Tomcat 9,0.76?
Can we define document retention or archieval process for documents saved into KC or in any Appian folder. Can it be retrived also on demand?
Hi Team, Is there a direct to execute the SQL scripts directly in Appian instead of executing in DB?
Hi, I have a question is there a way to add a Search bar to a grid that the data source is a variable?
Hi team, I am capturing data from process metrics report and storing to oracle db as it's business requirement. Now I just want to check is there any inbuilt functionality of Appian which only writes the rows in table which has been not inserted in the previous run ? if not is there any suggested way you recommend that can be followed to achieve the same ?
a!currency() what is the role of:-- isocode:"USD" ,"EUR format: CODE,LOCALE,SYMBOL how they related to each other
Hi. I have a doubt in nested if's here, if the first condition is true, then it will be return the statement "should be 18 digits". If it's false, I want null value to be returned. Since I am using nested if's its returning "must be numerical and no more than 12no's". how can we resolve this. Can someone help me here?
As soon as I type the first character in Appian's Chat-GPT box, the red "Invalid Search String" error displays below, and nothing I type in makes it go away
Is it possible to create exact Record Save Filter UI.When user click on funnel icon it will show clickable options.Same as below.
Hi, We have are requirement where we need to embed documents as Base64 in a JSON request and keep the format of the JSON in such a way as the called system requires. Here we are talking about two collections , where second collection is a array of some repeated fields and one is base64 where document is passed. Now Appian in its notes says that we should let it convert it to JSON for documents to convert to Base 64. But then how ill we achieve this structure of the request we need to send to the called system? Sample example is- { --colection1 "DocInitialization" :{"Input": [ {"Id":"IdValue1","Value":"ValueHere1"}, {"Id":"IdValue2","Value":"ValueHere2"}, {} --so on ]," DocCollection": - collection 2 [ {"base64":document1, "mimetype":"MimeValueHere", "SomeOtherAttribute1", "Value here1" }, {base64":document2, "mimetype":"MimeValueHere", "SomeOtherAttribute2","Value here2"}, {}.. so on ] Here how to achieve this patte
We are currently exploring way to connect Redshift and Appian. however, We do not have access to Redshift yet. has anyone integrated Amazon Redshift and Appian together? also what are the different ways that we can utilize to connect these together?Thanks.
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.