-
Recently active
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
Hi everyone, is there a possibility to check the sucess of the execution of the 'Create Folder' Smart Service? In my case I have two input parameters: Parent Folder [Folder] New Folder Name [Text] And one output: The created folder [Folder] : AC!NewFolderAC!NewFolder [Folder] > is stored as > myVariable [Folder] 95% of the time it goes just fine but sometimes it fails to create the folder, myVariable is empty, and the Smart Service just go on as if everything is fine. In the expression a!createFolder() we have two extra parameters (onSuccess, onError) but they are not available in the smart service. Thanks Lionel
Hi All, I need to show the list of users using only the last name in alphabetical order. Users present in the environment. how to display all the users using user picker field?
The time i use for setting meeting using "Send Meeting Request" is 10AM, but the meeting is generated for 3.30PM.(GMT+5.30 hours)(I live in India). Is there any setting to correct this? Like the process model time zone or something else? Currently i am working around this using =(pv!InterviewInviteDetails.startDateTime - time(5, 30, 0, 0)) in the Start parameter of the Send Meeting Request.
Hi All, Hope you're doing well. I'm trying to setup automated CI/CD on Azure. VCS = GIT sits on Azure Below are the steps we're trying to achieve: Comit/Push the exported zip from local to GIT repo(using IntelliJ IDE) once the objects are committed into the repo, Trigger pipeline to add/merge the updated objects into existing application objects Build the Application - Generate the package .zip Import into the target environment Issue: When executing the addContents action getting the below error message, please help me to understand the error if I missed anything. Error Message: 2022-07-07 00:25:03,353 - Missing git repository. Cloning automatically. 2022-07-07 00:25:03,353 - Cloning from <Repo URL> to <local_repor_path> 2022-07-07 00:25:04,954 - Local repo updated successfully 2022-07-07 00:25:05,162 - close() called when useCnt is already zero 2022-07-07 00:25:05,163 - There was an error completing the select
I am getting this error whenever i m trying to generate the document { "error" : "APNX -1000-000" , "message" : "Invalid Content ID", "title" : "AN error has occured. Any suggestions?
Hi Everyone, if( rimod1 = 2, {cons!member1,cons!member2),{} ) In the above code I try to get the value from 2 constant which contain group member, but I am getting value from member1 not from member2. can anyone help me on this.
I know about a!writetodatastore smart service function, is it possible that without navigating away from interface we are able to save the data in database using that function or is there some other way around.
Has anyone figured out a good way to emulate nested/merged column headers in an editable grid? I have attached an image to show what I mean.As far as I know, there is no OOTB way to do this, but it must be a relatively common requirement. Any suggestions would be greatly appreciated!
I'm looking for a few clarification how I should understand performance view on UI (Appian version 21.4) 1. Are all locals executed in sequence? In other words first marked section layout is constructed then second section layout is constructed? Both sections layout call store procedure and then display returned day 2. Total time is 33 seconds but when i sum up time for 2 selected section layout i get 43 seconds. How i should link total time with section layouts times 3. Similar to time - sum of percentages goes over 100% Above all - is it possible to call 2 stored procedure with different parameters in parallel?
Expression evaluation error at funtion Rule!DFXH_fetchSrRequestDetsbySrid Could not find variable rf!dfxhSrid
Hi All, Pls answer the below questions Pls explain IFM(In-Flight Modification with simple example. when will use IFM Thanks in Advance!
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.