-
Recently active
when I try to create a new interface by clicking on NEW -> INTERFACE -> and when I start adding FORM layout to it inside it I Added SECTION layout and when i just cliked to add COLUMNS inside it , IT IS DISPLAYING THE MESSAGE OF ACCESS DENIED (you don't have permission to view this page).
Hi Everyone, I need to set up CI/CD pipeline using bitbucket for my appian system. Can anyone please guide me through the documentation for the setup.
Hi All, How to schedule process for every 15 minutes and daily monday to friday - 9 AM to 6 PM in appian process model. Please guide us for schedule in process model
How can we find difference between 2 cdts and capture the changes in Audit table . what could be the best way to do it . TIA
hi, I am using the function to extract the data from excel sheet readexcelsheetpaging( excelDocument:ri!excelTemplate, sheetNumber:0, pagingInfo:a!pagingInfo( startIndex:0, batchSize:1000) ).data This is returning additional blank column. Let me know where i went wrong .
How to write a rule which takes two input a char and an integer,ruleInput: (A,2)Output: (A1;A2) anyone can give me the answer
Hi Experts, Please help me to understand the intervalds function output in Appian. In documentation each of the character place is not defined for the output. Appreciate your help!
I am having following error when running FitNesse and it tries to login to Appian server: __EXCEPTION__:java.lang.NullPointerException at com.appiancorp.ps.automatedtest.tempo.TempoLogin.navigateToLoginPage(TempoLogin.java:228) [appian-selenium-api-24.2.jar] Screenshot: Execution Error Screenshot: I am running FitNesse in Windows 10 Enterprise environment and JDK 11. Any help or guidance would be greatly apricated.
Hello Everyone, Can anyone help me on this, Thanks in Advance. require to iterate from lists & save in cdt in above format.
Hi Everyone Iam trying to call process model from expression rule. But I am getting Reaction Tree as output result. For your reference I have attached the screenshot below. Thanks,
hi, I have an editable grid and have selection enabled, it works perfectly fine , when selecting individual rows and as bulk when i chose the check box in the header, This works when i unselect at header , it throws error but individual row deselection works, only deselection in the header is not working code :at line 507 selectionValue: local!selectedIndex, selectionSaveInto: { local!selectedIndex,a!save(local!selectedrows,index(local!displayItems,local!selectedIndex))},
I have handle two XML files daily, each with a size of 50MB or more. These files are transferred via SFTP or FTP. Our goal is to extract specific values from these files, check their existence in our database, and either update existing records or insert new ones as necessary.Requirements: File Retrieval: Automate the retrieval of XML files from an SFTP or FTP server. Store the files temporarily within Appian or an external file storage service. Data Extraction: Parse the XML files to extract a list of values. Given the large file sizes, efficient parsing and processing strategies are needed. Data Validation and Update: Compare extracted values against existing database records. Update existing records with the latest values or insert new records as required. Performance Considerations: Handle large files efficiently, possibly by processing in chunks. Ensure database operations (updates and inserts) are optimized for performance.can any one suggest some best approach to do this.
I have 2 records A and B with one to many relationships, both the records contains a column isActive(boolean). I have a process model that is triggered as related action of record A and this process model contains Start Process(node) with MNI, and a child process will be triggered for each child of record A, this child process is used to deactivate the corresponding child record by marking isActive as false. Here the requirement is, only when all the child process instances finsh by marking the corresponding child rows as deactivated, we need to deactivate the Parent row in the Parent process model, How can we achieve this? I tried using send mesaage and recieve message events and it's working but I am not sure this is a preferred way as we are sending message from each and every child instance, if we have 1000 child records 1000 messages will be sent, I don't know weather sending these many messages cause any issue. Is it fine to use the approach or do we have to do something
HI Team, is there any documentation around Appian's Secure Coding practices which can relate to OWASP ? ~Gaurav
Hi Community, I created a simple record type and generated record actions (create, update) using Appian "Generate Record Actions" button. As result I got a "shared" process model "Create or update ..." and a single user interface that is assigned to the process as the startup form. I created a second interface with a read-only grid where I should add two buttons - the first one should create a new record (insert action) and the second one should let user edit an existing record. As both actions starts the same process model, the same startup form is presented to the user - empty on new record and prepopulated with existing data on edit - that's expected and works fine. Now, I have a requirement to prepopulate some values when user wishes to create a new record (not all, only some). I tried to initialize the "record" rule input on process model (Process model properties -> Process start form -> list of interface rule inputs), by using
Hi, We have created a connected system with Google Service Account as authentication. For every few months, the key rotation happens at GCP, then we fetch the service account key and update it on the connected system manually (upload key, authorize, and save changes). To automate this process, we have the mechanism to fetch the service account key details from GCP using API schedular job, but we are unsure how to update it on the connected system without manual interaction on Appian designer. So is there a way that we can do it from the server end or any other possible way to automate this key updation in a connected system? Thanks,Mahesh.
How can we get output data from an Asynchronous process and use further .
Does anyone know where we can find a complete list of type numbers and respective type names which can be used for casting. I know that we can manually check in the Expression Rule by evaluating the typename() with all values, any alternatives?
How does too many nodes in a process model increase memory footprint? Too many nodes in a process mode reduce readability and maintainability. However, not sure how it impacts(increase) memory footprint. Please provide your thoughts..
What will happen to the objects that are last modified by a user whose account is going to be deactivated soon?What are the precautionary steps that need to be taken while deactivating a user in appian? What about process models which are configured to run as whoever designed the process model??
i cannot able to create my workspace id ... please suggest how to create
Expected behaviour: If i selected one row in editable grid then it should deselect all other rows except selected row , Actual behaviour: It is deselecting all remaining row whenever Iam selecting any row in editable grid,a!localVariables( local!selectionIndex:tointeger({}), local!data:{ {id:1,name:"Pavani"}, {id:2,name:"Sravani"}, {id:3,name:"Srani"}, {id:4,name:"Sri"}, }, a!gridLayout( headerCells: { a!gridLayoutHeaderCell( label: "Id" ) }, rows:a!forEach( items: local!data, expression: { a!gridRowLayout( id: fv!index, selectionDisabled: if(a!isNullOrEmpty(local!selectionIndex),{}, if(count(local!selectionIndex)=fv!itemCount,false(),true())), contents:a!integerField( label: "Id", value: fv!item.id, saveInto: fv!item.id ), ), } ), selectable: true(), rowHead
I am trying to develop script for performance/load testing using VuGen but not able to login after entering credentials in Appian URL on mock browser. Getting 401 Error-Unauthorized. Please note that with same credentials able to login in normal browser. Can you please help me to understand root cause of this error. Thanks in Advance. Regards,Megha
Hello, We have tried to connect Appian URL in fitnesse , however could not complete testing due to slim error. Kindly help us to resolve the issue and guide us to proceed with Appian connectivity. Also, please let us know if Java version 17 and above will work for fitnesse, appian connectivity. Since there is mentioned java 11 only supported in fitnesse page. We are stuck in project activity due to above issue and unable to proceed. Urgent help is appreciated. Error Message Could not complete testing: fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read. Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read.
Hi Team, As i am a beginner to FitNesse, need some help. If someone can suggest how to resolve this or what is going wrong here, will be appreciated. So I am trying to connect to the appian cloud test environment but getting the exception "Could not complete testing: fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read. Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before Header Message could be read".I have provided the details as mentioned in the hint(marked in red) in the script table and have made changes in the user properties file as myusername=password (in the "login with username " , have provided my actual user id that i used to login to the test env, just before pasting it here have changes it to my_username), still getting the exception.NOTE : I have not created any fixture for this script. Do I need to ? This is regarding the appian cloud connectivity where i am getti
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.