-
Recently active
Hello, I'm trying to send an Email from a process model, but when putting in the "TO" recipient an email address not related to an user registered in my environment, it does not send it. I do not give any error, just do not send it to such recipient: as you maybe can see from the screenshot, when monitoring the process there is not any error, but no "ToValidAddresses" is registered. Instead, if I put my Appian Account email in the "TO" field, this became filled and I can receive the email. Any idea about this behaviour? Thanks a lot
The below expression rule is used to get the http url as output and is working fine in the expression rule object but whereas if the same rule is using inside of the body of mail and script task it is not returning anything. a!localVariables( local!startProcessLink: a!startProcessLink( processModel: cons!TEST_PM, processParameters: { id: ri!id, } ), local!cacheKey: index(local!startProcessLink, "cacheKey", ""), tostring(if( a!isNullOrEmpty(local!cacheKey), "", concat( "<a href=""", "">companyname.appiancloud.com/.../iYBQhUjyCxCUquoIwiZAuYZ6ZpfD3jPtesTVSHGdu6Crrx8JJi3pPg local!cacheKey, """>link text</a>" ) )))
Is there any way to hide the button from mobile/ tablet view using an interface
I have a CDT "Variation" that has a field "size" with multiple text values(array field). This is saved in the DB as 2 seperate tables, namely, Variation and one appian generated table. Now i am not able to see the field "size" in the recordtype of Variation. any idea how to get the "size" field in the recordtype object?
Hi dear developers, I am a master thesis student and researching on low-code/no-code applications. I need your help to find any publicly available Appian application to take an example for my thesis or please share your application link which can be accessed by the end users. Looking forward to finding more applications !!
According to mentioned code it removes Rows (Deactivates some records) but rea!localVariables( local!pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 5, sort: a!sortInfo(field: "userName", ascending: true) ), local!Members: cast( 'type!{urn:com:appian:types:WFM}WFM_Test?list', rule!WFM_getTestByTestId(testId: ri!testId) ), { a!gridField( label: "Member List", labelPosition: if(ri!showLabel,"ABOVE","COLLAPSED"), data: local!Members, refreshAlways: true(), refreshAfter: "RECORD_ACTION", columns: { a!gridColumn( label: "Member Name", sortField: "userName", value: a!forEach( items: fv!row.userName, expression: rule!OCO_getUserFullNameFromUserName(userName: fv!item) ) ), a!gridColumn( label: "Remove", showWhen: not(ri!readOnly), value: a!richTextDisplayField( value: a!forEach(
Hi All I have a related action at record summary dashboard, when I initiated related action, I am able to see interface mapped at User Input task, but when I fill and submit the form, I observed two things, 1) I am getting not authorized message at UI. 2) My process instance is getting paused at write to datastore node. I checked process instance data, process variables having proper data to store,
Hi i have written code like this to get a grid it's a editable grid and for this now when i click add row then complete grid has to be added how can i write logic for it can anyone help on this a!gridLayout( labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell( align: "LEFT" ), a!gridLayoutHeaderCell( align: "LEFT" ) }, columnConfigs: { a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 5 ), a!gridLayoutColumnConfig( width: "DISTRIBUTE", weight: 3 ) }, rows: a!forEach( items: ri!crAPPContractExtension_cdt, expression: with( local!SingleREFContractExtension_cdt: index( ri!crREFContractExtension_cdt, wherecontains( fv!item.extensionRefId_int, ri!crREFContractExtension_cdt.id_int ), {} ),
I am having a editable grid in that I am adding a rows and in sometime I deleted some of the rows then the values depending upon it needs to be updated For eg. I am having a field in editable grid called marks and total. If I deleted a one row(marks) Then the total needs to be updated after deleting
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
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.