-
Recently active
Hi! I´m trying to write records using the a!writeRecords inside an interface. First of all, I save all the values of my editable grid in a local variable (local!LineasPedido), and I checked that, when i fill a number in the grid, the value is saved in the local variable correctly After this, in the button configuration, I added a a!WriteRecords function inside the saveInto parameter of the button My process model is the following one (First I fill some fields in a previous interface, upload the records with the WriteRecords Smart Service in the process) and then I continue filling and updating the PO lines directly from the interface. The interface exposed in which I upload the records directly with the code is marked in red Logically, there is no value for the rule input of the second interface associated with the record type in which I´m saving the values (because I´m doing directly the write records in the interface over the local variable, not passing it to a
Hi All ,It's a very common but very tricky question which I am not able to resolved.Let's say I have 3 Users who are using any Appian Application.They are added in 3 different groups as mentioned below: User 1 : Added in Group A having Administrator rights.User 2 : Added in Group B having Viewer rights.User 3 : Added in Group C having Editor rights.All these users doesn't have any Designer rights i.e. they are not added in Appian Designer group.So , What would be the difference between the role of these 3 Users.I am not able to get the difference between Administrator, Viewer, Editor rights from End User Perspective who doesn't have Designer AccessIf there are any differences , Please list down all .
Hi All, I have a query, is difference() function can be used to subtract array of two different type of ctds. Thank you
I understand that approval from Appian is required to use component plugins, but do I also need approval from Appian for the use of tools to create component plugins?I'm using Appian Cloud, and I couldn't find a detailed description, so please tell me the flow up to the point of creating a component. thank you.
Hi I have created a constant for storing all the valid file extensions constant : OPP_TXT_VALID_FILE_EXTENSION -> {"PDF", "JPEG", "JPG", "PNG", "DOCX", "DOC", "XLSX", "XLS", "CSV", "TXT"} Now I wanted to implement a validation in fileUploadField wherein I want to check for valid file extensions. For this I am using the contains function contains ( cons!OPP_TXT_VALID_FILE_EXTENSIONS, upper(fv!files.extension) ) Now even for a valid file extension (say PNG) this validation fails But if I use normal array of hardcoded values instead of constant then I am getting the desired result contains( {"PDF", "JPEG", "JPG", "PNG", "DOCX", "DOC", "XLSX", "XLS", "CSV", "TXT"}, upper(fv!files.extension) ) Is there something that I am missing ?
Hi All, We have a date field component in an interface and its taking more number of characters which is not needed. Refer below screenshot. We need to restrict the number of characters to be entered is mm/dd/yyyy i.e., 10. Along with that is there any possibility that we can take only digits as input and datefield will auto apply "/" as per format "mm/dd/yyyy". We dont want the user to type more characters and date component validation fires and display the message. Rather placing restriction makes many things easier. Kindly suggest on the above.
Hi! I have an editable grid in which the user can add new rows. I want a number for each new row generated (1,2...), and save the value into my local variable (local!LineasPedido). I tried to configure it by two different ways but, even though the "value" appears in the grid, it is not saved correctly in my local data Way1: Way2: In the next image you can see the value is generated, but the column "Linea Pedido" does not appear on the right side My code is the following one: a!localVariables( local!LineasPedido, { a!sectionLayout( label: "LÃ%ADneas Pedido", labelIcon: "list-alt-solid", contents: { a!gridLayout( label: "A continuación, incorpore las lÃ%ADneas de pedido correspondientes y pulse el botón de creación", headerCells: { a!gridLayoutHeaderCell(label: "Linea Pedido"), a!gridLayoutHeaderCell(label: "Pedido"), a!gridLayoutHeaderCell(label: "Proveedo
Hi all, I have the following requirement. I have a related action in the application record where I am updating the application details. I am updating several forms in the application like "Address Details, Educational Details, Experience Details, References etc". I have separate screens and process models for editing each section. In the Update Application screen, I am displaying these section names and Edit link near the section names. So when I click the "Edit" link the respective screen opens and I am able to edit the details of that section. The problem I am facing is when I click the edit button, the process opens in a new tab instead of the same tab, I am using a!startprocesslink to edit the details. I want the edit process to open in the same tab, and when I finish editing the process, I want to return to the same update application screen. How can I achieve this? Thanks, Brinda Sateesh
I am generating an excel with Export DSE to EXCEL.The smartservice consults a view with the data ordered by a date field.The result obtained in the smartservice is ordered by id (PK), not by date.How can we order by the date field in this smartservice or collect the records as they are in the view without ordering them by pk?
Hi team, So I have a requirement where in the interface if i click on the product name link in a grid it should go to the summary page interface. But it has to be linked through the process model. In the image above, the start form is the home interface. but when i start the process from the process model, it is opening a separate tab for the summary page which is not linked through the process model. So the process is still stuck in the start form. How do i configure the drillable link to open the summary page for that particular product using the process model? And the other thing is, the is a button link in the summary page which is visible only when a certain Boolean rule input is false. how do i set it as false as default in the interface itself? I was able to set the process variable false only in the process model before the process starts.
I need to add a field as source filter which is available in a related record. How to add that field as source filter in appian record ?
I have taken the free appian community access . i am new to appian . i wanted to know from where i can open appian designer . or what to do next ? I only able to open appian community not appian designer ?? Please help
it saves when I use this: a!writeToDataStoreEntity( dataStoreEntity: cons!AF_EXCELPIPELINE_CONS, valueToStore: local!pipelinetest ) but does not save when I use this: a!writeToMultipleDataStoreEntities( valuesToStore: { a!entityData( entity: cons!AF_EXCELPIPELINE_CONS, data: local!pipelinetest ) } ) why is that so?
I have embedded Java content using a!webContentField on an Interface. Below are the actions I need to perform: Click on a icon beside the link/document (Capture URL) This should open another Appian Interface with all the related information. (Parse URL to get the query parameters like Folder & Document Id's) Question here is how do I capture the URL ?
Hello there, We need to update an Appian Portal based report (old technology previous to SAIL based reports) that displays multiple process instances. Many of them (around 3000) have incorrect security settings and need to be updated. What is the simplest way to do it? Is it possible to use Appian RPA for it? The solution requires to select each individual entry in the report and change the security settings. It is just a couple of clicks to resolve it but it needs to be done thousands of times. Is it possible to do it through a process model? Any idea would be appreciated. Thank you in advance!
Hello. I am getting the following error when attempting to import an excel workbook into Appian. From the Debug screen Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = 168eb:f0c68] in rule 'excel_import' at function a!fileUploadField [line 6]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!multipleFileUploadField_getEvalFileName [line 41]: Unexpected number of parameters. From the Interface screen (FYI... I do not have a Line 41) Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!fileUploadField [line 6]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!multipleFileUploadField_getEvalFileName [line 41]: Unexpected number of parameters. a!formLayout( label: "Import Excel Details Report", contents: { a!sectionLayout( contents: { a!fileUploadField( label: "F
Hi Team, I have an integration with Drupal. We send the outcomes from Appian to Drupal. I wanted to retrieve the request body (we are sending a json body) which is sent to Drupal. Is there any way to extract the same? There is some issue with the json that is being sent over to Drupal which we cannot figure out. Any help would be appreciated. Kindly revert back if you need any more information. Thank you!
Hi! I´m making an interface in which the user can add new rows. After filling the price and the quantity, the column "Importe Total" is calculated I would want to save and show the value of the sum of the values in the column "Importe Total", to make a "Total Sum", show this in another cell and save the value into another record (the data of the PO lines are saved in a different record, specific for PO Lines, and the value of the total sum would be saved in a Record of "global" PO) *In the case of the pic, the TotalSum = 200 I leave here pics of the configuration and the code inserted (applied the magic button to order it and make it more readable) 1-Logic of the pxq (Total Importe Column) --> the logic was applied in the "cantidad" and "precio unitario" columns in order to save the value "Importe Total" correctly 2- The entire code: a!localVariables( local!grid, { a!sectionLayout( label
Hii All, Can we able to migrate entire Environment data from one environment to another environment including Users Everything,is there any approach? Thanks a lot in Advance
Hi! I´m constructing an editable grid in which the user can add new rows (purchase order lines). I would like to add a column with the number of the row as an "identifier" for each PO line, something like this: So my question is, how can I configure the text field to auto-generate values from 1 to infinite after the user adds a new row? Thanks for your time!
why am i not able to see the grid parameters(like user filters, record action, search box) in mobile interface
For the automated expression rule testing, currently test results expire after 7 days (as mentioned in the documentation for function a!testRunResultForId). Is this a configuration that can be changed? We can to decrease the retention period to perform an aggressive clean up for this data.
Hi there, There is a section in the PDF file, like below: Is there a way to capture these "checkbox" by using AI skill extraction objects? If the PDF file is protected by password due to the security, would it affect the performance of AI skill extraction? Any suggestion would be really appreciated.
I wanted to ask if there is the possibility of taking the exam in Spanish? Regards!
We have requirement where schedule activity has to save the excel document into folder or sharepoint from where User can refer any time in future. This is big file and need to run Quarterly so doesn't want to be into Appian forever. While following the steps mentioned in https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs#setting-up-an-app-only-principal-with-tenant-permissions to generate clinet id etc. I am getting a message that Tenant Admin has to approve the permission. Now while going thru share point offering in our organisation, seeing below- "Apps requested from the sharepoint are not supported. The interface allows requesting the Apps from share point store and send approval to share point admins, since it is not supported feature, request will not be consideredor approved" Does that mean we can't do Appian + Sharepoint integration in our organisation? We use SPOL(Sharepoint Online)
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.