-
Recently active
Hi, I am starting the online academy course (Appian Dev) and the playback stops in the middle of videos. I have tried Chrome, Edge and IE, all gave the same result. Anybody encounters the same? Thanks, Chan
Good afternoon, We have to carry out the following functionality, we have to show an image in a form and said image has to be able to rotate.We have been looking at the documentation and we don't see how we can do the rotation issue. Does anyone have a solution? Greetings and thank you
Hi Team, I have a database which stores document data of Appian. The database table stores DOCUMENT ID of the product. it is like TaskOwnerName Document ID A 356234 B 321434 C 413434 D 431431 Now I want a excel export of the above data but instead of document ID i want document hyperlink. I can do this easily on the grid. But I am unable to do that in Excel Export Can you please help me, It is very urgent
Hi Appian Team, We are getting the following error, Interface Definition: Expression evaluation error in rule 'pf_sections' at function a!dropdownField_20r2 [line 84]: A dropdown component [label=“Shipper”] has an invalid value for “value”. All selected values must be present in the choiceValues array, but value was 4473 and choiceValues was . We have integer or number tyepe in choicevalue as well as in the value field , both types are same can anyone help me out to clear this error? Thanks Sunu Sam
Is there anywhere we can download Appian Icons to be used in a wireframe or a UI/UX mock up? Thanks.
"
Hello everybody, I have the following snippet [View:/cfs-file/__key/communityserver-discussions-components-files/11/snippet.txt:93:126] that generates the following screen. I would that Fitnesse click on the second item generated (the link "Massive loading") so I wrote with following script !| script || click on link | Massive loading | but that did not work, it showed the following message: Timeout period reached: Wait for Link - Massive loading I tried then with !| script || click on link | COLUMN_ONE_TEXT[2] | but nothing again, it showed the following message: Timeout period reached: Wait for Link - COLUMN_ONE_TEXT[2] By the way, I have read all tips in cheat sheet but I did not find any effective suggestions. Could you please give me some help or useful hint? Where I am wrong?Thank you in advance, best regards.Paolo
Hi, Can we acheive auto tab fucntionality in appian? Once user enter 5 characters in current text box, automatically cursor should move to next text box in grid Please suggest Thanks,
Hello All, I have a XML generated and wanted to write the data in the xml format. But when I generate the document, To explain my xml is in the below format <Doc> {data <exp> {data <exp1> {data} } } </Doc> I have the attached the xml out and the template I'm using to generate the document. Can anyone guide where I have gone wrong since the data is written for each row . I need to show only the data how it is generated in the XML file. [View:/cfs-file/__key/communityserver-discussions-components-files/11/XML.xml:320:240] [View:/cfs-file/__key/communityserver-discussions-components-files/11/0728.Template.docx:320:240] [View:/cfs-file/__key/communityserver-discussions-components-files/11/2323231001-_2800_1_2900_.docx:320:240] Thanks
Hi All, Where can we find Appian Quarterly Release training. And if we complete the training, where can we find the new expiry date of certification. Will we get any notification on release of new training courses? Thanks in advance.
Hello All, We have 21.4 version running on our server and have two languages locales enabled en_UK and en_US We have a requirement to set the Locale settings especially primary locale to en_GB for all the users on Appian one time ...Currently its not consistent across the users. how to do this one time for all users ? Regards Shiva
Hi, Suppose, I am adding some users to a group using an interface and when downloading that user names as Excel format I want the user names to be separated by comma in my excel sheet. Can anybody help me how to do it?
Hi team, I have scenario where I need to upload the excel documents, By using the excel data, I should get the data into my interface. example in the below format, 1.I should get the drop down to the Field type component (if i give the drop down field in the excel) Can you please guide me for this scenario.
In my Application I can't load files to appian regardless of formatting (ie. Excel, pdf or word files). When I upload a file. The file will start to load but right before it completes I get the error as "The file null could not be uploaded. Please try uploading it again". I didn't changed any code recently in my application but I don't know why it's occurring. Please help me to solve this.
I'm aware that given a starting and ending date/time and a calendar, it will calculate the business hours between those two days, not including weekends/off hours if indicated in your calendar. In our calendar, our business days are 12:03 AM to 11:59 PM (as per business requirement), which means there is 23.95 working hours per day. Are these working hours rounded when calworkhours() generates a value? Are they rounded up? Rounded down? Is each working day rounded first or rounding happens after all the working hours are added. Any help is greatly appreciated!
load( local!counter: 20, a!cardLayout( contents: { a!forEach( items: enumerate(local!counter)+1, expression: { a!cardLayout( contents: { a!richTextDisplayField( value: a!richTextHeader(text: "Counter" & fv!item) ) }, shape: "ROUNDED", padding: "STANDARD", marginBelow: "STANDARD" ) } ), a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextIcon(icon: "repeat", size: "MEDIUM"), a!richTextItem(text: " Load More", style:"STRONG" ) }, align: "CENTER" ) }, link: a!dynamicLink( saveInto: {a!save(local!counter, local!counter+20)} ), height: "AUTO", style: "ACCENT", marginBelow: "NONE" ) }, showBorder: false(
Hi, I am a newbie to Appian and i have been exploring the various functionalities. I have an Interface (lets' call it Interface A) that uses "Dynamic Link" to add/remove rows in a editable grid. The interface works fine when i test it out in Design/Expression mode. I also have a record type with several views. I added the above Interface A as a view to this record type. I then opened the view by going to the site but for some reason i could not add any new rows. Not sure if i am missing anything. Thank you for the help.
Does Appian application support branching, labeling, merging features using Appian versioning Manager? For ex. we want to go to previous release and meanwhile we have added new artifacts into application, will it be possible to move to actual previous application while working with Application versioning manager with Git.
I've a requirement to make available a number of PDF documents within our UI, that the users can download as and when they wish.Initially I sorted this by saving those docs in Appian KC, along with an associated DB table that stores amongst other things the docID. At run time I simply make a call to the db table, get the doc id's and then generate the list using a!documentlnk. a!richTextDisplayField( value:{ a!richTextIcon(icon:"newspaper-o", color:if(fv!item.priority="1","NEGATIVE",{}) ), a!richTextItem( text:" "&todate(fv!item.updatedon)&" "&fv!item.message, link:if(toboolean(fv!item.islink)=true(), {a!documentDownloadLink( label:"download",document:fv!item.doc) }Works great.However I want to expand this to capture which of the docs are being downloaded and are true FAQ's vs ones that simple dont need to be taking space. Ideally I thought to use an a!saveinto and write the pertinent into to another d
I have an app for site surveying equipment that produces a task which is going to be completed primarily on mobile, often offline. Since the task could take multiple days to complete I added the 'Save Draft' button to the interface from the process model. On desktop it works as expected, I can hit the save draft button, exit the task, then go back in and pick up where I left off with all the previous data still there. However, on the mobile Appian app, when I hit this button the data is saved properly, but the task then closes. Since I experience the occasional app crash with the Appian mobile app, I would like to be able to save my work periodically without having to exit the task each time. Is there a way to prevent the 'Save Draft' button from closing the task in the mobile app? Thanks in advance!
how to give action to the Icon, such that onclick it should add the card layout above the icons column layout?
dependent and precedent errors in exporting application
Hi Team, I am getting special character i.e ";" in empty field, how to remove the special character and save the value? Already tried stripwith() and it is not working as expected.
Hi Team, I have an excel template in which i need to map values to the particular cell positions like {B2,B3,B4,E2,E3}; that are being retreived from a table. I am getting all the data in single row currently even after giving the cell keys. Any suggestion? Thanks Anandita
Is there a way to query up who is assigned to a particular task? I've got a process report, but I'd like to somehow pull the assignee for a particular task out of that for use elsewhere. What is the best way to do that?
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.