-
Recently active
Hii All, can anyone help me for one senerio . I want that to collapsible field For Example : a!paragraphField( label: "Target", labelPosition: "ABOVE", value: index(local!target,"target",{}), refreshAfter: "UNFOCUS", characterLimit: null, height: "SHORT", readOnly: true, validations: {} ) I am using paragraph field for showing data then i want only some of the text only show when I click on the that text then the list of the text will show . Thanks
Hi guys, How can I login in Appian Designer (software development)? What is the link to access it? Does Appian has Software to install in my computer or just browser? Regards, Pedro Santos
I am trying to export data store entity into CSV via smart service "Export Data store entity to CSV" and for tables more than 50 columns, am receiving the following error. Kindly help out in this regard. "Unable to export. Maximum number of columns exceeded: 50 "
Hi everyone! I´m doing an interface using Recordtypes from scrach. I´m making a grid in a form to sum some quantities from de employers. I´m having some problems with the dynamic link to add new rows of employeers expenses and also having problems to summarize the fields with the quantities. I´m providing part of the code. Could you tell me what i´m doing wrong please? Thanks a million in advance! a!sectionLayout( label: "Gastos", contents: { a!gridLayout( totalCount: count(local!articulos), headerCells: { a!gridLayoutHeaderCell(label: "Fecha del Gasto"), a!gridLayoutHeaderCell(label: "Descripción"), a!gridLayoutHeaderCell(label: "Tipo de Gasto"), a!gridLayoutHeaderCell(label: "Importe del Gasto"), /* For the "Remove" column */ a!gridLayoutHeaderCell(label: "") }, /* Only needed when some columns need to be narrow */ columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIB
I make a call to an integration and receive an output like above. I have a requirement where i need to append every dictionary that comes under cells with the corresponding row ID in the top and save it in table. how do i do that ?
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
Getting "error has occured " while trying to download "Appian selenium api",Can someone help me with this issue
hello community, I would like to try the first level exam (associate) and I wanted to ask if it was possible to take the exam in Italian/Spanish or if alternatively it was possible to use google translate Best regards
Getting this below mentioned query: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error in rule 'isbn_mapbookdetails': Invalid index: Cannot index property 'body' of type Text into type Text Since, I am new to Appian, is there anyone who can help me out?
Hi, I am having issues in my application with values being passed on. While I am checking my record relationship, I am not able to get the field entries while checking the preview. itemid field is the common field. But no entries are found. Where am I going wrong? There are two records Asset and Request. Trying to relate both these records. My Asset Record Fields. My Request Record Fields Because of this issue, I am not able to reference any asset fields in my request related interfaces. If I use two separate rule inputs to access the fields, my process models are working fine. But I want to use relationships to access my related records. I know this is a basic problem but somehow I am not able to fix it. My table looks like this Appreciate if someone helps me with fixing and letting me know where I am doing an error? Thanks
Hi Community, I am getting error while using decision to get total amount. Error says "Expression evaluation error: Syntax error. Details: Expression evaluation error at function a!textField parameter 4 [line 90]: Missing right parenthesis in expression, found COMMA"
Hi, In changing the Appian User password, can we change the password by using smartservice and interface obejct. (Not the method in which the user sets the password in Settings -> Password.) Or is there a function that allows administrators to reset(change) passwords in the Admin console? Searching through the communty pages, it seems that the function was not provided a few years ago, but now I am wondering if there has been any development. Thank you
when i debugging my process model and I want to view my form but I found this error An Error Has Occurred The task status null is invalid. Please solve my error ASAP. Thanks.
I have an array or string, I am trying to split it into multiple arrays. Input Array : {"One","Two","Three","Four","Five","Six","Seven","Eight","Nine","Ten"} Output Array: { {"One","Two","Three","Four"},{"Five","Six","Seven","Eight"},{"Nine","Ten"} }
hii guys, I have a requirement of design a record action called DELETE For this i have followed documentation and approached process model method to delete record action using DELETE RECORD SMART service but im getting following error plz help me thanks in advance
Hi All, I am facing an issue regarding process report. I have crated one process report to fetch process history with last seven days and using that process report in a interface, But as per my requirement i need to fetch process history with only two specific process model, not for all processes which i was performed in last seven days, for achieving this i have created one filter in Process report where I am using Process= GPA Task Loader by using this i am able to fetch process history but it showing only today history. So there is any other way to fetch process history for two process model with last seven days data. a!localVariables( local!statusFilter, local!processTask: { "GPA Activity Task Loader Excel", "GPA Activity Task Loader Excel Validation" }, local!taskReportData: a!queryProcessAnalytics( report: cons!POC_GPA_USER_REPORT, query: a!query( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: 500,
Hello Appian People, I have a test WEB API(POST) in order to test my integration process. I also created a test datastore. { user: address: } Please see picture So what i want to happend is that what to add a test process condition: If the Request result normal, and statusCode 200 - body: received value will be "0" Incase parameter error,and statusCode 200 - body: received value will be "1" Anyone has any idea to add this test condition in my Test web API?
Hi Everyone, I have the requirement to capture the task report data into the database. Can anyone please help me out? Thank you
Hi Everyone, I am getting the error "Missing domain prefix" when trying to use the created expression rule to check the condition for visibility setting on a particular button.
HI Everyone, I am opening an interface through the process start form in process model, when the process starts the form gets opened, but other nodes do not execute. Can anyone please help me out, how to execute the other nodes as well at the same time.
Can anyone help on how we can check the scorecard for Appian Associate Developer as i havent received the email. Thanks in advance.
Hello all I have started my training on Appian and requested for a Appian instance. I am unable to login using my username that was setup and the Appian password. Is there a different setup required to access the instance where i can practice? thanks for your help!
Hi All, As per my current requirement i am using an integration for google space where i want to color Card background, border and header any suggestion?, I have already tried with font color in title of header but it's not working, same i am using in content for message and it's working fine so any solution for header and card? Below is the code which is i am using. { "cards": { "header": { "title": concat( "<font color='#90EE90'>", if(rule!APN_isEmpty(ri!gChatTemplate.headerTitle),"Notification",ri!gChatTemplate.headerTitle), "</font>"), "subtitle": if(rule!APN_isEmpty(ri!gChatTemplate.headerSubTitle),"Notification",ri!gChatTemplate.headerSubTitle), "imageUrl": if(rule!APN_isEmpty(ri!gChatTemplate.headerImageURL),"">is3-ssl.mzstatic.com/.../1200x630wa.png",ri!gChatTemplate.headerImageURL) }, "sections": { "widgets"
Hii All, I am working on Audit log using CDT comparsion plugin and tha data comes in grid like that: Now I want to combine fieldname column and previous value column like that: Province : NL Thanks
"Your account is locked because of too many authentication attempts." What shall I do? Can anyone help me please?
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.