-
Recently active
Greetings! I have a process where a user has to complete an interface, and the interface is assigned to the user with a process variable user. The problem is that when another user try to view the interface, the following message is prompted: Is something wrong in our process? This issue has never happened before in the same process. Here is an example of monitoring:
Hi Everyone, I have the requirement so that users can upload excel sheet to the application and save into database table and if the records already exists in table then it will leave that duplicate record. meaning, duplicate records from the sheet should not be uploaded to the database table. Please suggest me how to get this done. Thank you, Shubham
Hi All, I am using add user smart service and when the user is created user should not receive any account creation email How can we disable
Hi All, How to save a values and display that values into rule input by a!foreach loop? for example : in a!foreach loop there is a condition that text1 is having a datatype "string" value. I want to dynamically populate text fields in a form layout interface. How to save the user response? a!forEach( local!data, if(fv!item.text1= "String",{ a!textField( label: fv!item.text1, labelPosition: "ABOVE", saveInto: {}, refreshAfter: "UNFOCUS", ) }) ) Please guide me how to achieve it for version 21.1.
I have a requirement, i have a dropdown filed where if i select a particular group (lets say technical group) then the mail should be triggerd only for that group. Note : im fetching the dropdown values from ref table
Hi I have a record where I provided a record link for different dashboard and the link worked fine in the site, but when I downloaded the record in excel it navigated only to the summary page.is it possible to maintain different dashboard links in excel too ?
i tried but i didn't get expected out put.. a!localVariables( a!forEach( items: enumerate(10) + 1, expression: { a!forEach( items: enumerate(10) + 1, expression: a!textField() ) } ))
I have to upload data(rows) from excel sheet to Db and maximum number to rows in excel sheet can be 100 rows . What is the best approach to get this?
Hi all I need some help on using the Update Constant Smart Service. The constant in question contains a decimal value intended to be a threshold that a user can change when necessary. I've created a process model with a start node, a user task, the Update Constant smart service and an end node. The process model has a variable of type decimal called threshold. Running the process completes without error, and the changed threshold variable is captured correctly. However when I check the constant, the previous value remains unchanged. The Smart Task is configured with the name of the constant and the threshold process value as inputs. Any advice or examples will be greatly appreciated! Regards Stephen
Hi, I have a process model, like the below attached screen shot. I have taken a "OR" gateway and based on the PV variable value, I need to achieve required activities. Now, the issue which I am facing is, even though I am setting "activity chaining", my process getting stopped at OR node itself. Any idea what to do here.
I have a very simple app so far. There's no database or external process. Just a few interfaces, with one that shows the content of a folder, given a folder ID. I added a button to that interface that should send the user to a form where more files can be uploaded to the folder. I created the below process model, which I'm calling with the below code. When I execute this code, the process stopped at the Document Upload without showing the actual interface. No errors popped up either. What am I doing wrong? a!buttonWidget( label: "Add Documents", icon: "plus", saveInto: { folderId: ri!folderId, a!startProcessLink( processModel: cons!DSU_PM_DOCUMENT_UPLOAD, ) }, style: "PRIMARY", )
Hi I need to start different process models in a WEB API based on the path segment. One of the process models would upload a document from an external system.A web api is created using "upload document" template. This web api is called in an integration where the document is passed as a part of "multipart/form-data" and other parameters are passed as query parameters and headers. I tried calling this integration in parent web api, I get Internal Server Error. If I try calling upload document code in the parent web api also I get the same error. How can we resolve this? Appian version : 21.1
So i have one process model that calls around 4 subprocesses . There are two users for whom i am getting the error as mentioned in the Subject. Now there are instances that run successfully and there are like 2-3 instances that fail for not a particular subprocess call. i.e. if one fails in the first subprocess , then second instance fail is on the second subprocess with the same error. yes the user was deactivated before and then added again using SAML. We tried removing the user from the group and re adding the user back. But still the same issue. It isnt a blocker for the user as not all instances are getting this error. But im trying to understand how the system is failing in the middle. Thank you in advance.
Hi, In the EDIT mode of the screen data, initially when I load the data my rule input is loading the data into all of fields of the CDT. When I click on "Add Document", I am trying to use append function. When I select any filed value in the screen, it is resetting the old value of the previously loaded data. In this case, when you look into ODOCID is getting reset for the previous records. Is this because of append function. Please suggest if I have to use to any other function. Thanks.
Hi Appian Community, Issue: I want to access Record Actions ( Record List Actions & Related Actions), which used in an interface using FitNesse, but it does not have any labels, Snapshot: Does anyone have any idea on how to access a Record Action which used in an interface using FitNesse ?As I believe, FitNesse can only access those component which have a label associated. Thank you.
Can we use a!processlink in a!save() function?
Hi, I have a dropdown with 2 values. I have a scenario like once after selecting "Cancelled" I have to show a textfield to enter comments and save the details. This I am able to achieve. But, at the same time I have to remove "Cancelled" option from the dropdown. When I am trying to do that I can getting below specified error. ERROR: code:
Hi readers, I have a process start form where i enter few details(ID, Name, Mail, Comments) and submit the form. the form goes to a admin where he need to approve. There is a approval form, where all the entered details are present and admin can change if any details are need to be changed; for suppose there are some comments mentioned by user, i as a admin need to change the comments and approve. The changed comments and other details entered by user need to be saved in database; that is what not happening; instead original comments mentioned by user are only saving Need to know the reason why this is happening? and what changes need to be done to save the updated/changed comments
I have a web api that triggers a process model that has more than 50 nodes. Is there a way I can relay an error back as an web api response if there are errors encountered in the process execution. I am aware that I cannot chain the process model as I have exceeded the 50 node limit.
Hi, When I am trying to assign an array to a local variable and use the same for dropdown choiceLabels and choiceValues, I am getting an error. Any idea why I am getting this error.
Hello everyone, for a few days I have a complication, I don't know how to remove the (; ) after each of the array I have a rule that is responsible for extracting information and I build an array for each element, at the end I have an array of arrays that I print in a plain text document. when I run my rule it returns something like this: 0WF20220210630 14 2/14/2022 22/04/20225678 n453049 MXP 1.00000020220445678 P 11556020122010081089 944,414.101234121212121231089 944,414.1000000000022023/06/2020; 0WF20220210631 14 2/22/2022 22/04/2022234567 n525487 MXP 1.000000202204ERTYUI P 11556020122010081089 777,777.801234121212121231089 777,777.8000000003042005/10/2020; 0WF20220210631
can somebody explain this Combin(64,2) returns 2016
Hi, The below highlighted item will should be there and based on the conditions, I have to add additional items to the array/list and finally show all together in the dropdown. Can someone give me an idea on this request. Thanks in advance.
Hello, I need to call a sub-process and assign it to a specific user (I will need the user to be the initiator of the sub-process) BUT I don't want it to be a task as suggest in the "Assignment" tab of a sub-process. Is there another way to pass the user as a parameter without assigning it as a task? Thanks in advance Lionel
I have a requirement where I have to find the distinct value in the grid column and display it Any suggestion
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.