-
Recently active
After enter contact info it is showing infinite(∞) symbol - It is only happen when i enter 10 or more numbers
I want to perform this validation after clicking on submit button.
I need an expression which finds corresponding value based on ranges: Input:x{v1,v2,...,vn+1}{r1,r2,...,rn} Result:if (x<=r1) then v1else if (x<=r2) then v2....else if (x<=rn) then vnelse vn+1 Thanks
is there any way to find group Name by UUID? (tried get contentdetailsbyUUID) nothing worked...
Hi my requirements is i have 2 grids one after the other when i add a row in the first grid i have to get one row automatically in the 2nd grid [second grid will be user input grid] can anyone help me on this
Hi everybody, How to merge many file excel into a file excel with many sheet Do you have document about Merge Excel Document? Thanks a lot.
I have a requirement to get the top 3 documents list which are larger in size in a KC. I was a able to get the complete list with getfileslargerthansize() but doesn't know how to get top 3 documents onlly. Can anyone please help. Thanks in Advance
Hello I have a requirement to read a .txt file contents in Appian. We are getting this file via SFTP and this file has some Chinese characters. I tried using readlinesfromtextfile function which is part of Text File Function plugin. This works well for all data except the data/ text in Chinese. My sample data is 肖恩 and when I read it in Appian using readlinesfromtextfile I get ?? in place of these Chinese characters. I have enabled Chinese language from admin console. Anyone has any idea about this or any other way to read Chinese text from .txt file?
Hello , Whenever i click on candidate name it has to display the all the details of candidate , It is only displaying the interface . For the details what to do now? It show's Empty (Did I miss Any thing )
Hello, I have a simple question. The business I am designing for has asked that if an invalid JSON is submitted to the API the status code returned not be 500.. They have stated that 500 raises all kinds of alarms for them. Is there a way to change this? I have coded errors to be 400 already but that does not affect the JSON being invalid.
I have been trying to build the SpaceX Launch app and I made a mistake. I want to delete the total instance and all associated records so that I can start again fresh. I thought I had done that but its coming up as SPX_GetALLLaunches1_record Data Source. How can I completely reset and start again? Also I have version 22.3 and the PDF is instructions for Version 22.2 and their are a few differences. Any thoughts on what I need to do? Thanks
Hi Iam new to Appian need your help to build a process for import CSV file and export into Excel using a delimiter
I am currently having an issue with one of my record types not appearing to sync correctly. We have a Process Model set up to schedule a set of tasks for users and write all of these details into a table to hold these scheduled task details. We also have two separate record types set up to display different task types. Both of the record types have source filters set for A) their task type number and B) anything scheduled for yesterday and today's date. The Process Model is set to run daily at a given time, and every time after, it appears as though one of the record types is out of sync. There will be extra items in the record type list, and one of the columns will contain a null value. However, if we go in and do a manual full sync, all of the data will display correctly immediately after that.My question is about whether or not the date value in the source filter is messing up with the syncing of the data. The way the source fields are displayed, it has the text "Define whi
An error occurred while trying to write to the entity "additem" [id=b2bc2c89-9d9f-48b1-a185-2f76c6ce5745@4003, type=SA_add_item (id=3992)] (data store: SA_datastore). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=3992,v=<null>] Data: TypedValue[it=3992,v=<null>] please help me resolve this error.
I am using a grid to show record list where i have added pagination, when the list is loading first time and i am clicking on arrow button to go to next page in not working but when i am clicking the same button next time then it is working fine Here i am using the refresh variable and using the refreshAlways set to true, when i am changing it to false is working fine, below code i am using in list page. a!localVariables( local!jobId:null, local!localeDetails:rule!SDL_getLoggedInUserLocale(), local!labels: rule!JT_getTranslation( locale: local!localeDetails, labelId: { "jobId1", cons!JT_LABEL_JOB_NAME2, cons!JT_LABEL_EXTERNAL_JOB_ID, cons!JT_LABEL_CLIENT_DIVISION, cons!JT_LABEL_CLIENT_NAME, "createdOn1", "initiatingPm1", "status2", "phase2" } ),{ a!gridField( label: "Jobs", labelPosition: "ABOVE", data: a!recordData( recordType: 'recordType!{d495f140-8079-4d18-a9ff-667d19dacd59}Job', filters: a!queryLogicalEx
I am using a grid to show record list where i have added pagination, when the list is loading first time and i am clicking on arrow button to go to next page in not working but when i am clicking the same button next time then it is working fine Here i am using the refresh variable and using the refreshAlways set to true, when i am changing it to false is working fine,
I have a grid where i added pagination, when the grid is loading for the first time and i am clicking first time on the arrow button to go to the next page is not working but if i click in the arrow button again is working fine. I used RefreshAlways set to true, if i set it as false and testing the interface is working fine, below code i am using. a!localVariables( local!jobId:null, local!localeDetails:rule!SDL_getLoggedInUserLocale(), local!labels: rule!JT_getTranslation( locale: local!localeDetails, labelId: { "jobId1", cons!JT_LABEL_JOB_NAME2, cons!JT_LABEL_EXTERNAL_JOB_ID, cons!JT_LABEL_CLIENT_DIVISION, cons!JT_LABEL_CLIENT_NAME, "createdOn1", "initiatingPm1", "status2", "phase2" } ),{ a!gridField( label: "Jobs", labelPosition: "ABOVE", data: a!recordData( recordType: 'recordType!{d495f140-8079-4d18-a9ff-667d19dacd59}Job', filters: a!queryLogicalExpression( operator: "AND", filters: { a!queryFil
I am working on EPIC 2 ( Bids & Auction Houses) of the Appian Applied Development Course. In the user story 7 to enter bid decision if the bid is awarded , i need to update vehicle availability on AA_Vehicle table and also update bid information on the bids table. I have flat end CDT . in the bids CDT, vehicleId is just a integer field I tried to create a process variables to update the vehicle availability status. In the process property i created a new process variable called Vehicle and it's of type AA_Vehicle CDT. In the write to data store entity to vehice table, before this block i had a script task which gives me the vehicle I'd field from the AA_Vehicle . Please if anyone can send me the screenshot on how to proceed it would be of great help Thanks in advance
How can i set drop down subcategories in a navigation pattern ?
I am getting this error when performing an related action .can any one help me in this?
Whenever If i click on the firstname it have to link to the interface already i have , which link tag i have to use and where to use here. Finally i want to use thoese in sites . In Cadidate first name The link should link to interface The expression Need to display in that site
Hi, I need to create a pie chart with the output from expression rule. I can use a!queryEntity() if the output is in Datastore entity with the help of aggregation functions. Can anyone help me how to store the expression rule output to Data store entity or how to use the rule output directly in pie chart creation. Thanks in advance.
Can we capture present members of a group and removed members from a group
I keep getting the following error with creating the process model for the request maintenance form, any idea how to fix it please? ERROR An error occurred while evaluating expression: =localize("de","","fr_CA","","ru","","sv","","pt","","ko","","el","","it","","fr_FR","","es","","ar","","zh_HK","","en_GB","","en_US",tostring("Request Maintenance" & pv!Vehicle.vehicleyear & " " & pv!Vehicle.vehiclemake & " " pv!Vehicle.vehiclemodel ),"ja","","es_MX","","zh_CN","","pl","","nl","") (Expression evaluation error at function 'tostring' parameter 1: Inv
More frustrations (adding to the pile) in switching over to RecordType style data, and/or supporting other people who use it as is my particular case... I happened to notice the other day, if you save "fv!selectedRows" into any sort of variable, from a!gridField() when using RecordType data, it does NOT (seemingly(?)) work as expected. What it does: sets the save target to the value referenced by visible columns only plus the primary key. By "visible columns" I mean only those which have been added to the grid, for some reason(?). What I was expecting: when using Entity Data, "fv!selectedRows" will save the entire row in question (regardless of which columns have been added to the grid). What the documentation says: well, not that much... but the implication is that using it should "avoid having to re-query data", which is not what we're seeing here. The important use case: I want a grid to select rows, edit the selected data, then sa
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.