-
Recently active
Hi Everyone,I have one requirement where I need to get the image in the place of image tag in HTML body what I am sending to the email node and in image tag is like <img src="">xyz.appiancloud.com/.../67810" alt="" width="33" height="33" />will this work or any other way ?or do we need to convert that to base64 kind of thing
I want to check communication between two roles like agent and manager(TicketRaising System) How I can check? Do provide some guidlines.
Hello, I need help for Creating or generating PowerPoint in Appian. I have found a plugin to generate word document and it was successful, but couldn't find any plugin or smart service that generates PPT. I want to generate PPT and want to know how? I've read that some plug-ins were made for creating PPT, if it's possible could I get a the sample of the plug-in please? Thank you.
Hi, I just installed a new system of Appian 21.1, and I can see the login page. However, either default Administrator or my admin account could not let me in. The backend shows the same error of NullPointerException on CsrfTokenManager.loginTOkensMatch. Does anyone has the same issue? Thank you. Tony
i am buildiing the calculator app and that i want the multiple in operand 1 and operand 2 for calculation . how can i use rule input to take more values
I have added new Data Source from Appian Admin Console. The connection is good and works fine in our Maria DB SQL Tool, but we cannot see in the Appian Cloud Databse site. How can we see it from within the Appian Cloud Database site?
Hi, I have a editable grid where I have to show/hide icons as shown in below image based on some condition. Code : a!localVariables( local!users: { "User-1", "User-2", "User-3","User-4","User-5","User-6", "User-7", "User-8","User-9","User-10" }, local!timeValues : {"3:00 AM","3:30 AM","4:00 AM","4:30 AM","5:00 AM","5:30 AM","6:00 AM","6:30 AM","7:00 AM","7:30 AM","8:00 AM","8:30 AM","9:00 AM","9:30 AM","10:00 AM","10:30 AM","11:00 AM","11:30 AM","12:00 PM","12:30 PM","1:00 PM","1:30 PM","2:00 PM","2:30 PM","3:00 PM","3:30 PM","4:00 PM","4:30 PM","5:00 PM","5:30 PM","6:00 PM","6:30 PM","7:00 PM","7:30 PM","8:00 PM","8:30 PM","9:00 PM","9:30 PM","10:00 PM","10:30 PM","11:00 PM","11:30 PM","12:00 AM","12:30 AM","1:00 AM","1:30 AM","2:00 AM","2:30 AM"}, local!showHide: timevalue("5:00 AM")>totime("4:00 AM"), { a!gridLayout( labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell(label: "Time", align: "CENTER"), a!forEach( items:
Converting Word to PDF and having Issue with Encoding Korean I generated word document by using "DOCX From Dynamic Template" smart service. And got result like below. --> after using "convert DocX To PDF" smart service and converting word to PDF file Encoding error occurred and can't see Korean. How can I see Korean?
Hello, Given this small domain model excerpt, how could I represent / create this using Appian custom data types? More specifically concerning the class inheritance of Product, Treatment and Implant. When using an object-oriented language like C# I would typically employ a TPH, TPT or TPC table inheritance strategy in combination with an ORM framework to solve this. Kind regards,Roel
I have started training Appian Essential and completed all the lesson in it but still showing Resume in some the lessons .I tried to refresh the page and redo some of the lesson but still showing same status. Please advice what can be done.
[View:/cfs-file/__key/communityserver-discussions-components-files/62/Test-Form.docx:320:240] All the details are provided in the attachment. Can someone plz let me know why the value is not being updated in the table ?
How many times can I access free Appian trail (14 days).
Hi All, I'm new to Appian BPM and currently going through the below online courses:- 1. Appian developer online course (In Progress) 2. Appian Foundation online course(completed) So can anyone please help on which all other online courses i should go through before going for Appian credentials level 1 certification. Thanks in advance.
I am installing Appian using docker with all valid permanent licenses. I am getting this error for service-manager: Waiting for services to start... analytics00 in CRASHLOOPBACKOFF state, REPLICA mode analytics01 in CRASHLOOPBACKOFF state, REPLICA mode analytics02 in CRASHLOOPBACKOFF state, REPLICA mode channels in CRASHLOOPBACKOFF state, REPLICA mode content in CRASHLOOPBACKOFF state, REPLICA mode download-stats in CRASHLOOPBACKOFF state, REPLICA mode execution00 in CRASHLOOPBACKOFF state, REPLICA mode execution01 in CRASHLOOPBACKOFF state, REPLICA mode execution02 in CRASHLOOPBACKOFF state, REPLICA mode forums in CRASHLOOPBACKOFF state, REPLICA mode groups in CRASHLOOPBACKOFF state, REPLICA mode notifications in CRASHLOOPBACKOFF state, REPLICA mode notifications-email in CRASHLOOPBACKOFF state, REPLICA mode portal in CRASHLOOPBACKOFF state, REPLICA mode process-design in CRASHLOOPBACKOFF state, REPLICA mode this is causing data-server and web-application in Unhealthy state.
Reading https://www.appian.com/platform/intelligent-document-processing/ I started wondering whether there is a example project which I could use in my Appian environment to quickly build a proof-of-concept?
Hi friends, I am new to Appian and new to BPM too. I just want to know is it possible to develop a full fledged ERP software with Appian? If no then what are the shortcomings?
Hello everyone, Facing issue to display multi dropdown in editable grid. I want to display the interface having editable grid in record. rows: a!forEach( items: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], expression: a!gridRowLayout( id: fv!index, contents: { a!textField( label: "Description " & fv!index, value: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], saveInto: fv!item.description ), a!dropdownField( label: "Category " & fv!index, placeholder: "--- Select ---", choiceLabels: { "Office Supplies", "Personal", "Other" }, choiceValues: { "Office Supplies", "Personal", "Other" }, value: ri!purchaseDetails['recordType!{42faad32-9822-4aa3-903a-13045e657d3b}PMT Purchase Details.fields.{items}items'], saveInto: fv!item.category ), a!integerField( label: "
where i can build appian project as it is not free enviornment.
Hi.I registered on February28th 2021 for the trial version but I had no answer.Any suggestions to get the trial version?Thank you.
Hi, Can anyone explain about this error with an example would be better.
Hi, I an trying to filter records from DB where selected date is between startDate & endDate in the query below but for some reason I am not getting any result, please help me with it. Expression Rule: a!localVariables( local!sampleData: a!queryEntity( entity: cons!DATA, query: a!query( logicalexpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "userid", operator: "=", value: ri!userid ), a!queryFilter( field: "startdatetime", operator: ">=", value: gmt(todate(ri!selectedDate)), applyWhen: not(isnull(ri!selectedDate)) ), a!queryFilter( field: "enddatetime", operator: "
Hi Team, I am trying to register for free trial environment for Appian development practice course , However, the form is not visible on the site and is showing error message (screenshot attached)
https://docs.appian.com/suite/help/20.4/ Hi, Is it possible to make a drop down like the red box in the picture. From Appian documentation (https://docs.appian.com/suite/help/20.4/), drop-down selection comes down when choosing tab from the blue navigation bar. By using Appian, how can we make a drop-down menu like the picture?
Hi, While attempting the Process Model exercise wherein i add the smart service for write to database, its not saving the vehicle id but is executing without error. I have also verified the vehicle CDT wherein id is the primary key with auto generation checkbox on new record checked. How should I resolve this 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.