-
Recently active
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
I'm looking for function to open interface2 in new tab" not the same tab" by clicking a button in interface1
The audio of the video is fragmented..... what can I do about it?
I want to generate a report showing where list of users who are not logged in 30 days or 60 days or 90 days. How to do that?
How can I create the nested bulleted list in Appian
I have a requirement with one text field ,adjacent to the label of text field i need to have a check box of boolean type how can i acheive this? Thanks..
Hello,How I can transfer my Certifications from Previous Organization to current organization.
I cannot able to sort it out I am passing id that id is not having degree certificate document but still the document download link is showing
Regarding configuring an Appian Server, we are aware of the following configurations' default/recommended values: vm.max_map_count=262144server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=120 If we were to fine-tune these values, is there an ideal formula we can follow? Also, what possibly could be the merits in raising/lowering those values? Meaning which parts of Appian will be affected and how far will it improve Appian performance?
EDIT: Got the value to save but the dropdown box doesn't show up when the correct value (boolean true) is selected a!radioButtonField( label: "Is Jira Access Required?", labelPosition: "ABOVE", choiceLabels: {"Yes", "No"}, choiceValues: {true, false}, value: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{2463d484-b544-48a5-813c-701935313606}jiraAccess'], saveInto: ri!record['recordType!{d327a5dc-18d4-4ffd-8bdf-6a22b134677f}DS Contractor.fields.{2463d484-b544-48a5-813c-701935313606}jiraAccess'], required: true, choiceLayout: "COMPACT", validations: {} ), a!dropdownField( label: "Which Department Requires Access?", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: cons!DS_deptChoice1,
Hi all, what is the difference between Build Apps Faster with Sync vs Disable sync and related features. Thanks & Regards, Kiran Sajjan
So, I need to use visibility/showWhen to display a dropdown if a certain choice of radio button is selected. The format is kind of like this, the two dropdowns are supposed to be hidden until 'Yes' is selected in the group of the second radio buttons. This is currently the code I have. I'm still fairly new to Appian and trying to figure things out! I have experience w/Python/C#/Vis Basic so explaining in those terms could be helpful as well if( a!radioButtonField(choiceLabels: "Yes"), showWhen:true()
Hi everyone! I'm a product manager at Appian and our team is working on measuring which recent features have helped you the most in Appian, what's still slowing you down, etc. If you have 5 minutes to spare, we would greatly appreciate your participation in this survey--thank you!
I have a process model and interface set up so when user clicks save and continue it exits the form to write to DB then a XOR gate that checks the user action, if it's save & continue it loops back to the interface. All of the nodes are activity chained. But for some reason it keeps exiting out of the interface instead of just loading it back up. Could it be because there are a lot of writes to database so it's delaying the loop back? I do have less than 50 nodes.
when having the nested cdts a foreign key relationship is established what will be default cascade behaviour is?
Appian version 21.3 When I create new membership rule to add users whose Address 2 starts with [ it return error: HTTP Code: 500 I found below error message in tomcat-stdOut.log ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation. com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 0D1P8RZE] : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: com.appian.komodo.api.exceptions.ConnectionClosedException: The connection to the engine was closed] (APNX-1-4198-000)
Hi, I'm new to Appian technology, but I arrive from a different BPM. In Appian for more processes, I need to have an organization chart where there are offices and people that respond from request made by different people, In my example, people from office 1 respond to requests by office A, but for a specific human task activity is assigned to the first level manager, in our example is the CFO, but if the request is open from Office B the request must go to Office 3 and CTO. the hierarchy of the company is very large, is there a smart way to create logic or do I need to create groups and subgroups for each office?
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.