-
Recently active
I have a list, how can I do something like what pagingInfo does? I want to pass in batchNumber and batchSize and get the part from the list. The list is not queried from record, it is from an api response, but the api response was not paged. I was blocked when I tried to create a record type using this api, so I was thinking maybe I can page the response in recordDataSource file. Is there any other ways that I can do this without changing the api?
I am always indebted. I have a question for all you kind people.Store the array obtained from the record type in the first local variable.Stores a new array that adds part of the value of the first local variable to the second local variable.This second local variable will be used to display the graph. The first local variable stores data corresponding to the rule input value, if any. However, in rare cases, the value entered may not exist for the record type being queried. At this time, the value of the first local variable will be []. Here comes the problem. When defining the value of the second local variable, there is no problem if the first local variable has a value other than []. However, if it is [], the addition process will not be possible and an error will occur. I would like to solve this problem, but are there any appropriate functions or ideas? When defining the second local function, if I included an IF function or a NULL check, the variable definition did not work. If a
Hi, I need help with how can we convert the number 32354645 to 32,354,645.00 or -922692.31 to -922,692.31. Can anyone help with logic. Thanks!
Hi, We have stopped Appian server and trying to restart it by following the Appian Documentaion. (https://docs.appian.com/suite/help/22.1/Linux_Installation_Guide.html#part-3-startup-and-setup) When tryed to start the "Search-Server", error showed and could not make the "Search-Server" start. Error Message was like -> "ERROR: Unable to start Appian Search Server." and "For complete error details, refer to the log at /app/appian/logs/search-server/appian-search-cluster.log" -> but could not find such log (appian-search-cluster.log). P.S. Could the warning message "warning: usage of JAVA_HOME is deprecated, use ES_JAVA_HOME" have relation with such error? ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I have created a record type and used that one in one of my interface. I can filter it using Country Field. After a certain action - by clicking that Initiate the amount transfer Icon When I go back the previous screen I am expecting to have the 1st screen (which is filtered based on one specific country), but it is NOT a case - I am seeing everything. In refresh option - I have unselected all. Is there a way to achieve?
HI Team Is there any mechanism when bot goto disabled mode its should triggered an email. Because whenever we are running the bot its going into disabled mode. Thanks Manish
We have a process responsible for sending emails to the client company from two different domain email addresses. I'm utilizing a custom sender, and replies are also directed to this from address. However, in the mail properties, the 'mailed_by' field still displays the Cloud Environment URL and the from as well it is showing Via cloud Url. Is there any workaround for this issue? Ideally, the receiver should only see the 'From' address in all instances.
Hi team, I'm planning the architecture of a new Appian Project for a new customer. The customer needs to know what are the tradeoffs of choosing the native appian cloud database (MariaDB) to store business data vs the own customer's database. I know that exists some information about it in the documentation but I would like to know more about your practical experiences on it. Thanks.
Good morning everyone,Is there a way to automatically update passwords for third-party applications, similarly to what happens with Blue Prism Change Credentials?Thanks
Hello, I have a requirement where the text field should get auto-populated based on the previous action. Once the text field is auto populated I have 2 possibilities. 1. the user can click on submit without making any changes to the text field. In this case, since there is no user interaction, the value is not storing to the saveinto local variable. 2. the user can change the text field value as per their choice. In this case, the value is saving to the local variable, but it's not reflecting in the text field, since in value parameter there is another local variable. a!textField( label: "File Name", labelPosition: "ABOVE", value: local!prepopulatedName, saveInto: local!docName, refreshAfter: "UNFOCUS", ), Here, local!docName is the variable created for storing the value for this text field. local!prepopulatedName is the field from where it's getting auto populated. Can someone please guide me here?
Hi, Is Appian RPA, Appian AI available on O-Premise environments in 23.2 version? Thanks
I am trying to user Move to FileSystem smart service to move files from a network drive to an Appian folder. The process keeps on failing at the Move to Collab node. I am seeing the below error in application server log Caused by: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: Invalid File Path: \\\\RmsStgIntWeb1\\Section15Attachments\\test1.txt This is a shared folder on a network server. I tried giving my local folder path, another mounted shared srive path, but each time getting the same Invalid Path error. What am I doing wrong here? Would really appreciate if someone is using this smart service and can help me out. Thanks in advance. Subhashre
if( ri!valueType_txt = "Ratio", if( and( like(ri!inputValue_txt, "*:*"), isnull( stripwith(ri!inputValue_txt, "1234567890:.") ), not( isnull(stripwith(ri!inputValue_txt, ":.")) ), left(ri!inputValue_txt) ":", right(ri!inputValue_txt) ":" ), "", cons!CR_APP_COV_THRESHOLD_VALIDATION_MSG[1] ), if( ri!valueType_txt = "Ratio:1", if( and( like(ri!inputValue_txt, "*:1"), isnull( stripwith(ri!inputValue_txt, "1234567890:.") ), not( isnull(stripwith(ri!inputValue_txt, ":.")) ), left(ri!inputValue_txt) ":", right(ri!inputValue_txt) ":" ), "", "Value is not in the format of m:1." ), if( ri!valueType_txt = cons!CR_APP_FIN_COV_VALUE_TYPES[3], if( and( len( stripwith(ri!inputValue_txt, "0123456789.") ) = 0, len(cleanwith(ri!inputValue_txt,
I have a recordtype uses an api as a datasource, I don't know why the fields are always like this, not the original fields in response body of the api. I have made other recordtype using api before, but the fields are correct. Is it because the response has too many items?
NOTE: PLEASE SEE MY LATEST UPDATES ON MY ISSUE ON THE COMMENT SECTION. Hi every one, not sure if you have experienced this before: The given requirement is to create an interface with a file upload field. With that file,check if the file format is csv, and if all the columns's header name are the right name and are in the right order). My code is attached below. The issue is that when the basic user's account is given viewer permission in my document folder, the file was not uploaded succesfully to the folder. If you have any recommendation please reach out. Thank you [emoticon:c4563cd7d5574777a71c318021cbbcc8] a!localVariables( local!document, local!uploadSuccess, local!correctFileFormat, a!fileUploadField( label: "File", target: cons!INCOMMing_DOCUMENTS, maxSelections: 1, value: local!document, saveInto: { a!save(local!uploadSuccess, false), local!document, if( a!isNullOrEmpty(local!document), {},
Hello all, I'm getting an error "Expression evaluation error: [XXX - Record name] must be indexed by its corresponding record type fields or relationships (APNX-1-4291-001)" while I'm trying to get the 'Summary' for a Record from the Records 'List'. I configured a view to list all the records and when I click on any particuler Recor from the list, it should show the Summary for that Record. Using the following code for recordLink: a!recordLink( label: fv!row[record.numberValue], recordType: record, identifier: fv!identifier ) Appreciate your help in getting a solution of this error. Please let me know if you need any other details, thank you.
HI Team, I wanted to reduce the size of the images what users are uploading, they are high mb and causing the disk space memory usage , Do we have a plugin which reduce the size if image like if user uploaded is 30mb then reduce it to 3 mb . I see image compression plugin but looks like it has some vulnerabilities, Any suggestions will be helpfull Thanks,
hello I have a question about Header content layout. now, I have the top of the page frozen with header Content Layout ( top red rectangle ) and i want to freeze the right panel too (right blue rectangle) the whole page has now the scroll only with the top part frozen, and i want to scroll only the left panel. Is it possible to freeze the top and right panel without freezing the left panel and be able to scroll it? Image: Thank you!
hello everyone , can anyone here help me please , i have develloped an interface and i configiured the save button in this interface to do the update of a record field this is my code : a!buttonWidget( saveInto: { /*a!save(*/ /*target: local!currentUserAccount,*/ /*value: a!update(local!currentUserAccount , 'recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde', local!newBalance), */ /*),*/ a!writeRecords( records: local!currentUserAccount, onSuccess: a!save( target: local!currentUserAccount, value: a!update(local!currentUserAccount , 'recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde', local!newBalance), ), ) }, label: if(ri!isUpdate, "Save", "Create"), submit: true,
I have a list of Ids I need to check wheather document is exists or not - isobjectexist function is not availble in the community is there any alternate function please help me
In database view has been created by combining many tables and it shows the results properly. When we use a!exportDataStoreEntityToExcel function to extract the content it fetches only 22k instead of 24k which is shown in view results. Is there any limitations on the extracting content except the column count 50 (ours only 25 columns)?
Hi Everyone, I am having the following scenario, we need to send an email user , In the email body we should show the form with approve and reject option for a request. Business requirement: we should not create Appian account for the user, and they should be completing the task from outlook email body itself, without logging into Appian. I have tried the steps mentioned in Task Viewer Add-in for Microsoft Outlook - Appian 22.2 but I when I click on the task link , user is navigated to Appian Environment. FYI: I can see task viewer add-in was added to my account.
We have a requirement to get files from NFS path into Document object as down the lane, we have to pass it to other api, which accepts only Document object for file. Can someone recommed us with approach to work it out?
Hi Team, In my process one of the process triggered unwanted scenarios and if I want to check parent process for the process. But I am unable to find it due to start process triggered the process. Do you know any other way to find the parent process Id or process name. (only for start process). Subprocess we can do by parentprocessid function. Thanks, Pradeep Sridharan
We have a requirement to have a Drag-Drop feature in Appian UI, where user should be able drag a document from Appian to an external system (document download feature), looking for ideas and options to implement this in Appian.
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.