-
Recently active
Hi, question re the maximum file size that can be handled by Appian The scenario I have is that files are generated on a daily basis by our data warehouse and stored in an azure blob storage area. We have two integrations, one returns a list of the newly created file names (between 5 and 7 files depending on day of week), and the second to download an individual file (repeated for each file in list) Once all the files are downloaded I create a single encrypted zip file and a task is generated to allow users to download the zip file. Are there any restrictions on the file size that is downloaded from azure blob storage, or the zip file which is downloaded by an operator? Thanks Simon
Hello, I would like to access the Import log files for one of our applications. It looks like we cannot extract for the ones which are deployed beyond 30 days and i don't see them in Private KC either. Any one has idea where are they stored ? Thanks!
Hello, There is a function that I want to use from the "Contnet tools"(link: https://community.appian.com/b/appmarket/posts/content-tools# ), But, cannot Download it. Getting error message like below. What might be the problem?
Hi , I have a list of 5 text values returned by a rule like names as { "abc","def","ghi","jkl","mno" } , I want to compare a name as "def" in this list without using any loop. is there any function in Appian which can perform comparison without using any loop?
I get the following error expression evaluation error at function 'split' [line 2]: A null parameter has been passed as parameter 1. local!docOCR: split( index( rule!DMX_ScanImagenes(idDocumento: ri!idDocumento).result.responses.textAnnotations.description, 1 ), char(10) ), how to solve it?
Can we trigger a process model every minute? When i was trying to set in start node trigger, time occurrence at an interval of every 1minute it is showing me an error
Hi All, We have requirement to store large file like 30mb - 60mb file for long time period. Which tool would be good in this case. Thanks in advance.
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!
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.