-
Recently active
HI All, Is there a way to delete older versions of a constant using any appian function or smart service? Scenario: I'm calling an API to get the bearer token and storing it in a constant. This is done using a recurring job (PM every 10 mins). But, doing this its creating a version every 10 mins. Is there any way to delete older version systematically? FYI, I understand we can to an alternate approach by storing the value in a db and updating it, But I would like to see if there is any way to delete the older version of the constants.
Hello, We are having issues because the commercials are uploading documents but they don't submit. This generates a new document in our DDBB but it is not created in Appian Documents Folder, so the next commercial finds the error shown below. We have tried that the DDBB is uploaded after submit, but this is not a valid solution. We have warned the commercials to don't do this, but they keep doing. Is there any solution? Thank you
Hi, I'm trying to get the French month name of the current date but I don't succeed : datetext(local(today(), "GMT+01:00"), "MMMM"), datetext(local(today(), "GMT+02:00"), "MMMM"), Every timezone I'm testing returns "April", but I need "Avril". Am I using the bad timezone ? Central European Standard Time = GMT+1Central European Summer Time = GMT+2
Hi, I have a below requirement. Could someone please help me? 1. Customers claims come in an XML along with the required documents to Appian for further processing. 2.I need to have knowledge on how to read the xml and also, read the documents in Appian and save the overall information to appian DB. Thanks Faisal
Hi Everyone, I am facing an issue and I am not sure, What I am doing wrong. Here is my datasubset { { record1: "21041001", nbr: "5DM874,C217668", recordname: {"test1", "test2"}, recordIds: {"75", "77"}, reportid: {}, selectedrecords: {}, selectedreports: {}, amount: 7.0, recordamount: {15, 15}, reportamount: {}, trecordId: 76 }, { { record2: "21041100", nbr: "5DM874,C217668", recordname: {"test3", "test4"}, recordIds: {"78", "79"}, reportid: {}, selectedrecords: {}, selectedreports: {}, amount: 7.0, recordamount: {15, 15}, reportamount: {}, trecordId: 88 } } I have an editable grid, which shows the record names in one of the column of grid from the above data subset and I ma trying to save the selected choices into "selectedrecords" parameter of above data subset using the following check box code. a!checkboxField( choiceLabels: fv!item.recordnames, choiceValues: fv!item.recordnames, value: fv!
Hi All, I am getting invalid cast error in process model, When i try to store data into DB getting error in Write to data store entity. How to fix this issue ?
how to pass updated meeting details from update meeting process instance to a running send meeting process instance
Hi Team, We would like to implement website using Appian which is having Multilanguage capabilities. The language selection should be defined by browser language. Additional languages should be configurable by additional translation files and will be added based on the utilization of the application. Currently there is something know as profile language which we are aware of which changes the Appian language Can anyone please suggest any pointers. Regards Bihitak
Hi Team, By mistake, I imported the wrong Appian package as an update to an existing one, Is there any way to get the old open task back?
Hello, How I can sort this by ClientName ?
Hi, I have a read only selection grid that contains records. I would like to select certain records and remove them from the grid, is this possible? How would I do it in the interface? Thanks
/*You have an array and you want to seperate by a batch of 3E.g Array: {"a", "b", "c", "d", "e", "f", "g", "h"}Expected output: { ["a", "b", "c"], [ "d", "e", "f"], ["g", "h"] }*/ a!localVariables( local!chunkSize: 3, local!startingList: { "a", "b", "c", "d", "e", "f", "g", "h" }, local!wholeListSize: length(local!startingList), local!numChunks: ceiling(local!wholeListSize / local!chunkSize), local!data: a!forEach( enumerate(local!numChunks), a!localVariables( local!currentStartIndex: fv!item * local!chunkSize + 1, /* note: this utilizes zero-index of fv!item */ local!currentIndices: enumerate(local!chunkSize) + local!currentStartIndex, /* this rule just unions the input array with itself and rejects null values */ reject( fn!isnull, index( local!startingList, local!currentIndices, null() ) )
Hi I have a related action with visibility set to true but they are not showing up on non admin users. Do you know why this is the case? thanks
Hi Guys, I am using Document Extraction (Google Vendor) to read data from Images present in PDF. However, Some of the Images in the PDF are titled (upside down or facing sideways). After the extraction gets completed, it is becoming very difficult for the users to see the data and click the correct field. The interface for document extraction is constant and I wanted to add a rotate button so that the users can rotate the image and click the correct field. Is this approach feasible and yes please let me know the approach? Many thanks,
I am working to develop an application on Appian where I can send request links for third-party users where they can click on the link, fill a form, provide any supporting documents and give their approvals. I want to understand how the license structure would work in this case as these third party users would be external users to my organization and I only want to give them access (preferably just for filling the links via link) and not proper user login sessions. Please help
Hi , I have two Drop downs. I want to Select another Drop down value based on selection in different drop down. First DD will have choice label:("dev","engg","it") and choice value:(1,2,3) Second DD choice Label: ("DevEnv","TestEnv","ProdEnv","Dev2","Dev3"), choice value :(1,2,3,4,5) Could someone help in giving me a easy solution. I am learning Appian. Thanks Faisal
I have 30 questions in a form out of which few are mandatory. If I miss any one of them and go for submit, I can get error message at the end of page (usually before submit button). It is very difficult to scroll up the page and find for the missing ques. Is there any way in where I can get an alert message in the center of the page/near the ques itself ? Please help ....
I was wondering if there was a way to verify all of the values in a dropdown picker field without selecting each one. Scenario: There is a field that contains 3 choices "Initiate, Additional, Review", is there a way to verify that this dropdown contains each of this values without populating each field then verifying. The following script will accomplish the goal, but does not scale well, as some drop down fields contain dozens or hundreds of selections and this would greatly increase testing time. !|script||populate field | [1] | with | Initiate||verify field | [1] | contains | Initiate||populate field | [1] | with | Additional||verify field | [1] | contains | Additional||populate field | [1] | with | Review||verify field | [1] | contains | Review|
Hello, I have an issue where I am attempting to offset !today by a declared variable to verify a due date. Example: !define dueDateOffset {10} |script||verify field | Processing Due Date | contains | !today +${dueDateOffset}| Result: verify field Processing Due Date contains 4/02/2021 +10 The following script produces the result I want but does not use the variable, unfortunately I need to keep this dynamic so the variable is needed. |script||verify field | Processing Due Date | contains | !today +10| Result verify field Processing Due Date contains 4/12/2021 How do I use a variable to offset today's date?
Hi, From the above pic need to click on dairy based on id Id is my input then have to find the corresponding dairy for given id and then click on that. Is there any conditional command/method to satisfy above condition. Thanks in advance, Uday.
We have a requirement, where one single interface we have 2 columns, in first we have, selectable grid and in 2nd column various links, buttons, etc. We want separate Accent color for selectable row and separate color for button. Is there a way we can use separate accent color based on the UX components that we are using.
Hello, I'd like to store the values of a multiple dropdownfield into the fields of an cdt. So for example, I'd like to make something like the following work: a!multipleDropdownField( label: "Category", placeholder: "Select Category", choiceLabels: index(local!categoryRefData,"value",{}), choiceValues: index(local!categoryRefData,"id",{}), value: index(ri!ctgry, "ctgryId", {}), saveInto: ri!ctgry.ctgryId ) How can this be done? Thanks!
I have a requirement where after I upload the attachment, I need the following tabular information needs to be shown as read-only . I could not find a good example in SAIL documentation Say, if I upload a file name abc.txt then the following info need to be displayed. Name File Name File Type Uploaded By Date abc.txt abc TXT loggedinuser 3/31/21 test.doc Test DOC loggedinuser 3/25/21
When i use a user picker in my interface, it saves into a text field and returns as an email. How can I get a save as a User object? Eventually I want to use this field as my assign tab in my process model? Is this possible? Im new to appian. Thanks everyonew
With the updated records, we can simply call them out the way I have in the image below. My question is, when doing this, is the record querying the database every time is called out? What is the case for using records this way aside than the inside the grids?
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.