-
Recently active
Hi All, I want to write the logic for the below requirement For example: ------------------ My Input is 1 Output should be : {2,3,4,5} can anyone share the logic Thanks in Advance!
Hi, I created a simple sample application with 2 connected systems one for PostgreSQL DB an one for Http Connected system, both connected system are working fine on development environment. I have exported application package and import customization file. I have updated the Import customization file and tried to import application (with import customization file) on different environment, during inspect i found below errors I have verified import customization file that parameters are present. I am not able to understand why this error is coming during import?
Hi, I am facing an Issue, When we maximize the browser zoom for the site page then the local variable are refreshing and getting null. Can anyone please help me on this Issue? Thanks In advance
Hi, Is there any way that Appian can identify content from email. Thank You, Hema
Good Day!Goal: Using Get API response the html code stored in my DB.Issue:I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.pic for details.API Response:
smart services are there to create a user account and adding them to the groups also, Because I want All users should be able to sign up (if he/she is a new user(this candidate added to user group dynamically)), this app should be mobile friendly as well, that should available for wide number of civil users, So please let me know possibilities available to achive this in appian, Pro's & Con's, can also let me know if their is any best suited technology to achieve this
Hi Everyone, I am getting this error while I am trying to fetch the data. A user picker component [label="User Name"] has an invalid value for "value". All users must be valid and visible to the viewer. Please help me on this.
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.
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.