-
Recently active
Updated to "Arial" font and size "small", but when inspect the content in mail it is showing me Arial, Helvetica, sans-serif. If Arial then it should be only Arial, why all these right?
New to Appian and I have a upload component on an interface to allow the user to upload a CSV file into a folder. When I edit the interface and preview it to test it, it looks like this, which is as expected. I drag and drop the file and it shows the file name. When I run this live like the users will do and drag and drop the file, at first for a split second it looks like the above but then shows this. I am trying to figure out why, when it is ran live why it is not showing like it does when I edit the interface and preview it and run it there. I need it to show the file when they upload, or drag and drop it in the component. Thank you for any help
Hi, i have a question, well, i have a form where i can add data, but i want to generate a random number in my input, so in my input i put in the display value this "todecimal(text(rand()*(10^6),"000000"))"when i view my db, in the field i only get 'null', so, how can i generate a random number and store on my data type? thanks!
HI am getting like this error what might be the reason?
Hi Is there any option in appian to sync user role information from UI to DB and viceversa. Thanks in Advance
I would like to know if there is any limitations in terms of number of rows or the memory limit to export the data to excel by using export DSE to excel smart service. As I am aware there is a limitation of 50 in terms of columns. I am curious to know if there is such limitations in terms of rows or the data limit.
i have 3 columnslayout i will show 2nd columnlayout when i click a link on first columnlayout, using showwhen:not(isnull(local!selectedcards)).---->it is working fine Same way, if i click a link on 2nd columnlayout i want to show 3rd columnlayout(using same showwhen()).------->it is working , but it is not hiding 2nd columnlayout. it is displaying both 2nd and 3rd layout. How to give condition for this in showwhen?
Hi! I have a question, well, I have to make a CRUD type system, which allows to register two data type, I have two interfaces, in the first one assuming, I add supplier data, and in the other interface I add employee data, when I fill the first interface, everything is filled ok, but it skips the second interface and ends the process, then in my global database, the forms of the second interface remain as null, what could I do to make that as soon as I finish filling the first form, automatically go to the second? I am a newbie in appian, excuse me, thank you very much!
How to improve/increase interface performance ?
Hii Guys!! where we can find the saved draft forms in process model can anybody help me to share about this please
Hi All, We have a workflow system where we are generating dynamic process(which generate view task) using Create process smart services, but it is very slow, the smart service takes more than 2second to create next process, that makes our system very slow. can anyone help us on this? is there anything that we can replace or change so it create next process faster? Thanks a lot
Hi Appian Community, Currently, our process automatically deactivates users (change status to inactive) that did not login to Appian for more than 30 days. The issue, however, is that the users that were deactivated manually have the same inactive status as the automatically deactivated ones. I would like to source ideas on how I can get this list of dormant users. Advance thank you for the people who will respond to this.
On the FAQ -- What is the cost of the certification exams? Each exam attempt costs $200 (US). Appian Partners receive a 50% discount. We do not currently offer regional discounts. (Note: There is no longer first free attempts for partner practitioners but recertification will be free) As an employee working for Appian partner. Could you suggest how the 50% discount can be availed. I see no option during payment at the time of scheduling exam.
Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = 02c6f:c6b43] at function a!taskui_taskRejectionReassignment: Could not find variable 'tp!owner' Getting the above error when user accepts a task and when another user try to open the same task I'm getting this error. I think this is Appian error, is this same for everyone. I'm facing this error very recently. Actually it should showing something like this Task has been accepted by Person name I guess
I am trying to understand the working behaviour of foreach . i have tried this below code from appian doc. a!forEach( items: {"January", "February", "March"}, expression: a!localVariables( local!month: fv!item, a!forEach( items: {1, 15}, expression: local!month & " " & fv!item ) )) the code throws the below error.Kindly help.
Hi All, I am trying to save and publish my process model, but it throws the following error, This process model could not be published due to the following errors. Please correct them before continuing. Two or more nodes are in a loop and will not be started. Reason behind this error: I have configured my interface as start form so that I can use that process model in site. And I have one sub process, if we receive the output button value as "Back" from sub process, then it should again show the start form, so I have connected sub process node again to start form node by using gateway. So instead of doing this, can you please suggest me the correct way to sort this issue. Thanks in advance.
Hi, I have a!paragraphFiled with label "Employee Note". I need to show some additional text in the same label with a different color. Is there a way I can achieve this requirement? Thanks.
When using the sftp smart service, is there any way to search for a file in a folder, ideally with some kind of wildcard option? I've got a folder with a list of files named something like <FILENAME><SOME_RANDOM_NUMBERS><DATE>.csv and while the filename part stays the same, I don't necessarily know the number or date attached to it ahead of time. Is there some way I can pull the latest file called <filename>*.csv or something? Or do I HAVE to know the exact file name to download it?
difference between exception and escalations. can we configure exceptions and escalations to 3 seconds.If yes how can we configure it
i configured all the node inputs of a!docExtractionResult() smart service properly. i used this smart service in process model. i assigned that task to application administrators group. when i run this process model, i got this error message "The document extraction instance [docExtractionId=8,545] does not exist, has been deleted, or you do not have sufficient privileges to access its data. Please submit this task to complete. You will be prompted with an error message upon submission." But, the document is there with the specified id(8545) and also i am having the required previleges as iam in application adminstrators group. Please provide me some info regarding this. Thanks in Advance.
Hi, We're using on-premise Appian with MSSQL(Sql Server) Db that includes both Appian Primary DB and Business DB. We're on the steps to move to Appian Cloud. Could anyone tried and share your suggestions how to migrate Appian Primary DB to Appian Cloud pls? We understand Appian Cloud uses Maria DB, trying to find if there any better approach OR schema backup tool available for this use case pls? Thanks.
Hello all, We have set up new environments and write to data store in to a table having PK and 4 columns it self takes 1.34 second which seems to be too high . Issue we are facing with the other nodes which is inserting more data and time is at higher end which is impacting the perfomance and response time of the process. Is there any possibilty to update some configuration or setting at server side so that write to data store takes lesser time ? Usually write to data store should not take time in seconds to just insert 4 columns . Any pointer will be helpful . We have on-premises env whihc is newly setup . Thanks in advance, Pooja
I have a question while using the a!pickerFieldCustom Component example in Document. a!localVariables( local!pickedState, local!stateLabels: { "Alabama", "Alaska", "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "Delaware", "Florida", "Georgia", "Hawaii", "Idaho", "Illinois", "Indiana", "Iowa", "Kansas", "Kentucky", "Louisiana", "Maine", "Maryland", "Massachusetts", "Michigan", "Minnesota", "Mississippi", "Missouri", "Montana", "Nebraska", "Nevada", "New Hampshire", "New Jersey", "New Mexico", "New York", "North Carolina", "North Dakota", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Vermont", "Virginia", "Washington", "West Virginia", "Wisconsin", "Wyoming" }, local!stateAbbreviations: { "AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "
In my process model I am looping through a user input task every time where user is keying some information. But the user input task is executing for the first iteration only and from the next iteration flow paused at User input task(added the activity chaining). did i missed any configuration setting in user input task?
Hi everyone. When selecting a value from a dropdown on mobile (android via custom app), the dropdown list is still open after the selection, and I'd have to click on back arrow to go further. When using phone preview in the Designer the behavior is not the same and the value is selected and the list closed in one action. How could I change the behaviour of the click on mobile? Thanks Lionel
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.