-
Recently active
We are getting the expression evaluation error that start index must not be greater than total count. We got the scenario from the user when this issue is occuring. For example, there are 25 tasks in a grid. In 1st page, we will show 1 to 10 tasks, 2nd page with 11 to 20 and last page will have 5 tasks. This count is same for 2 users. Both users open the same page and 1st user completes lets say 5 tasks. So for the 1st user, the task count gets reduced but for the other user, the count will not get reduced since he hasnt performed any action in the page. Now when he clicks on the last page icon in the grid, the following error pops up. Any suggestion to solve this issue?? The tasks are being queried from task report.
Is there any way to search all our constants for constants with a particular value contained in their list of values? Our options are By name/description, UUID or UI, or by expression. None search the values of our constants.
Usually once the document is stored in the correct folder, but is some cases it is getting stored in temporary folder and Geeting the error while trying to access the site, so can we know why in some cases document is getting stored in the Temporary folder, is there is any condition to store the document in temporary folder.
Hello All, I am trying to create a document search feature where the user is expected to search for documents only with document name as input. I have already tested "Content Tools - findDocumentByName()" function and realized that it only works when the full name of the file is provided as input. I want to have the partial name string search capability where the system can output list of documents with names containing the search string. Assuming the document metadata(e.g. doc id) is not stored in DB, is there any way to solve this?
Hello Appian Community, In the project I'm working on we are designing a flow to automate deployments using Jenkins. I have tested Appian APIs to download packages automatically. But when I use the API (https://docs.appian.com/suite/help/latest/Application_Package_Details_API.html) to obtain package information from an Application, it only returns the packages created in that environment. But I want to download a package that I have deployed using "Compare And Deploy" and therefore I have not created in this environment. Could you tell me how to download the package that has been deployed? Thanks in advance!
Hi fellow devs, There is a scenario where I have email address available to me like: "testuser@gmail.com" and this email address has some username at the backend like this: "Test_user". Now what I want to do is on the basis of email I want to fetch username. Previously I was using this function to fetch username out of email address: index(getusersby(pv!ccperson,3,1),1, null) (this function gives output in expression rule but in process model don't know why its not working and gives error) but now it seems like this function is no longer working. I am unable to find any other function through which I can perform this functionality, any help in this regard would be helpful.
How can we get 1st index elements of each array in different new array. Like{2,13,65}{7,15,45}{14,3,56}So output of 1st elements should be {2,7,14}And for 2nd and 3rd {13,15,3}{65,45,56}
Hi All, We have installed Appian on Kubernetes, but the current file upload size limit is 1MB. Could you please advise on how to increase this default upload file size? Thanks in advance.
I have a record type called "Case", and it has a field called "assignee". I also have an interface, in the interface, I have a grid field that show all cases, with multi-selection enabled a dropdown field allow user choose an assignee a button, called "Assign Selected Cases in Batch", after user multi-select cases and select assignee from dropdown, allow user to click this button to assign multiple cases to 1 assignee in 1 click To do so, I created: a batch assignment process model (works perfectly) In the interface, I declared: a refresh counter called local!caseDataRefreshCounter, initialize with 0 local!cases, as a refresh variable, with refreshOnVarChange set to local!caseDataRefreshCounter, and it is corresponding to the "data" field under my a!gridField the button widget implementation of "Assign Selected Cases in Batch" is a!buttonWidget( label: "Assign Selected Cases in Batch", saveInto
Hi people, I have requirement where i need to find the X path of an XML file. We have functions to retrieve a value using the X path. But our requirement is retrieve the X path instead of the value, So that the user will use that and cross verify the xml file whether its matching. Here is an example. Input: <Document> <customer> <details> <name>xyz</name> <address>abc</address> <contact> <phone>45667778</phone> <employee> <company> <department> <id>6786</id> </department> </company> </employee> </contact></details> </customer></Document> Output: for Retrieving the name XYZ this would be the X path "<Document><customer><details><name>" this is actual output we require And this is the output we need for nested X path. "<Document><customer><details> <contact><employee><company><depa
I want to add a certain number of zero to the left of an integer number and save it to an Integer rule input..I was using text(value,"0000") this function which gave me exact format but when I save that to an Integer variable , all zeros had been removed. Id type is Number(Integer)for ref: { a!textField( label: "Text", labelPosition: "ABOVE", value: text(tostring(ri!Id), "0000"), saveInto: ri!Id, refreshAfter: "UNFOCUS", validations: {} ), a!buttonArrayLayout( buttons: { a!buttonWidget(label: "save", style: "OUTLINE") }, align: "START", marginBelow: "NONE" )}
Hi Community, I'm working in a project where data ingestion is very important and we get data from csv files. The problem I have at the moment is that with the plug in ps-plugin-ExcelTools in particular with the smart service Import CSV to Database I need to set the charset input (e.g UTF-8 default or UTF-16). Due to the fact that I could receive files in both encoding format, the question is: Is there any solution to get the encoding of a file? I find a solution saving the document in Base64 into Db and analyzing the string obtained. Does anyone have a smarter solution? Thx in Advance. Bye bye
I'm trying to change the color of the validation in dateField(), but I'm not sure if we can do it. Does any one know if it can be done? Thank you.
{ a!localVariables( local!data: a!recordData( recordType: 'recordType!{bdbacce6-755b-4a52-ab85-3ea4b00c7bfd}VWHIAP_DD_REVIEW_STG', filters: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: 'recordType!{bdbacce6-755b-4a52-ab85-3ea4b00c7bfd}VWHIAP_DD_REVIEW_STG.fields.{1ce64732-409c-43eb-ad89-865ecbd09000}CURRENT_REVIEW_STAGE', operator: "=", value: "Initial Review" ) }, ignoreFiltersWithEmptyValues: true ), fields: { 'recordType!{bdbacce6-755b-4a52-ab85-3ea4b00c7bfd}VWHIAP_DD_REVIEW_STG.fields.{6aa0c857-afe2-486b-bdeb-6a01ff3ed63f}id', 'recordType!{bdbacce6-755b-4a52-ab85-3ea4b00c7bfd}VWHIAP_DD_REVIEW_STG.fields.{ef25fa56-4caa-4eed-bafa-10a295456244}LOAN_ID', 'recordType!{bdbacce6-755b-4a52-ab85-3ea4b00c7bfd}VWHIAP_DD_REVIEW_STG.fields.{1ce64732-409c-43eb-ad89-865ecbd09000}CURRENT_REVIEW_STAGE', 'recordTyp
Good afternoon, I need to create an Any Type variable in a process to maintain the format. For example, I will send rule!example from the source and I want it to be preserved. It works between rules with Any Type variables, but I can't do it in the process. Does anyone know a way to create Any Type variables in a process? Thank you very much
am encountering the following issue when attempting to start the Appian server as a local instance for plugin development: Error when running engine scripts ERROR com.appian.komodo.engine.KLicenseVerifier - Error starting K: null As per the possible solutions mentioned in the KB article, I have already: Requested and applied a new long team license to my local instance. Verified that there have been no changes in the following: The operating system. The CPU count. The Fully Qualified Domain Name (FQDN). Ensured that no more than one hostname resolves to the local network IP of the machine where the license is installed.
Good morning. Is there any way to know, using the ID of an object, what its dependencies are and which application it belongs to from a rule? Thank you very much.
I have a documentDownloadLink, when user click on the link, it always calls a white screen and last for few seconds, after white screen disappear, the document starts download. Is the white screen expected? Or can it be overcame somehow?
Can we leverage Appian as the backend for our external application developed using Blazor, enabling access to all Appian resources through APIs, including the standard Appian login, password reset, and password recovery functionalities
Can someone explain why datetext() is returning 2022-11-30 given the input of the date 12/1/2022. I came across this thread which states datetext() is no longer supported however it appears within the latest (24.4) All Functions list within Appian. community.appian.com/.../issue-with-using-datetext-function-in-appian-portals
Hello Community, Following situation: handover didn't go smoothly, so the password for the main Appian Oracle user which holds all tables was lost. The password was changed, and somehow the Data Source for the old configuration was gone in the Admin panel. Not sure how that happened, but I added it on all environments with the correct connection strings again. However, the Data Stores had to be configured anew. This luckily was no problem on Prod, but I am now facing an issue on Dev with a few distinct ones. When I select the Data Source and try to verify, I get this message: "An error occurred while attempting to verify the data store: Type definitions could not be found in the Appian data source for the following type ids: 5504 (APNX-1-4047-008)" So I tried checking the CDTs that are connected to it, and for each one I try I get this error: "HTTP Code: 500 APNX-1-4198-000 Error Evaluating UI Expression Expression evaluation error [evaluation ID = HCBTYGS5
Hello, How can I download a document that is stored in Appian from an external system?Currently, I am document(documentId, "url") to get the document's URL, then storing that URL to a table. My external system is grabbing that URL and attempting to CURL the url to download the file. An HTML document requesting the user to sign in is returned, so I am assuming that I must authenticate to Appian. Is there any documentation that can be pointed out on this process? I could not find anything in the docs. Thank you
I am new to the Appian platform and am currently exploring the Appian Portals. I have created a portal, but I am unable to publish it as I am being prompted to add a service account. However, I don't have access to create one. To create a service account, I believe I need access to the Administration Console, but I cannot see it in the menu. Is this limitation due to the fact that I am using the Community Edition? Does the Community Edition not provide access to the Administration Console?
Hi All, I have expression rule which contains HTML Code. How to insert Image into this HTML code which is stored Appian Folder without using HTML Template / converting image into base64 / passing web URL? Thanks, Ganesh.
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.