-
Recently active
Hi Team,I have uploaded a document from the interface. Now I want to call the record and show the documents in file form like this and also wants to add view more button option, for example in the beginning there are only 5 documents files that are visible now I will click on view more button and more files which are uploaded will be visible on interface. Please tell is it possible to apply all these, if yes, how? Thanks in Advance
I have a CDT SOA_SUMMARY which is the parent of CDT SOA_ITEMS.In reconciliation the three columns (Bill Ref No., Bill Date, SOA Number) are merge into one. I cannot select or draw manually to configure the column and my workaround is to manually clean the data. Can you please help me to split the array of string using a script task and assign the values to designated column? It should be in a loop to iterate each row.
Hi There! As the following screen shot shows, I do not see the name of the process model the Subprocess node is configured to execute. It only impacts the display of the model name. If I right click the node and select Edit Sub-Process Model, it opens the correct process model. If I click the Refresh button on the setup tab, it correctly refreshes the list of parameters. I only noticed this behaviour recently. It is only in our DEV environment. I have tried clearing my browser cache, restarting the browser, using a different browser. I am a System Administrator and have the same application security as my peers. I am the only one experiencing this behaviour. Any ideas what is impacting my profile in this environment?
Hi All, I have a table with studentid|subjectid 1 | 10 1 | 11 2 | 12 Students who belong to 10 and 11 should get 1|Science, 2|Maths. How can I get the output like this.
Hi, I have a user interface with a read only grid at the bottom with a button "ADD" on top right corner of the interface. Now, when the user clicks on "ADD" button, I would like to show the interface in a popup window, instead of showing in the same window. How can I achieve this. Any suggestions please.
Problem and Solution ---> Received this error when I tried to compare two variables values, one is of dictionary of data eg: { category: "vehicle", type: "car" } and other list of dictionary data eg: {{ category: "vehicle", type: "car" }}. This double curly braces in the 2nd example introduced this error, when I tried to match the value with 1st example. Hence, made the change accordingly by adding append function to the 1st example. Used append like the below code.
Hi All, I have a scenario where a process model is updated by "Person A" and that process is started by "Person B". When i try to get pp!initiator and pp!designer, am getting "Person B" as value for both. As per my knowledge "Person A" should be pp!designer. Can anyone explain why this happened? Thanks in Advance.
I have a process including Write To Data Store Entity node, I need to query saved data after a!startProcess success, I used a!queryRecordType to query data, but I have no result.
Hello, I want understand how the data is retrieved when we use chart with grouping. For charts In data we give recorddata (retrieve the data with filters) and then it is grouped using primary or secondary grouping(column charts) I want to know if internally. the whole data is retrieved and then grouped or the data is grouped and retrieved? If the data is retrieved and then grouped , then i can use local variable and save the recorddata() and then give the data to chart for grouping. if i do this whole data is stored in local variable. if im using a drillable grid then i can reuse it. But to reuse this data i need to again filter this with the selected (data clicked on) grouping. 1. I want to know if internally. the whole data is retrieved and then grouped r the data is grouped and retrieved? Can i load data in local variable as shown below pic. 2. If its the earlier, then given a recorddata how can i then filter it to get only few rows out of the whole? belo
Hi Team, I have a requirement where I have to show the list of users who have opened same record in a site. I have record type with 'related actions' to view the record details, my requirement is if user A has already opened the record and if another user B opens the same record, then both of them should be able to see on the summary page that the other user has also opened the same record. We don't need to lock the record rather just display who all are viewing the same record at the same time. Any help is appreciated. Thank you
In the interface. I am getting error message for the below piece of code. Error message : Expression evaluation error in rule 'sshs_startformquestions' at function a!cardLayout [line 48]: Cannot compare incompatible operands of type Null and type Number (Integer). Line: showWhen: { local!selected1 = 2 } It would be great if someone can help.
my condition is like, when click on radio button it goes to next activity and radio button must be disappeared so i want to do only disappeared radio button when going to next how can i do that ?
Hi All, We are doing a POC in which the users can select the list of appian objects that they have modified on a particular day. We are planning to use a picker field which will give the Appian Objects as Suggestions so that the users can select the their objects. Just wanted to check if there is any function which would give the list of all the Appian Objects from a given application uuid or name? Thanks in Advance!
Hi all I want to hear some of the ways you guys organise the rules in an application in general or as a best practice. For example, an application involving a couple of hundred rules would be hard to manage and understand for someone new to it. I've thought of organising rules in their dedicated folders by their feature/record type. I want to know what other patterns the community follows for better organising their rules?
Hii all,can anybody help me in expression rule for Date Time converter. I want to display Date time in this format:11/29/2022 00:00:00 GMT+00:00 a!localVariables( local!date: ri!date, local!time: ri!time, local!split: split(local!time, ":"), local!day: day(local!date), local!month: month(local!date), local!year: year(local!date), gmt(datetime( local!year, local!month, local!day, local!split[1], local!split[2], local!split[3] ),ri!timezone), ) The above code given Date and time format like :1/17/2023 10:23 AM GMT+00:00(Date and Time). Thanks
need
Hi, I have a question, a problem, they are asking me to do some tests with an XML, I have my instance in Appian and the client tells me that when they download an xml it does not let them open the xml in their browser, is there any relation with appian? or is it a configuration of the client's equipment. Thanks!
How to effectively prevent UI evaluation errors when choiceValues change? In my project, we are commonly using a table holding reference data to be displayed in dropdown fields. The problem is, whenever these values change, the dropdowns get updated, but if a value has been removed or edited, but previously saved to the database, now we get a UI evaluation error saying that the value is not present in the choiceValues - which is understandable, of course. But how can we effectively guard against this sort of behavior? After an update like this, we usually face a billion errors when users (or developers) bring up an old record or old task, which had a value saved that is no longer present in a dropdown. Is there a good preventive measure for this sort of cases?
Hi, I'm using expression in "Source & Default Filters" in RecordType. I can only save expression with 4 criteria but I cannot save it with more than 4. do you have any suggestion. my code is below: a!queryLogicalExpression( operator: "OR", filters: {a!queryFilter(field: "year1", operator: "<", value:2021), a!queryFilter(field: "year2", operator: "<", value:2021), a!queryFilter(field: "year3", operator: "<", value:2021), a!queryFilter(field: "year4", operator: "<", value:2021), a!queryFilter(field: "year5", operator: "<", value:2021), a!queryFilter(field: "year6", operator: "<", value:2021), a!queryFilter(field: "year7", operator: "<", value:2021), } )
Hi Everyone, I have an interface where the data is populated from record type and in the interface there is one link field where I am passing the record type field and identifiers. I the record type I have added the summary interface which will get open on click of hyperlink. My issue is how can I pass rule inputs from interface to the record summary interface? Any suggestions are welcome!
After upgrading to the latest version PDF Tools 2.4.1, the generated PDF is having format font issues. I created a new word template from scratch which it uses the word template to convert to PDF and still no luck. I have attached screenshots of the pdf and snippet of the process model. Anyone faced this issue? Please give me your suggestions on how to solve this issue.
Hi, I have record data as shown in the table below : Id NumbersInText 1 One 2 One 3 One; Two 4 Two; One 5 One; Three; Two 6 Three 7 Three 8 Two 9 One; Three I am trying to aggregate this data is such a way that I can how the report below : NumberInText Count One 6 Two 4 Three 4 Please help me with it.
I am working on bulk file (docx and PDF) handling Application. My plan to use SharePoint for that. I want to know, 1)Is there any other optimal way to handle bulk file other than SharePoint integration that can connect to Appian. 2) While trying to connect to SharePoint, Integration give error, even though Connected system is correctly authorized. Thank you
Hi All, I have a requirement where I have to export the request to PDF. So to achieve this I am using "DOCX from dynamic template" smart service. Here I am facing 1 challenge, I have a Database table where I have data in below format(like grid), Section Name Clause Text Amendment Number date Sec1 Text1 1 18-01-2023 Sec2 Text2 2 18-01-2023 But in word, I want the above data as separate sections, like below format Sec1 Clause Text Text1 Amendment Number 1 Date 18-01-2023 Sec2 Clause Text Text2 Amendment Number 2 Date 18-01-2023 So please help me how to create dynamic sections based on the number of rows of data in word, I tried below one, but it is not working, throwing the error
Hello, I have a process model that is using execute Process Report to retrieve data on task metrics and store in the database. We are seeing an intermittent error where data is not being retrieved into process variables. I thought this may be a timing issue, but no data is being retrieved when the model is rerun and the underlying process report displays the required data. Are there any system logs that can be queried to help me identify the root cause of the issue?
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.