-
Recently active
Hi, Is there any control in Appian which can give this type of look and feel. Thanks.
Hello All!I'm trying to figure out the best way to autocomplete a field with an Appian user name?For Example I start typing persons surname:SmiAn auto complete suggests:Smith JonSmith Dan Etc etc The idea here is an "Admin" will log into this start typing the users last name or first name etc and have Appian give suggestions which the user can then select one of this will then be used as a variable to confirm groups user is a member of so we can add or remove access to other groups.As always any help is appreciated thank you! :)
grid data convert to excel sheet format
Appian recently upgraded its version to 22.1 yesterday after which users are facing an issue of the UI being greyed out when using the scroll bar of the browser to scroll right in order to view the data. Before that, it was working fine. Attaching the screenshots of the issue where the area is greyed out and the data is not visible. This happens in the forms where there is more number of columns Initial screen: When scrolled: When we use the scroll bar of the grid instead of the browser scroll bar then this is not happening. Used the scroll bar marked with red arrow Can anyone suggest anything how can this issue be resolved or will Appian resolve this issue in its next upgradation?
I have two rule input of type Any Type When we append both in a!save() , it throws error "Requires writer object". when we cal from one interface. We are calling from multiple other interface where it works fine. Anyone faced this issue? a!save(ri!var1,append(ri!var1,ri!var2)
Hello? can I use "update constant smart service" with process model? thank you.
I'm looking to condense an existing process model which has multiple branching paths each containing a sequence of subprocesses and script tasks. For the purpose of readability, the branched paths need to be represented by a single subprocess which passes in all the needed inputs. What's a good way to go about doing this?
I discovered this issue because I found out a query into a task report wasn't returning some expected data. I took a look at the report itself, and the data was missing from there, so it wasn't a problem with the query. I went through the process models to see if I can at least pull out information about the specific process instance that wasn't showing up in my task report. I went into the parent process model and tried to open the subprocess instance, but found this error: How does this error show up? I suspect one way would be for a user to open up process instances on the subprocess level and delete some there, but I haven't deleted any recently and I don't think other people working on this project have either. Are there other ways for this error to show up?
Hey Guys, I have a process model where employees can submit a request. The submitted request gets either approved by the manager or employees can cancel the request prior to it being accepted by the manager. For this, I have two user input tasks with the OR gateway where, once the request is submitted it will go on both employees as they can either cancel or not, and to the manager to accept the task. Now, I want to automatically cancel one user input task as another gets executed. Is there any way, it can be configured in the process model. Thank you,
Hey all, I am trying to have a loop where a counter is increased once per day ( with a timer set to tat interval ). So when the 2nd task is activated, I would be able to subtract that counter from the max of 12 days. Im quite new in Appian, and I would to know what expression, or how should I configure in order for this to work. 1) created a new variable 2) setup a timer event. Do I need some extra configuration here? 3) on the script task the configuration ( i want to start from 0 days ?) What the best way to configure it ? is it that correct ? Kind Regards, Victoria
Hello, Can a company’s design framework be loaded into SAIL? Will it accept CSS for element styling, static color specifications etc?
In my Appian Exercise, I have a interface where i'm getting a record of particular record type ("employee") using a rule and storing it in local variable. a!localVariables( local!employeeDetails: rule!EE Employee("1"), i'm using this local variable in textfield. a!textField( label: "Employee Department", labelPosition: "JUSTIFIED", value: local!employeeDetails[recordtype!EE Employee.relationships.EE Department.fields.departmentName], characterLimit: 255, readOnly: true ), This large font coding is not fetching me value, giving null value Please help
Hello, I recently found out about 'Create Expression Rule Smart service' and 'Update Expression Rule Smart Service'? I am no sure these smart services provide what I need. Is there any guidance that I could follow to use these smart services? Thank you.
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
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.