-
Recently active
Hello! I have a problem of following type: a!localVariables( local!emptyArray: {}, ... { ... a!forEach( ... a!localVariables( local!variableWhichChangesWithEveryIteration:{...}, { /* Here I want to append the local variable's value to my empty array. Something like this: */ a!save(local!emptyArray, append(local!emptyArray, local!variableWhichChangesWithEveryIteration)) } ) ) /* my array will be used here */ } ) The problem is that value of the array won't refresh by itself (if I use saveInto in a textField, for example) and I don't know how to do it automatically...
Hi All, I have used date field components.In that I have two buttons with it like submit and cancel. When ever I enter invalid date and cancelled it and I again edit it it showing the invalid date as a default even though it is not storing in any of the localvariables. Any leads can be really helpful .. Thanks & Regards Divya
After creating 11 Step I got error like this when I entered AX Vehicle Record type beside the icon The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = :] at function a!recordList: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 49]: The image at index 1 in an image gallery component [label=""] has an invalid value for "document". "document" must not be null. (APNX-1-4198-000) can any one help me how to solve where I get this error what to chage
Hi ,I have created a interface in which when I selected a product in "Add product in Cart", It should be populated in Picked products and will show quantity input field. But I don't know how to store the quantity input values for different quantity fields, for example If I give quantity value 12 for Soaps it is showing 12 for all product's quantity.Thanks in advance.Code for the same below:a!formLayout( label: "Buy Products", contents: { a!sectionLayout( contents: { a!richTextDisplayField( label: "User", labelPosition: "JUSTIFIED", value: user(loggedInUser(), "firstName") ) } ), a!sectionLayout( label: "Add Products in Cart", contents: { a!sectionLayout( label: "", contents: { a!pickerFieldRecords( label: "Pick Products", labelPosition: "ABOVE", maxSelections: 20, recordType: 'recordType!{886fbcf9-c44b-4cc9-bb6e-76529b93d6e5}TS_RecordType_Product', value: ri!productsSel
How can i change date picker default format to DD-MMM_YY format default format is mm/dd/yy.
Hi team, Is there any way by which I can authorize the endpoints if the token expires without manual intervention? I can see we can use authorizationLink but that requires manual intervention. Thanks,
Hi, I have a decimal field on my interface that I want to colour based on its value..something like if =8: then green if <>8: then blue How do I do that?? I know how to colour a text field. Please help thanks jaideep
Hi, Is there a way I can see on Appian logs as to who has made changes to the data.. for eg.. who created a certain record, who updated it, who deleted it and so on.. i tried looking for this info in tomcat-stdOut.log but cudn't get.. or do I need to create/code my own history table where I should track these user actions? thanks in advance jaideep
Hi Folks, Have some queries regarding the Associate Developer Certification Exam(L-1). Have recently completed the Appian Developer course on the Appian academy and the next step for me is to get certified. Can I get to know some resources I will need to refer to before taking the test. What all tips do you have for the preparation and how does one tackle the preparation phase. What all things to do one has to keep in mind before giving the test. What is the recommended time that should be given to the preparation phase. Really looking forward to learn and give the test to get certified, do share your feedback regarding the topic. Thanks and Regards
How to assign an Request from one requester to multiple receiver(approver) Eg: Request & received request 1 to receiver 1 request 2 to receiver 2 request 3 to receiver 3 and request 4 to receiver 1 like auto allocation
how use Any Data type in interface how in purchaseRequest requestedBy and departments come I have not mentioned , just take datatype as Anytype
difference between task and process model and process instance
Difference between task and process model. how task generate in user task and what will occur in script task.
How to migrate dev Appian environment to staging appian
Expression evaluation error at function a!queryEntity_22r2: An invalid start index of 0 was passed in. Start indices must be greater or equal to 1. I am getting this error for the below code pagingInfo: a!pagingInfo( startIndex: ri!pagingInfo.startIndex, batchSize: ri!pagingInfo.batchSize, sort: { a!sortInfo(field: "createdOn", ascending: false) } )
Hi All,I have a scenario, say, for example, I have 20 rows in the paging grid, based on a condition I need to hide a few of the rows in a Grid.
Hello. I have and component(card layout) shown in the interface using showWhen() function, and want it to disappear after 30 seconds. I thought of using the showWhen() function and refreshInterval of refreshVariable, but couldn't make it work. I'd appreciate it if you could let me know if there is a way to make this possible. Thank you.
Pls answer the below question How to Send email to multiple recipients in Appian? Thanks in Advance!
Hi Can anyone help me to understand what is in below screenshot?How can I delete the data in db in this case, I wanted to delete product table row and corresponding rows from Product quantity table which is having pId = Product table ID Product table - ID, pName Product_Quantity_table - ID,pId(foreign Key),Quantity
Hi All, Pls answer the below question Users accessing and editing the same record at the same time, race conditions may occur when writing to the database. what is the resolution for that For example: Users A and User B access a customer record of Customer Corp. at the same time. They both then start a related action to edit the company’s address and they will both see the current address that is saved. If user B submits their edits after user A, user B’s input will overwrite user A’s input (last save wins). how to resolve that Thanks in Advance!
Hi <Summary for the current situation> 1. In "Data Source Management" of "Appian Admin Colsole". The existing "Name", "Type", and "Connection String" are maintained, and only "Username" and "Password" are changed and applied. ex) previous username= appian1, changed username= appian2 (previous schema= appian1, new schema= appian2) 2. In this case, the problem that arises is, the previously created CDT continues to look at the previous schema (appian1). (The following error message appears.) 3. I don't see a way to change the schema anywhere in the CDT object or XSD file. 4. Is there a way to change the schema of CDT, or is there a way to solve the situation? Thank you
Hi all, strucking here to give validation for a URL. If users gave hhpts:// so the flow was getting error here because of that not proper link format. So kindly, suggest Validation for URL . Thanks in advance.
Hi, After adding For Each function to rows in my editable grid, the rows not showing in UI. How to make my rows visible?.
Does changing application security parameters override the object security parameters? .. or in other words does the object inherit security from the application.
Hi all, I have a datefield component. If I entered incorrect date format then it is showing some inbuilt error message than it should be in mm//dd/YYYY format but I want to display "Please enter a valid format". Can this requirement be possible? Thanks & Regards, saidivya Minna
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.