-
Recently active
Hi, I have a requirement where I need to get the total no of documents created last month in the environment. I have added all the document folders in a constant and tried to fetch the documents count but I'm getting an error as "The passed parameter(s) are of the wrong type. Received the type List of Folder." a!localVariables( local!document: folder( cons!DMF_DOCUMENT_FOLDERS_LIST, "documentChildren" ), sum( a!forEach( items: local!document, expression: todate(document(fv!item, "dateCreated")) > today()-30, ) )) Can anyone please help me.
I am using a editable grid in that there are six columns (column1,2,3,4,5,6) after adding rows to that columns I want add a row at the end for column3,4,5,6 only for calculating the total value. Is that possible in editable grid
I have a list of dictionary with 3 Keys in it I want to add a new Key:Value in all the rows so there will be 4 keys after that.
Hello,Is it possible to send a summary of the test history to the email? (can be in txt or excel format).Thanks.
Hello,Does anyone know if there is a way for fitnesse to fetch data that are inside an excel file and then declare and use it in the input parameters in the tests? Thank you.
Hi All here the use case was selecting particular Id(Product Id) in record list, than it will show all the relavent records in Summary view and In the grid will list out all the Related suppliers(data) only in grid, { a!sectionLayout( label: "Section", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "ProductName", labelPosition: "ADJACENT", value:ri!product.productname, saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ), a!textField( label: "Productdetails", labelPosition: "ADJACENT", value: ri!product.productdetails, saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} )
Hi All, I am facing the below error in my process model. I checked the inputs and outputs setup, everything looks fine. I am not getting where the issue is. Could you please help me to resolve this. Thanks in Advance.
Is there any way to identify common objects between two or more application. We have more than 30 unused applications and many(more than 2000) unused objects. We are planning to delete all the unused application and the objects which are part of those applications. So we need to delete the objects in bulk, but there are some used objects which are part of those unused application. For this I need to find the used objects in unused application by giving the active application name. Is there any way to do this?
Hi All, I'm trying to add multiple choices to the choose function dynamically. My interfaces are dynamic , I tried displaying interfaces dynamically using a!forEach() but failed to achieve. choose( local!selectedTab, interface 1, interface 2 interface 3, . . . . .interface n ) Thanks.
Hi everyone, What are the types of CDTs that can be created, other than the pull-down list on the CDT creation screen? I know text, date, Number and Document. Thank you.
Hi, everyone I want to know Appian case study. Is there a page on the Appian website where I can see the results of Appian case study? Please tell me link. Thanks,
Hi All, I am planning to give appian senior developer exam. What will be key points to prepare? Academy courses are enough or do we need more preparation? Thanks in Advance.
want to store values to different table so i have used write to multiple DS, but giving error like this i have configured like this= { { entity: cons!CR_APP_ENTITY_CONTRACT_EXTENSION, data: pv!crAPPContractExtension_cdt }, { entity: cons!CR_APP_ENTITY_COMMENT, data: pv!crAppComments_cdt }}
I want to retrieve data from Appian profile using Username.
When updating data i didn't get multiple dropdown field and gettting error like: Interface Definition: Expression evaluation error at function a!multipleDropdownField [line 609]: A multiple dropdown component [label="Employee Name"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was adetuya, akshaymoghe and choiceValues was aalapv; aartibansal; abdul_khan1; achyutamm; adetuya; aghosh; aishwarya_bajpayee; akaul; akshaymoghe; akshay_nikam; ankit_bass; apawar; asimzr; atadeo; basava_raju_g; basitza; bhushans; bilalq; carolina_branas; chandramauliv; chiragk; chrisxl; cjansen; clarkm; dhavaljp; diana_palmer; dilippathare; dpaul; dterzian; elomboy; francisab; gbubattula; gpattnaik; haroona; harshadp; humzak; jalpa_dave; jlakkimsetty; jmishra; jpattan; kamalpreetarora; kanikanarang; karangauba; karishma_babbar; kjaladi; ksiginumsetti; lindsey_pecor; luke_kovar; mayanksengar; mehakbakshi; mkonanki; mohitarora; mszekely;
Hi guys, I import file HTML into Send Mail at Process Model I run file in local But, I run in appian This my HTML .myDiv { border: 1px outset gray; } .button { border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; background-color: #4169E1; } .grid-container { display: grid; grid-template-columns: auto auto auto auto auto; padding: 5px; } .grid-item { border: none; padding: 10px; font-size: 15px; text-align: left; } This contains text TH - Test Name Name: Test Name Created By: Test Created On: 5/19/2022 Status: Test VIEW DOCUMENT
Hello Assume radio buttons A,C, Z, Other, F (db gets data in this manner) we can easily sort but other should be at end of the list The order is alphabetic but other to be end Using Query Records Ant Cat Frog Z Other if we just do sort, we can get below which is wrong as per req Ant Cat Frog Other Zebra
What are the challenges or Limitations of Appian
Hi All - I do have Designer access to the environment, however I'm unable to open a record summary page of all the records. Once I click on record link then I am ending up with below error. Even, while I am trying to open Appian OOTB record 'USERS', once I click on user name then I am ending up with the same error. Any thoughts pls ? Do I need to be added any system groups to view the record summary ?
What is map function what it does and how we use it. I see in some interfaces it has been used in ruleinputs as a datatype.
Hi all, I am trying to solve the problem that HTML to PDF (Page Number and Custom Fonts) Smart service Doesn't Support Arabic language when pdf document is generated. will this issue be solved by changing the Font document? or it's a plugin issue?
hi here i have plugged in the sub-interface in the main interface but am not able to view that interface only buttons i can see from that interface sub-interface is working fine
Hi, I am very excited to announce the release of my book "Low-Code Application Development with Appian". It will be available at the end of April and I can't wait to get your feedback. Meet me at Appian World Miami on Tuesday afternoon in the Community Hub to discuss all things Appian, low-code, and business process automation. I have a few discount codes I'd like to share with the you. Find the book at Amazon: https://www.amazon.com/dp-B09SZ5V53W/dp/B09SZ5V53W Happy low-coding, Stefan.
Hi All, Thanks in advance!! Here is my scenario, While data is retrieved successfully from a view(SQL Server) and displayed on the interface for some users, but for few users same data is not retrieved and shown on UI. It's simple queryentity rule where we pass Input for the data to be retrieved with rows having same input field.
Hi all i have a requirement that user entered date time field to json format "2022-08-15 00:00:00.0" how to convert it , from appian end, i tried text function - text(now(),"yyyy-mm-dd HH:MM:SS") but it returns current date time it should be user entered. Thanks In Advance
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.