-
Recently active
can someone help me with this advance text editor plugging. i created the connected system. the function not showing.
I want to complete my L1 exam but the account I'm using is created by company's mail Id ,is it possible to merge 2 id's to same account so that i can have my certification linked to my personal account as well
Hello everyone. I am new in Appian and am trying to build a web app "Canteen" as part of my learning path. Couldn't find anything in other posts as I don't know how to search it. So my issue is the following... I have a Canteen Menu where each user can select products to add in the cart. On the interface I build a list of product variations (with a tempId in order to update something since I haven't saved anything on DB). When I press the "Place Order" button, I want to create a new "Order" with some fields and then get the ID of the created record. Then I will use the orderId and create the related "Product Variations" from the selected products list. How can I do this in the process model? This Thread is duplicated by mistake. Please see this post: community.appian.com/.../129343
I am new to Appian and I have recently started the Appian Developer learning path. When I go to request my site, I get an email saying I cannot be provided with an environment at this time. Not sure how I will be able to progress in the course without my environment. I started this learning path yesterday. Any help would be appreciated.
What are the integration types?
Hi Appian, I want to download the Appian files automatically which is consist in Knowledge Center and also wants to move the files from Appian Knowledge Center to Local System.? How. Or If we can get the knowledge center files to be processed in Appian RPA? How
Hi there, I hope the title makes it a bit clear what I am currently struggling with. I would like to set up a process that is triggered by inbound e-mails. As part of the process some information of the mail shall be written into the database via the "Write to Data Store entity" smart service. When I tried it first I encountered the error 'Details: An error occurred while trying to retrieve the data store entity [id=]. Verify that the data store and entity have not been deleted, and have the correct security settings. Details: User Does Not Have Rights to Perform this Operation '. After I adjusted the Data Store security settings to Viewer rights for ALL users, the process ran successfully and the data entry was written to the database. However, I have some concerns about keeping the security settings of the Data Store set up like this. Except for the handling of the inbound mails only dedicated users of the company shall/need access to the application
We have a process model (process A) with unused variables and we have a warning message in Process that "variableA" is unused. We went ahead deleted that variable and published the process. The sub process called in Process A has same variable name ("variableA") in it. In the setup of sub process we had a some logic to pass to that variable from Process A. Strangely after deleting "variableA" in process A erased the code in the setup of sub process for "variableA". Did anyone come across this behavior?
Hi, I have a below rule with pre-passed 3 parameters. Now, Is there any way that I can store these parameters (para1, para2, para3) and its values (val1, val2, val3) in variables and pass them to the rule dynamically? The no of parameter will be changed as they could come from rule input or local variable. Example: [Code] I have two variables local!para and local!val and end result is whats written in the expression is what I want. See, rule can accept 5 parameters but I have given only 2 in this case. a!localVariables( local!para: {"para1", "para2"}, local!val: {"val1", "val2"}, rule!JS_abcRule( para1: "val1", para2: "val2" ) )
Good day, I am trying to split a return from a query and display the first two items from the array, Here is the query a!queryRecordType( recordType: 'recordType!{e408fa22-7df7-4073-ac43-add3091357ab}AIM Asset', fields: { 'recordType!{e408fa22-7df7-4073-ac43-add3091357ab}AIM Asset.fields.{af99cf34-7d26-4a14-b291-4cfff81e3500}name' }, pagingInfo: a!pagingInfo( startIndex: ri!assetID, batchSize: 1 )).data Which returns: List of AIM Asset - 1 item AIM Asset id4(Number (Integer)) name"ThinkPad P16s 16” Intel Mobile Workstation"(Text) I would like to return from the query: ThinkPad P16s I think I can use the split() function and concat() but I have never done this within a query before. The other option I have is to take the return and manipulate it in the display field of the summary interface richtext field. Can someone help me figure out the best way to do this p
Dear Appian Community, I hope this message finds you well. I am reaching out to request assistance from the Appian community regarding the urgent need for an Appian environment for training purposes. as I am student and I want to learn this technology so I can apply for the appian Developer post but I just received mail from appian community saying :- Dear Raj,The popularity of Appian Community Edition continues to soar. In light of this, we have continued to prioritize access to Appian Community Edition for learners, small teams, and prospective customers of Appian. Unfortunately we are unable to provide you with an environment at this time, but we are developing a new offering to provide Appian Community members on-demand access to the Appian platform. We appreciate your patience, and please stay tuned for updates on the new offering.For any questions, please contact CommunityEdition@appian.com.Best,Appian Community Edition Support
If I have 1000 records that I want to add to the database in smaller chunks, how should I design a process to accomplish this? I have a few potential solutions, but I'm unsure about their performance implications: Implementing a loop: In each iteration, I would send data in manageable chunks. Utilizing an XLSX file: I could create an XLSX file and then use the Excel to Database smart service to transfer the data. Using a stored procedure. However, I need clarification on the most suitable approach in terms of performance before implementing this functionality.
I am using the Create User Smart Service in my process model and passing the required parameters through the start process smart service on the interface, and I am able to create an user with the username, first name, last name and email fields but I also need to set the Title field for the user during creation itself. Is there a way to do this without using Admin tab manually?
Hello Community, I am using record grid as landing page on site along with record action of create Record. After successfully creating record through the action it is going back to the Grid but is it taking sometime to refresh and show the updated grid. I have updated the refresh interval to 30 seconds which is the least in the options. Is there any solution to automatically refresh the grid after record action or set the refresh interval to least time(5 to 10 sec).
Hello,We have a requirement in our running project that we need to migrate our database(MariaDB on-premise) to MySQL on-premise DB.Currently in our applications we are using CDTs and records and my concerns are- In Appian system, what are the changes we need to do? Is there any impact on existing filters, summary views, and etc. if we change the source of the records? Any impact on existing DSE object? Can you please suggest the impact on any other artifacts in Appian? Thanks!
Hi, We have current requirement for exporting report with 100 columns to Excel sheet. Which plug-ins can be used for this requirement? Or are there any work around for 50 columns restricts?
Hi, I have a requirement to read uploaded DOCX file from appian uploads folder convert it to PDF and show in document viewer on richtext icon click. I have been able to convert DOCX file to PDF but not able to show it in document viewer. Please help.
Hi everyone,we have a database of 3/4 tables, which we have connected via record type relationships. There is an interface as a user input task of a process. It shows a list of elements of the primary table, it has 9 columns, some columns are field of the record type, some columns show the details of the related record types. After scrolling through the first 50 pages (therefore arriving at 500 items) the Memory Circuit Breaker error appears on the screen. Am I doing something wrong? Is it possible that record type paging doesn't manage memory allocation? Thanks, Dalila
write a program to check whether it is a palindrome or not ? Input : 12321 output : it is a palindrome input : mam output : it is a palindrome input : 12345 output: not a palindrome
Hi I am trying to call Appian web api from dotnet application running from service fabric but it gives the HTML Page as the response which is the login page of appian environment. using API key authentication. But its working fine from PostMan. Please Suggest. Thanks in advance
Hi All, Scenario here is for a running process model 1 node was triggered twice. 1 by running process instance and another someone manually triggered that node(manual intervention). How to find who triggered that node manually? Due to that node in parent process, a sub process model got triggered twice and user got 2 active task in fronted. But later someone cancelled 1 of the active child sub process. Will this be captured somewhere in logs? Please find Attachment of 1 process triggered by instance and another manually triggered.
Hi all, I have a requirement of creating multiple tasks at a time when a new case is added based on a dropdown field. I have used a!writerecords function and have achieved creating multiple records at a time but I have to related the newly created multiple records with a single ID. I tried it with local variable, tried with expression rule and tried with a rule input of integer field. I have saved new primary key of the case in a local variable and later saved it in integer rule input using a!save in button. In interface level it was showing that the value is added but the it is not being saved in database.
Hello, We are planning to build full paper stich functionality in Appian. Does anyone know if Appian supports Kofax or Adobe Pro Plug-Ins?
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.