-
Recently active
Hi team, I am Exploring the Decision Capabilities in appian, In other Tools for Example PEGA there is a concept of Models Like Adaptive and Predictive Models or Basic like Decision Table or tree. So I want to Know how those Capabilities are done in appian. In some Resources i came to know that we a seperate decision designer in Appian is that True ? if yes How we can get that to Use? Thanks' & Regards, J Vinay.
Hello: Is there a function that will convert a list of map-items to a string? I have this output but the input variable to an API-call is a string: "2404416,2257045,.......". Guess, I could do a loop to concat the values to create the string but was wondering if there is an Appian function to do this. Thanks.
How I remove filter, refresh and download buttons from Record
data: local!noteData, columns: { a!forEach( items: local!fields, expression: a!gridColumn( label: fv!item, value: index(fv!row, fv!item, "") ) ) }, How do I convert the above code, this part: expression: a!gridColumn( label: fv!item, value: index(fv!row, fv!item, "") ) To something like: a!gridColumn(label: "Note",value: index(fv!row, "Note", "")), a!gridColumn(label: "Name",value: index(fv!row, Name, "")) Where both Note and Name are keys in a dictionary. Thanks
HI, I have a read-only grid with few column along with a column under which "update" buttons are there againest each row. Now, when I try to use "Export to Excel" icon, it is downlading all the columns inlcuding button column name like "update" against each row. Is there a way I can avoid "button" name in each row of export to excel.
Why is it so hard to create something like this in Appian? Filed 1 Field 2 Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value Checkbox Field1Value Field2Value 3/6 records selected I can get the check boxes and the Field 1 and Field 2 in a table as well as the selected count. What I can't seem to get the total record count.
Hi Experts, I am using executestoreprocedureforQuery smart services to retrieve data through stored procedure. Can anyone help me that how to mention DataSource name ? Thanks
Hi, I am using a read-only grid with data as "recordType" and I was able to load the gridcolumns. So far so good. Now I am trying to download the data using "exportDataStoreEntityToExcel" smart service . Now, then I try to pass pass the selected filter value to the "exportDataStoreEntityToExcel", it is not working. Is there away I can get filter value of the recordType into a specific variable? filters: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "disabled", operator: "=", value: 'recordType!{3b28d66a-bc4f-445a-ade2-11f4b0bb38cf}LA Leads.filters.{ab7a2ca5-0634-4536-a28b-8904f23d0e04}Disabled' ) }, ignoreFiltersWithEmptyValues: true )
Hi Appian, Is there a way to create a new txt file within a process model? Thank you
Hello Guys, I'm having problems with the Script Task setup steps, no variable appears as target and even creating one gives an error. I have already configured the variables for testing in the properties and the previous step works correctly by Debug. I have already checked the AS_ (Solution) version and it seems to be the same as mine. Could someone help me? Thank you in advance
Hello: I have two forms - one to display the profile of a library patron and another to display the books the patron has checked out. Is there a way to navigate from the 'profile' page to the 'check out' page using a button on the profile page without using a process modeler? Clicking on 'Show History' should display the Loan History screen. Thank you!
Hi, I am using "Export Data Store Entity to Excel" smart service to to generate an excel file. When I have more content in any of the column, column is not wrapping. Is there a way we can set the column to wrap the content. Also, is there a way to add a color to the header row.
Hi Appian, Is there a way that we could find if document object exists by document id? Thank you
appian send email for user input task. How i resist submitted task appian email.... After task submit, this message come. I dont want below message in email . How I resist it .
Hi, I am trying to export entire Application code to install/deploy on a different server. Once after export is done I was able to see .zip file. Now when I try to open the .zip file it was showing an 1 errors/warnings Any one faced this kind of issue.
Hi, I am trying to find out key column value and if it contain {3,9}, I want to show the specific column. But, I am encountering below error. Can someone advice what needs to be done. Thanks in advance. Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 2]: Invalid types, can only act on data of the same type (Number (Integer), Record Field)
Hi, Is there a way we can provide a link in an interface to download the data in an excel from a recordtype. Thanks
Hi Experts, How to use Index Function to extract whole row data from a list of records based on one record field value? We want to extract one row data from local! data where one fieldname : id has a value: 100051
Hi, I have an expression rule which is returning data from the database table. Now, I would like to get a latest db record using that expression rule. How can I achieve this. Any advises please. Thanks.
I am new to this concepts, please explain?
Does anyone know how to read the first line of a CSV? I have tried the readcsvlogpaging() function but it only works for files that are in the logs directory, and the readexcelsheetpaging() function does not work for CSV documents. Any ideas? Thanks!
Hello: I am looking to convert an array of number to a single string with comma as the separator. In 23.1, they have a function called a!joinarray which seems to be the function I want to use but I am on 22.4 CE. So, the question is there a similar function that will enable me to accomplish this? Thank you. Final desired result: 360392, 361150, 361177, 377913, 378165
HI, I have a scenario where am getting list of questions from the decision rule. i have to use that rule in expression rule to show all the question. could anyone help me with this
Hello,As the title says, I'm trying to extract data from a table using Appian RPA, and then apply some transformation to that data, and save it to a variable also in the RPA.The data is being fetched correclty, and the transformation "tested independently" is also working, but when trying to combine them, it doesn't work, as no data is being written to the final variable.Can anyone help me please?Thank you in advance!
Hi I am just looking for the horizontal scrolling in Appian. Is there any kind of components to achieve this kind of scrolling just like the Trello boards horizontal scrolling, Or may be in feature we can solve this type of scrolling use cases.
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.