-
Recently active
Hi, Can you pls help with any documentation on how to publish/consume message to/from KAFKA? I did search in the Appian documentation but could not find any relevant details. Also I would like to know how transaction manager works? I am following the documentation attached with the transaction manager application but the document is not very clear. community.appian.com/.../kafka-tools
What is best practice for this? I am trying to make an interface that schedules maintenance for a vehicle using my maintenance CDT and displays the vehicle information from my vehicle CDT. I am wondering what the steps to do this are. The parent CDT I believe is maintenance as it uses vehicle ID as a foreign key. I already have the read only interface for vehicle information which is uses the following constant to pass information from the vehicles table into the interface. I have also made constants pointing to the data store for maintenance for the process model which I have not designed yet. PLEASE SEE ALL CONTEXT BELOW I am trying to get the above information to display here: As far as record types go I have created a new record type for Maintenance and added a related action to my Vehicles record type using:
Good afternoon all. Here is what's going on. I am given a string, or Text variable. This variable is used to store employee IDs. Although it is one variable, it can contain several IDs (or contain none). There is nothing I can do about this and I cannot change this. Now, I need to check if this value has any of the following: no values, one value, or many values. This Text can dynamically change when a user selects IDs, or removes them, from a custom picker. If the Text has several values, I am currently using split() to separate the IDs into an array, which is working fine. Then, I have a local variable that uses the array to get the names for each of those IDs. Unfortunately, the last ID is contained in the new array, but fails to update to the name. For example, if the following IDs exist: 1, 2, and 3, It will show: Peter, Paul, and 3. I'm currently using Appian 21.3. local!employeeIDs: if( isnull(ri!record.employeeIDs), null, split(ri!record.employeeIDs, ";")
Download all records of dashboard in excel. Dashboard build in interface. We can easily download all records through simple tick mark option in record type but don't know how to do that in interface. see attachment
HI Appian support, We need to create webAPI for starting a process model, which has a receive message smart service at the starting point of the process model. This scenario we require for the Approval/decline workflow to be integrated using teams, that is, Approval from the teams app is associated with Approval API from the Appian web API, which will start a process model with receive message smart service event. How will I achieve the same work flow using Appian web API and process model, can anyone help me with this? Thanks Sunu Sam
I gave my L1 certificate exam and the status in examity is approved by auditor But I didn't get my certificate yet. What to do?
I have requirement where i need to sync Prod data in Test environment to perform load, performance and some functional testing. Issue is with Documents which are large in number. All these are transaction data saved during workflow in Prod and we need to use same in test environment to check the performance or load. SQL data can be copied which is in Million record. As documents are saved with ID in table, is there any way to copy Environment specific data(Which is of large volume) as it is into target env?
Is there any possibility to navigating to Site page when we click on button or configured card as button? Any insights or suggestions to achieve the same. Our requirement is to navigate Record configured site page when we click on Link or button at interface. Thanks in advance.
1. I have a process model "Main_Process". It wants a pv!letter from the below process it runs 2. Inside I have a Start Process node that calls a process model "Apple". It wants a pv!letter from the below that it runs. 3. Inside "Apple" I have a synchronous sub process "Core" inside that outputs to its parent an important value we will call pv!numberOfSeeds I can send data between 1 and 2 with activity chaining and outputting variables i want with AC!processinfo.pv My issue is that when 3 "Core" is involved, I can get nothing out of it, and any variables changes done during or after it are no longer visible in "Main_Process" Any ideas on how I can get values out of Core to my Main Process? Main_Process_______________________________________ Apple________________________________________ Core_________________________________________
how to set the width of caption in rich text icon? a!columnLayout( contents: { a!forEach( items: local!navSectionData, expression: if( local!collapseNav, { a!richTextDisplayField( value: { a!richTextIcon( icon: fv!item.icon, caption: fv!item.description, link: if( not(rule!APN_isEmpty(fv!item.processModel)), a!startProcessLink( processModel: fv!item.processModel, processParameters: { isNew:true() }), a!dynamicLink( value: fv!item.id, saveInto: local!activeCollapsibleNavSection ) ), linkStyle: "STANDALONE",
Dears., We are expecting an issue when we click a link and it takes it to the new tab in the browser. The new tab shows the site with the record views . But, the click on Record view script is not working and the script stops working. Can you please help me to overcome this issue? Regards, Bharat
Hi! I am building an interface on the interface designer, and I added a File Upload component.I need to upload five documents maximum, and i set Max Selections to 5, but even if I select more than one file, I only have one (the first one I uploaded), the rest appear for a moment and disappear.Can anyone tell me why is this happening?Thanks a lot!
Hi Guys, I have added this PDF Doc from template after my Write to DSE smart service so I can get the values in the pdf doc. But I tried using "###book_name###" and other sample template. The flow is working but I can't open my pdf file and its showing this. If you have any sample templates or any links or any walk through snaps that could be useful just share it in this forum. Thanks in advance!!!
Hi, I have a cdt in which a column is SNO as SNO name 1 abc 2 def 3 ghi 4 jkl I want to update only SNO as 2,3,4,5 and it should be 3,4,5,6 . I don't want to update 1 . Which logic i should write?
I need to convert seconds to hh:mm:ss. For example, 5565 seconds would be displayed as 01:32:45. Does anyone have a good way to do this?
Hi All , I am using a a!gridField , in that one column is there having multiple values . I just want to make taht particular field based on show more and show less . so that it shoould not be conjusted to see . a!gridColumn( label: "Decom Site(s)", sortField: "siteids", value: substitute(fv!row.sites, "|", char(10)),align: "START", width: "MEDIUM" ), fv!row.mob contains AA000000 AAAAAAA AAAAAA AAAAAA AAAAAA AAAAAA AAAAAA and many more Thanks in Advance
Hi All, I have a Interface in which I have created approx 10 filters . What I am facing a problem is that I am having a drop-down say "Select filter" field in which I have 10 names , what I am achieving is that based on selection from "select filter" I am showing the filters . All the filers I have kept in For each loop , the main problem is there is that I am having 4 filers as date field and rest as drop-down . When I am selecting the filters from drop-down list all is that if am selecting All drop-down filters that they all are in same line that is looks perfect but when I am selecting one drop down and 2 date filters they look like messy means the arrangement is not looking good .. How can I achieve this .. Thanks in Advance
Example of Brush with Area chart observablehq.com/.../focus-context Example of Treemap https://observablehq.com/@d3/treemap Its our requirement can this integrated with Appian ... Thanks
Hi, We are using the Hemberger icon with large menu. We should be able view menu on-mouse over, How we can achieve this in appian ?
Hello, I have a record type, where I can open a dialog box with the interface A to modify a form.I want to know if it is possible to open another interface, by clicking a button I made in the interface A?In the process model, I have a User Input Task, but that does not open the new form interface. Thanks, Best Rewards, David
Hi there, I have a list of applications (n) which have to be equally distributed amongst users (n). Say there are 10 applications and 3 users where application is a CDT and I am using updatedictnary () for setting application.user : user1. Distribution should be like --> application 1 : user 1 application 2 : user 2 application 3 : user 3 application 4 : user 1 application 5 : user 2 application 6 : user 3 application 7 : user 1 application 8 : user 2 application 9 : user 3 application 1 : user 1 How can this be achieved using only foreach? or is there any better way to do it? Something I tried local!i:1, local!UserList : {touser("ABC"),touser("PQR"),touser("GHJ")}, local!UserCount : count(local!UserList), a!forEach( items: local!LoanApplicationList, expression : updatedictionary( dictionary: fv!item, fieldsAndValues: { ApplicationUser : if(local!i=local!ListTotalUserCount, { local!i:sum(local!i,1),
Here in line no 350 for choice labels I need name and for choice values I need ID but in choice values when I am giving here its throwing me the above error. Can anyone let me know hw to solve it.
Hi All, I have a column name created date in db as datetime . When I am creating filter in expression rule as createddatefrom and createddateto . I am not able to filter it . Expression Rule: a!queryFilter(field: "createddate",operator: "between",value: {todate(ri!createddatefrom),todate(ri!createddatefrom)+ day()},applywhen: not(rule!APN_isEmpty(ri!createddatefrom))),a!queryFilter(field: "createddate",operator: "between",value: {todate(ri!createddateto),todate(ri!createddateto) + day()},applywhen: not(rule!APN_isEmpty(ri!createddateto))), Please help and thanks in Advance
Hi all, I'm working on poc, i have an appian process which needs to be triggered only when new items are added in the database.
I have a situation where we are assigning individual named users to a task from a database by role but the task isn't visible. When I look at the process instance, there is no error showing with the task itself except there are no assigned users showing in the assignment tab. Is there a limit to the number of individual users that can be assigned a task? The users are part of groups in Appian but the task is assigned to individual users instead of the group.
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.