-
Recently active
Hi All, I have to create a local date and set the time as 12:00 Am, For eg, if I am in the CST timezone and today date is 10/11/2021 then the date time should be 10/11/2021 12:00 AM CDT
Hi, I have the following code where i want to display the message "Hello World" only once in a loop . what condition i should write? a!localVariables( a!forEach( items: {1,2,3,4}, expression: { concat("Hello "," World") } ))
Hello, I'm trying to deploy to one environment to other environment and having problem with dataStores. It says, "The recordType [id=## uuid=##] was not imported because a required precedent is missing: dataStore cannot be found". Do I always have to create dataStore manually after the deployment? Also having uuid problems, since the deployed environment has different uuid. Please give advice to smoothly deploy an application from one environment to other and have it work right away. Thank you.
Is this the correct format to raise a change request for the documentation? In earlier versions, it was possible to see a complete list of all icons available for a!richTextIcon on a single page, this made finding the appropriate icon visually quite easy. (See: https://docs.appian.com/suite/help/20.4/Styled_Icon_Component.html) The newer style of documentation has taken the approach of nesting pages of icons making it impossible to find what you're looking for visually. It's easy to use if you know the name of the icon you're looking for but for those of us who haven't memorized the naming scheme it becomes extremely tedious. Who is going to click scroll through 22 pages of icons? The same documentaiton is referenced by the a!stampField() page. While the preview window in the interface editor does show the icons, it is small, doesn't display many icons at once and is tedious to use when the icons are nested in loops. I
Hi everyone.Do you know which is the minimum score for passing the Associate Developer Practice Test? I had scorse 65,5% but I hadn't pass it..
Hello I have a question regarding the grid component. I want to use both the main header and the sub header in the header part of the grid.Is there any way to make it possible? I tried both the read-only grid and the Editable grid, which are grids supported by Appian.There seems to be no way to use the sub header for the read-only grid. Editable grid says "Every row layout must have the same number of components and it must match the number of header cells".For such reason, it seems impossible to use the sub header. I tried to make it possible by using Card layout, but when changing to mobile modes the alignment got out of order and seem to have bad effect on performance. In general, isn't the sub-header function included as a basic function in grid? I'm sure there must be away but can't find how to use sub-header features. And if there is no way for now, I would like to know if there are any plans to add these features in future Appian.
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
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?
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 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),
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.
Hi, I have the following table as sno product -------- ----------- 1 product1 2 product2 3 product3 4 product4 I want to interchange the first two rows product sno as 2 for product1 and 1 for product2 and store the updated values in cdt again How can i do that?
So we want to invest in creating a print button that just calls javascript window.print(). Putting this in a customer interface component won't work, right? The interface component cannot access outside it's context. What are other options? Deploying a servlet with print that takes in the url for the form? But then the form url has to be known each time and won't work for printing tasks, right?
I have a reference CDT for organization details. Here my requirements are when I select an organization name the tax id and address should be prepopulated. Is there any way to get this requirement done!
My use case is as follows: I have a CDT of dates and number of days. I have the first date, but the others are not populated yet. My goal is to populate each subsequent date with the previous indexes date + the number of days of the current iteration. For example I start with the following: {9/27/2021, 0}, {null,3}, {null,5} I want the output to be as follows: {9/27/2021, 0}, {9/30/2021,3}, {10/5/2021,5} Each iteration will reference the previous iteration's date to generate its own date. I appreciate your time and help!
HI Im getting this error one the process model of Export Data Store Entity to CSV An error occurred while attempting to setup the export for ADDRESSUPDATE. Please contact your system administrator for additional details. (APNX-1-4505-054) Any ideas? Thanks Neil
Could someone please share any Appian Artificial Intelligence (AI) use cases within the the U.S. Government space?
Hello, I am trying to create a connected system in Appian to connect a BluePrism, I am getting error trying to test the connection. Here are some additional details: i have created a bot in blueprism in my pc for demo, I have exposed a BluePrism process that I can access locally by going to localhost:8181/.../. In Appian I have tried entering the Host URL in the following format: DESKTOP-NQK6NPJ:8181/.../ DESKTOP-NQK6NPJ:8181/.../ But I am not having any luck testing the connection. Any help would be much appreciated.
Hi, I am L2 certified and as per the new certification pattern , can i take the lead developer exam directly. But I have a query , my appian profile badge is showing A Score level 1. Please confirm Thanks
Hi All, What is the best way to point out missing features of Appian? I am just wondering if there is any feedback mechanism aside to the community and support cases specifically for this purpose. I do already experience good support from Appian in general, but I am wondering if there is any place where I can view (and vote) new requested features / Appian roadmap? For example I am missing: Adding a dynamic link in an empty grid message Disable future dates in the date input field, https://community.appian.com/discussions/f/rules/18008/calendar-blockout-disable-hide-of-future-dates/70841#70841 I understand there are other priorities, but it would be nice to have an official avenue for submitting ideas. See also this related thread https://community.appian.com/discussions/f/user-interface/12151/product-improvement-idea Thanks in advance, Jesper
Good afternoon We have a problem with the delay of a start timer, the timer has to run every X minutes (set to a constant).We have created a rule to delay us so that the process runs at the exact minute.For example, if it's 6:26 p.m. and we run every 15 minutes and publish right now, what we want is to set a 4-minute delay so that the process doesn't start until 6:30 p.m. The problem is that the process is not starting and we do not know what we are doing wrong. The code: load( local!intervalos: ( 60 / ri!duracion ) + 1, local!enumeration: enumerate( local!intervalos ), local!intervalosFinal: a!forEach( local!enumeration, fv!item * ri!duracion ), local!retardo: reject( fn!isnull, a!forEach( local!intervalosFinal, if( and( minute( local( now() ) ) > fv!item, minute( local( now() ) ) < local!intervalosFinal[fv!index + 1] ), local!intervalosFinal[fv!index + 1] - minute( local( now() ) ), null ) ) ), if( or( isnull( local!retardo ), local!retardo = "", length( lo
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.