-
Recently active
Hello, I am trying to represent the following structure using maps in Appian (for those familiar with C# or Java ... something equivalent to Dictionary<int, List<Object>): So the list looks something like this: { { taskId: 100, dependsOnTaskId: 101 }, { taskId: 100, dependsOnTaskId: 121 }, { taskId: 101, dependsOnTaskId: 123 }, { taskId: 103, dependsOnTaskId: 0 }, { taskId: 123, dependsOnTaskId: 5 }, } A task Id might have none or multiple unique dependencies (there are many other constrains but at this point I will just focus on the most basic structure) After processing this list, I would like to have a map as follows: { { taskId :100 dependencies: 101, 121 }, { taskId :101 dependencies: 123 }, { taskId :103 dependencies: }, { taskId :123 dep
Hi every one, I'm having a text string as example: {"Status":"Active","updatedBy":"lynn123","hasAccount":false} What I expect to have is: Status: Active updatedBy: lynn123 hasAccount: no I think for replacing comma with a line-break, char(10) might work, then I will substitute false with "no". But for the rest of characters {,},"", I'm not sure how to remove them all at once. I checked documentary for a!stripWith or a!reject and I think they don't work with a list of characters. Hope I can have some suggestions from you, Thanks a lot!
blank row in the cdt has to be added in the interface
Hi my question is can we store the values in local variables- yes we can, but can we select those values which are stored in local variable and get data from db? so these values want to store in local variable this is selectable row can get the data by selecting the row with that row data which is stored in local variable?
whenever i click on add row it's coming with selected what mistake i have done here?
I want to use various methods given on this Documentation page. Can someone please tell step by step procedure to achieve this. Thanks in Advance.
Hi, I have a use case where I need to redirect a user to a StartForm when user clicks on the link in the email. I'm able to generate this StartProcessLink (Pm has specific process parameters that needs to be sent as well) successfully when I try to execute in an expression rule but when I try to call this expression rule in ProcessModel's Script Task to get the output, it is returning a null value, any suggestions on how to approach it? Note: We cannot Trigger a Pm and keep it active as we do not know the time frame of when user would be working in it. It can range from a day to a month Any suggestions appreciated. Thanks in Advance.
I have a process that gets a Doc ID to be deleted from the database. Before attempting to delete the doc, I would like to check if it exists in Knowledge Center? How can I do so? See below highlighted node where I need to add this "Check". Docs to be deleted node returns a list of Documents. Check needs to search for IDs as an array, if not found, remove from array.
Hi All, Sometimes if I click on particular action in tempo, it shows me the below error, I am not getting what is the reason behind this error. Could you please let me know the reason behind this.
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>" ) )))
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, 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.
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.
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.
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 ?
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?
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.