-
Recently active
As part of my organisation the exam fee should be 100$, but it is reflecting as 200$. Can someone help me with this. I have logged in with the company Id. Profile is also updated with partner network.
I have a requirement where I have to process, filter and Validate 35-40 MB data in excel with 100+ columns and if validation is successful then Import the data into Landing table. What could be the best way to design this. We don't have any control on excel to create multiple excel files and upload. It has to be done with all. We are already managing 2K rows with process & validate but Customer wants Appian to do filtering and then process. But After filtering we need to do validation on resultant data after filter and inform user via popup or message in UI.
Hi, Is there a way to show the "user login history" on the interface screen used by end-users? I do know that system admin can monitor the "Current User Activity" from [Appian Administration Console > MONITORING > Current User Activity]. But, the needed function is to show the "history of user login". Thank you
Hello Team, Please, can you confirm if the service_manager.conf file generated in one server will be copied across other server nodes in a load balance setup as highlighted here --> https://docs.appian.com/suite/help/22.3/High_Availability_and_Distributed_Installations.html. The documentation states : As part of a distributed installation, it is a requirement to copy the service_manager.conf file located in /services/conf/ across all machines in the distributed environment, for it is necessary to enable authorized connections to the service manager and the engines across machines. Since running the password script will generate unique password for each server; will a service_manager.conf file generated on one server work for other servers in the load balance setup? Also, will I run the password script on all servers in the load balance setup? Your prompt response will be highly appreciated. Thanks
It's a new year, and your last chance to take the Appian Developer Productivity Survey! Please consider taking 5 minutes to tell Appian product managers which feature are speeding you up, which areas of the platform are still tripping you up, and more!
I am creating a bar chart with two measures: GST and TotalBill. If I use normal stacking both the values get on top of each other. like if GST = 20 and TotalBill = 100 then the bar length will be 120 as shown in the attached image. But I want the bar length to be 100 and GST measure inside that.
Hi Team, I have built an application in Appian. In my interface, I make a tab called comments. When a user is giving any link(e.g:- www.google.com) on the comment. it is coming as an plain text. There is no hover or hyperlink on it. How to keep a hover on a link automatically? Could you please suggest?
Hi, when I try to store dictionary as a custom id in a grid row layout, the system throws 500, what can I do?
I have 2 users . For showing a demo , i want to login 2 different users in 2 different tabs in chrome browser. These users have different roles /Gorups But when i login another person in another tab , the other tab also changed to it? How shall i show a demo with 2 different persons logged in ?
Hi, I have some questions regarding the creation of new Knowledge Center to replace the existing one for data storage optimisation. 1. What are the differences between Create Knowledge Center smart service and create it manually (New => Folder => Knowledge Center) aside from the security config? And when should user use each method? 2. My application already have a Knowledge Center containing child folders within it, and each folder contains different types of document. Now I want to amend this Knowledge Center by creating 3 new KC, and reallocate my child folders into these 3 new KCs. Those child folders are already being used in lots of process models, so I need to be aware about whether the above changes will affect the process models, and what can I do to avoid it? And how can I move the child folders and documents within them to the new Knowledge Centers?
hi, i use 22.3 version i have an condition in text field in that i want only alphabetical character (A-Z) not numerical or special character how to do that
The API should send a response to the caller and then start a process. How ?
How to get another interface on click of dynamic link in main interface?example: Interface ABC having dynamic link on click of that link want to open another interface say XYZ.Please do help how to configure.
Hi Team, I have a requirement that I am getting the data from external system in the form of list of string. For Example headers: {"name", "Address"}, data: {{"Test 1", "Test2"}} I have to convert this data into list of dictionary like : {{name: "Test 1", Address: "Test2""}} Since the field headers are also dynamic can you please help any functions or logic to convert the data into list of dictionary. Thanks in Advance
Hi Team, In the process workflow i have xor gate ,when user clicks cancel i am looping back it to previous user input task, but the user input task status is accepted but it is not opening automatically, i have given proper activity chaining.
I'm trying to sync the records vis process model using the sync record smart service, I checked that identifiers were passed correctly, but sync is not happening, please help me resolve the issue.
I want to create an expression rule to convert text. I have made following rule. rule input - ":Vijay Shete" extract(ri!input,":"," ") output - "Vijay" How do I get "Vijay Shete" as output?(Just remove the colon at beginning.)
How do I convert the "Thu, 10 Nov, 2022" this text to date? I am getting this data from IDP in text format.
Hi, here is Chenyang from Japan. Is there any methods to change the first site view after an end user logged in appian. actually, appearing the Tempo view first after logged in is not fit for our project. What configuration should I do to change its setting? Thanks in advance. [emoticon:c4563cd7d5574777a71c318021cbbcc8]
I'm using record type to create a column chart. The field which I am using is stored as text in the database. See line 14 in the attached screenshot. Can I change it to decimal to use in measure?
Hi, I am doing a process model where in I am mailing a person a table of contents. Now the contents are dynamic, and I need to populate the contents from the process variable. I am aware about the " ### " syntax, but not quite sure how to display multiple rows in a table. Can anyone please help me in this. Also, While reading community, I read about the ncolumntables function, but its been discontinued now. If there is a replacement for the same please suggest.
Dear Team, I had a query, what steps need to be followed for deploying application from one cloud to whole new different cloud.
Hi, We are creating performance test scripts in JMeter, after recording the flows and running them, the scripts run fine for 1 day however they fail after 1 day, on inspecting I came across several dynamic values like CacheKey, SaveInto and Context which change often. Now the problem is there are several CacheKeys, SaveInto and Context in multiple responses before the requests where these values are used, how can I know which values to grab dynamically and use in the further requests. Can anyone please help as this is a blocking issue! PS- I have already handled the appian csrf token and I am able to login successfully.
Hi, I need to pull values from DB which does not starts with "ABC" for example. a!queryEntity(entity: cons!entity,query: a!query(filter: a!queryFilter(field:"office",operator: "not starts with", value:"ABC"),pagingInfo: a!pagingInfo(startIndex: 1, batchSize: -1))) But this is ignoring null values, I want null values also to be returned along with other values. So I just tried fetching only null values to see how it works. a!queryEntity( entity: cons!entity, query: a!query( filter: a!queryFilter( field:"office", operator: "is null" ), pagingInfo: a!pagingInfo(startIndex: 1, batchSize: -1) )) this is giving me 0 results. Nots sure what might be the issue. Can anyone please help? operator "not null" returns correct values, problem is with fetching null only.
So I was finally able to get some phone number validation working. However, it only works in the interface and not when I'm actually using the record action. Here's the code the error message I'm getting. I think this is happening because the record action relies on user input and perhaps starts off as null. I'm just hoping there's a way to fix it.When I try to create a new contractor through the record action: Error Evaluating UI Expression Expression evaluation error [evaluation ID = 0932b:f622d] in rule 'ds_createcontractor' at function 'search' [line 65]: A null parameter has been passed as parameter 2. a!textField( label: "Phone Number ", labelPosition: "ABOVE", placeholder: "### - ### - ####", saveInto: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{f4c57b1e-a70b-4b5c-abfd-91fbfa77c38f}conPhoneNumber'], ref
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.