-
Recently active
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!
I get An error occurred in executing an Activity Class when using (rename users smart service)..
"
I am not sure if I'm just doing/understanding something wrong or if this is a bug or what. When configuring a site, there's an option that says, "Show Tempo Link in Navigation Menu". I could have sworn that if I select never on that, that I wouldn't ever see the site listing when I click on that 9 square icon listing all the tempo sites. However, I am able to see the site listed. What am I doing wrong here?
i got the error in when we are create the record type ,i get The selected table does not have a primary key. The source database table must have exactly one primary key. Preview,but i create a primary key,again i got same error
Hi, We have a grid layout, user needs to enter the necessary the data in the field by clicking on +Add row, every row has a dedicated Save and Discard button. the UI have Back (LINK) to go previous page. when a user click on + Add row in the table and enters data and don't click on save. click on back (LINK), and comes to the same screen again, ACTUAL RESULT: row value entered is displayed even row is not saved. EXPECTED RESULT: Row value entered should not be displayed. After clicking on Back (LINK) in UI and coming to the grid screen.
Hi, When we set an exception on a process with a timer, is there any way to set a process variable to a value, when the timer is triggered ? Ex: my process has a 2 hours timer set on a Task input form. After 2 hours the pv!value is set to true
How to show validation msg on button/icon click? i want to validate the status from the docusign and on the basis of result want to show validation msg.
Hi, Let's admit I have 3 process. Process A calls a sup-process B wich calls it self another process C. If a fonctionnal error is raised from C, is there any way to stop definitively B and A (from C) ? Or I have to deal with an error code below to push up the information to the parent process of each process ? Process C met an error, we set pv!error=true and terminate the process In Process B we test the return value from C, if true, we set pv!error=true and terminate the process In Process A we test the return value from B, if true, we terminate process
Expression evaluation error:invalid index(1) for list:valid range is empty load( local!choices: { { name: "MML Request Report", icon: "random" }, { name: "MML Confirmations Report", icon: "play" }, { name: "Public Equity Request Report", icon: "save" }, { name: "PE Confirmations Report", icon: "play" } }, local!userChoices: { if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[1], {} ), if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[2], {} ), if( isusermemberofgroups( loggedInUser
Hi all, We've got a requirement to provide some documentation/information on two things: 1. Resiliency for our Appian instances 2. The Capacity and Performance of our Appian instances Our environments are cloud-hosted, does anyone know where would be the best place to find any info on this, either generic or specific to our instances? Can I find this myself or would I need to get in contact with someone from Appian? I've tried having a look but I haven't come across anything yet. Thanks
I have a requirement where the files in our directory have the naming convention as: filename_{yyyymmdd}.{hh23miss}.txt abc_20220131.121314.txt The interface can and SFTP smart service combination can read the user input for file and date combination, but how can I retrieve a file which has timestamp associated? Newbie to Appian, please assist.
Hi All, Is it possible to make a variable static in appian just like java. So that it retains its value.
Hi Experts, Can someone explain me in-depth concept of a group type. What are the specific use cases where we have to go with creating Specific group type. Till now I have used only custom group types and groups at technical and business level. Thanks in Advance, Gaurav Singh
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.