-
Recently active
Hi, For my requirement, I have multiple rows with radio button field in the grid. The selected radio button values are saved in local variable and that local variable value is stored in the rule input variable {CDT Type] on click of save button. The rule input contains 5 fields, where 4 fields are copied from the local variable and one field is not copied. Could anyone help me on this, Local Variable: Rule Input: a!localVariable( local!listQuestionAnswer: a!forEach( items: (Fetch Data from DB), expression: { id: null, question: fv!item, answer: "No" } ), local!questionResponse: { a!forEach( items: local!listQuestionAnswer, expression: { answerId: null, answer: fv!item.answer, questionCode: fv!item.question.questionCode, jobTYpe: ri!jobType, jobId: ri!jobId } ) }, { a!gridLayout( headerCells: { a!gridLayoutHea
Hi, We have to retrieve the third party credentials from an external repository but the client doesn't want developers (not even administrators) to have access to these credentials. We know that credentials in the connected systems are masked: And we also know that values can be masked in Third Party Credentials (but this has to be done manually by an administrator): Does anyone know if this can be done dynamically or if there is a way for developers to not have access to these credentials? Thanks!
Hi In Record related action context i have passed like this to get request id details from query rule!Cust_QE_getRequest( requestId:rf!requestId, returnCastedData: true) when i am trying to access related action getting error like below could you please suggest on this An error occurred while applying the context for the MHK Data Case related action [identifier=1,356]. Details: Could not cast from Check_testRequest?list to Dictionary. Details: CastInvalid
Need to implement the recurring for a task, so that it will be auto triggered. So, for that is there any way to implement the scheduling options as in the backend for input task from interface?
Hi All, I have noticed this behavior when we are passing list of nulls to a!isNullorEmpty it returns false. I know there are ways we can handle this but is this something fundamentally wrong with this function or not. (I know it is hundred times better than isnull() but still curious)
Hi all, I'm currently looking into using Appian records for the first time, and had a question (I've tried looking through the forums and documentation). When you configure a record list action to call a process model, is it possible to provide multiple parameters to the process model from the interface where the record action is being called? For example, I have a grid that's displaying record data. I'm trying to configure a record action, which calls a process model, which requires multiple process parameters to be passed in to it. When looking at recordActions, I see it takes in a list of a!recordActionItem(), but these only seem to consist of an action and an identifier. I know there's the option to provide static values to the process via the context field of the related actions in the record type, but if I have a local variable (for example) in my interface, can I pass it to the process model being called in the record action? I hope
a!documentViewerField( label: a!defaultValue(value: ri!label, default: "Document"), labelPosition: a!defaultValue( value: ri!labelPosition, default: "COLLAPSED" ), document: local!document ), Hello All, How can I open document in new window with the above code and the document names are in grid.
Hi, I'm trying to post a webhook on Autodesk which callbackurl is an Appian web API. The problem I have, I can't expose any Appian service without authentication, and on the post method I don't see any option where I can write an API-key or something similar, only the callbackurl. Is there any method where I can expose an Appian Web Api?
I just export data via Export to excel functionality of record type. Is it possible to add time zone stamp on "Exported On" field ??
Hi , Is there any course for Appian mobile development videos in community .
We are trying to compare to one intake value with data that is coming from another system. Both these values are present in pv and we are using contains function inside a script task to check the same. But even though the value is present in array, its giving false. Array value Single valueBoth are of same data types but still giving false. contains(arrayValue, singleValue) is the function being used inside a script task. Let us know if we are doing something wrong here.
I have a very basic question:What is difference between passing an input data vs output data in a script task? Or perhaps an example or a scenario where both can be used? Thanks in advance [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi, I wanted to return the rows from cases table which are not in mail poller. But for somereason the following query is not giving me the expected result. Can someone help what mistake I am doing here. SELECT * FROM `Cases` WHERE `fk_caseTypeRef_id` = 53 and case_id not in (SELECT fk_case_id FROM `MAIL_POLLER`);
Hi everyone can anyone help me how to collapse a section by using FitNesse script Thank You
Hi, HELP PLEASE..... I am the administrator of my account, today I tried to log in like every day, and it appeared that the username and password are wrong (I have not changed either the username or the password). I click on "Forgot your password?" , I enter the username of my account and I receive the following in my email: _______ Dear Master Admin,We recently received a request to reset your password. However, it is not currently possible to reset your password because your user account is deactivated.You should contact your site administrator if you need to reset your password or if you did not expect this email.Thank you,Appian _______ See the images bellow
We can write If/Else condition in expression rule then why do we need decisions objects in Appian
If a database table do not have any primary key, then how we can handle this table in Appian CDT?
In this I have a button called legal situation and when I will click the button it will take look like as below. but the thing is that see in the breadcrumb pattern one middle thing is coming which I do not need .when i will click the legal situation button the bread crumb pattern should be personal details /legal situation . And when i click back button it should take me to the page where i got navigated from ,dynamically .please someone help me in this !
Hi All, As we checked in the particular KB article, there is an option called proxy host, port while configuring the webservices. Refer below article. KB-1306 How to integrate with web services requiring an HTTP proxy server - Appian Knowledge Base - Support - Appian Community However, in the latest version of Appian, while implementing with web Api integration, we do not have the option for passing the proxy host and proxy port. What is the best process to implement the HTTP proxy in web Api?
Hi Everyone, Requirement: We need to Read the excel file which have some row data along with some text boxes. We are unable to read the excel file which has some row data along with some text boxes as shown below, we have tried almost all the functions, but we did not get any solutions. Used Plugin/Functions: readexcelsheetpaging validatedocumentheaders excelreadcellsbyname excelreadcellsbynumber Any suggestions would be appreciated, Thanks in advance.
Hello Team, We are using a process for creating new user but the "Create New User" node is getting cancelled out giving below error The user [test123] does not have sufficient privileges to perform the requested action because they are not in any role. Do we have any idea why this is happening? Any help here is appreciated. Thanks in advance
Hello everyone, I have 3 record types. "Orders", "Products" and "Order Product Variations" (relationship).Orders (id, createdOn)Products(id, categoryId) *category must be equal to 5Order Product Variations (id, productId, quantity, createdOn) I want to create an interface that shows which products are ordered for each day. The orders products that are included for each day are from the previous date at 09:30:01 to current day at 09:30:00 I want to have a counter for each product (including the quantity) I want to ask what is the best way to proceed with this. This interface will be used by the Canteen Manager to prepare lunch orders for employees. At a later stage I will try to show which employees ordered each food. Case scenarios: ##########Case No1################### Today: 23 Feb 2024 08:00 AM 1st list el:--------------------------------------------Orders for 23/02/2024 Food A qty: 7
Hello, I'm new to Appian and currently exploring its features. I'm looking to implement a feature where users can upload Excel files and view the data contained within those files.
Greetings, fellow devs I am now working on a Node.js project in the Appian environment, where we are using Mongoose and MongoDB to handle database operations. Our major aim is to efficiently manage CRUD (Create, Read, Update, and Delete) actions that alter data within our Appian apps. However, we've faced some complexities along the road and might benefit from community thoughts to negotiate these obstacles efficiently. Scenario Overview: We're integrating Mongoose, the MongoDB object modeling tool, with our Appian apps to interface with our MongoDB database. Our project requires managing a variety of datasets and performing CRUD operations to enable data manipulation within our Appian processes. I've included a piece of code that demonstrates our current approach to doing CRUD operations using Mongoose and MongoDB in the Appian environment. Let us dive into understanding these difficulties and developing solutions together. // Sample code demonstrating CRUD operations wit
Hi, Can anyone please let me know, how to find out the number of vowels in a string? Thank you 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.