-
Recently active
Hi All I am working on version 21.2. I have a requirement, wherein if my process takes an exception flow, I need to send an email notification. This email should have a link to this process instance. I think a process task report should be made which should have one of the columns as below: Kindly let me know if this is the appropriate way of doing it, then how to proceed further. Also if there is some other way of achieving the requirement, kindly let me know. Thanks in advance!!
Hi, I have a requirement where i have to calculate the Business Day of a particular Date in a Month. The calculation happens from 1st of every month. Basically my requirement is opposite of workday(), in workday() business day is passed and it provides the date. Here i have the Date and the Business day has to be calculated. Thanks in advance
Hello, I would like to implement a "set" data structure in appian. My use case prefers a "set" data structure as opposed to a list or dictionaries, because a set only contains unique values, or in my use case, unique sets. I tried to search in the documentation, but to no avail.
Hi All, is it possible to create a close button on a record page to close current browser window tab? or is it possible to do something like " window.open('', '_self', '').close(); " at Appian UI page? thanks, Gaurav
Hi I have an interface with load and with, when a user updates a value in the interface I need to return a boolean value and I am using that in another rule. In the load I have a local variable in which I am saving the old value and in the with I an doing a isnull(symetricdifference9oldval,newVal) and assigning this to a local variable and passing this to the other rule. I am having an issue in setting the boolean value please advice me here. Thank you.
Hi Team, We have created Dashboard using Angular , user can view task summary and an Appian task link is available to user to work. we have a requirement to display closed task details and status of the instance to user. Please can you suggest how to create and get a closed task link at Appian. Thanks, Gaurav
Hi, In our application users have initiated actions many times to upload a file due to some integration issue for file upload. Issue has been resolved. Now the support guys have been asked to trigger the instances from Monitoring. Now the problem is if we trigger blindly without seeing we may end up running multiple instances for same file upload and it may lead to file duplicate issue in the integrated system. Could someone tell easy method to trigger only one instance for the same request?(I do not want to open each instance and see and then run. It will take time) Thanks Faisal
Hello, Is there a way in appian where I can search a list of dictionaries for any item in that list that meets a specific set of properties For example, say I have the following list: {{storeNum: "003", taskCode: "A", numOfTasks: 1292}, {storeNum: "003", taskCode: "B", numOfTasks: 5}, {storeNum: "003", taskCode: "C", numOfTasks: 8}, {storeNum: "003", taskCode: "D", numOfTasks: 5}, {storeNum: "004", taskCode: "A", numOfTasks: 208}, {storeNum: "004", taskCode: "C", numOfTasks: 2}} Now, I want a function, that when I feed it a storeNum and taskCode, to return to me the numOfTasks if it exists in the list, and returns 0 (or any indication) when no dictionary items with the specified combination of storeNum and taskCode exists in the list. for example, if I call function(storeNum: "003", taskCode:"A") it will return 1292 Ho
Hi Team, We have usability styling requirement from client like Read-only grid header row should have some styling like backgroud color, font etc. Is there any way we can achieve through the latest Appian version. -Thanks in advance
Hi All, What is the best practices for Interface and CDTs?
Hi, i have created external data source by using appian admin console. post creation i trying to create CDT for the existing postgre SQL Data base table. below warning are populating due to data type miss matched. can some one suggest me how to overcome this problem ? we are using external DB(PostGres Databae)
When you are trying to copy the value from the output of the expression editor the screen will sometimes scroll up to the top of the result set. I know this seems petty, but it makes it really hard sometimes to grab a value and requires multiple try's. Pics posted as an example.
Hi all, Our main GUI team member is concerned about the icon that shows up next to the selected usergroup when it is picked from the Group Picker. It appears to be a group of silhouettes, representing that there are multiple users. We are looking for a way to remove this picture or icon. If it isn't possible, we would prefer to use the group icon that Designer mode uses: There isn't a call for our application to configure individual groups' profile pictures or special icons. So are there any alternatives to the silhouette icon? Thank you!
Team- Is there any feasibility to disappear search box if i click on any where on screen white space instead of click on same search box for hiding. from below screen i clicked search icon after clicking on search icon below text field is appearing. this is fine for me same way when i click on some white space on screen it should diapered/hide. after it should come to like this. please suggest me how to do ?
Hi All, we want to display table in below order for each customer. Could you please suggest me how we can display customer details in single column and if we get multiple customers we have to display as mentioned below. We are using dynamic docx document using a template docx & I am able to achieve Dynamic Table in Word document when customer details are displayed in row wise .But I couldn't able to display record details in column wise. Any help is appreciated. Thanks
I encountered a problem with "There was an error in an expression in Process Model Properties at Process Start Form : Neither variable(s) nor rule(s) found: type" when I made a data connection between the interface and XX and then published it. variable(s) nor rule(s) found: type", and then there was a "Missing keyword syntax" message in the interface, and I don't know if there is a relationship between the two.
Users of mobile app that we are developing on Appian, expects badge count to be shown tagged with the App. This badge count represents count of actions within the App. And, this count is available in the form of DB records, but not as a typical Appian task. I could not find any posts that are specific badge count. Any suggestions please?
While looking at the grid I see that Mike posted the last comment. But when I navigate into the topic his post is not visible. I suspect is was deleted and the grid does not account for that. If so that seems kind of weird.
In my community notification email weird stuff is happening. Should I be seeing this token? lol
Team- we have one requirement that the when mouse hover particular tile that tile should be little bit some appear share. like we built in java, angular. can you some one pls suggest which code i need to use to achieve this. Not only tile any text field also needs highlight on particular text field.
Hi All I want to create a CDT and an interface by passing JSON script Or even if I can pass json and create an input field in interface eg.[{"fieldname" : "name", "datatype": "varchar"}] this should create an input for name and datatype varchar. I am at beginner level in appian...please guide how can I proceed.
in the editable grid i am having i am displaying Questions and some other values on the basis of Sort id , Where sort ID is not primary key , i have also provided button to add new rows in between existing rows . below code works fine and increment the values automatically if new row gets added in between a!imageField( label: "Add " & ri!index, images: a!documentImage( document: a!iconIndicator("ADD"), altText: "Add Question", caption: "Add Question Here", link: a!dynamicLink( label: "Add Question", value: 'type!{urn:com:appian:types:Test}Test_Question'( entityTypeId: "", activeFlag: true, contentAreaId: ri!contentAreaId, createdBy: loggedInUser(), createdDt: now(), modifiedBy: loggedInUser(), modifiedDt: now(), questionIsRestricted: true ), saveInto: { a!save( ri!questions, insert(ri!questions, save!value, ri!index + 1) ), a!save( ri!questions, a!forEach( items: ri!questions, expression: updatedicti
Any location to get some sample appian projects?
Does anyone know of an OTB or plug in to be able to use a USB compatible weight scale to populate a particular field in an interface? Looking to be able to place items on a scale and it auto populate the weight similar to what UPS World Ship does. Thank you
Hi Guys, I am using the data subset to fetch the data to interface but the total count of rows are automatically showing in the interface. It might be identifier as well not sure why the count is showing ? Please suggest how to remove the items from interface? Please find the below screenshot for reference?
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.