-
Recently active
Hi, I am getting an error while logging into the development environment of my organization whereas my rest team members are able to login.. Error 401 - Unauthorized Sorry, your request could not be processed. Could anyone please suggest what should i do? Thanks.
I have an integration which makes a POST (read-only) to a database. The returned value is a string formatted in pascal-case. There are a total of 25 possible string value responses, here are some examples from the 25 possibilities: "DeferredStudentLoan" "LeasePayment" "PersonalLoan" I need to convert these strings from the above pascal-case to standard-case (I guess you call it that?). "DeferredStudentLoan" should be converted to "Deferred Student Loan" "LeasePayment" should be converted to "Lease Payment" "PersonalLoan" should be converted to "Personal Loan" Here are some snippets of code... a!localVariables( local!line4_addedLines: 1, local!PostCall: rule!EI_FieldReader_CDpg3_UCD_Sec_K_Line4(), ........ local!PostCall: rule!EI_FieldReader_CDpg3_UCD_Sec_K_Line4() creates a dictionary of the post call made in the integration (not shown anywhere in this thread). I call upon a speci
I have a question... am using reusable rule, in that rule... date need to be editable for some set of process model and not editable for some set of process models... how can i write code for it? is it possible with IF condition? if so can anyone let me know Thanks Kavya
How can I achieve validation in dateField.... in the date field i shouldn't able to pick past date only future date i can select.. how can i achieve this with validation can anyone help with this
I am trying to find a sail expression that will return the current day's timestamp at the first second of the day. For example: now() returns 11/15/2021 4:39 PM EST Looking for something along the lines of: myFunc(now()) returns 11/15/2021 12:00 AM EST I tried now()-hour(now())/24-minute(now())/(24*60)-second(now())/(24*60*60) but it returns 11/14/2021 7:00 PM EST(Date and Time) Any help will be appreciated,
Hi Community, we are using currently Appian 21.3 on premise. The system language is German. The translation went down hill during the last versions from funny and incomplete to really "cant ignore it any more and makes my daily life difficult". It is just insane and awful. Incomplete translations - error messages still only translated partly and the result is a mixture of german and english, inconsistent translations - different translations for the same words within the same window just so completely wrong translations, that I was confused once or twice for some seconds how to proceed. - like translating the verb "load" not in the sense of "to load" and more like the noun "a truck load" Do you guys have any idea how to place that as topic at appian? Support case(s)? Kind regards,Richard
Can you help me on how I can restrict the visibility of my page if I put this in but the other role I have still sees it? not ( isusermemberofallgroups( user: loggedInUser(), groups: a!groupsByName("RDCR Ejecutivo") ))
I have always developed security using two group types, Position Groups, in which users who hold that position are added directly (ex: Case Managers), and Position Groups, where position groups are added to control their access within the application (ex: Account Creation Case Reviewers). Can someone summarize the pros and cons of this method of security for a very complex application with many groups, but very few users for each group? What would be the downside of adding users directly to role groups?
I removed a member group from a group in dev, and deployed that change to QA. However, that change is not reflected in the QA environment. Do I really need to control which groups are members of other groups in each environment separately? I have many many groups in my application, and keeping them all aligned across environments seems like a management nightmare.
How to select complete row from cdt and display selected rows can anyone help with this
I am getting like 2000-02-12Z I need 02-12-2000
is it possible display check box as marked when we pass values from test interface
I have question. for example I have rule input ri!applimitcdt and want to display selected rows. selected rows values are in ri!selected_id. how can i display only these selected values
Hi We have an application in the cloud, and the requirement is to track their last login date and display in an interface in Appian. I found where the log file is, appiancloud.com/suite/logs/login-audit.csv. But I can't simply set up a connected system/integration/web api in Designer as it requires a strange authentication process that can't be captured in that setup. Is there another, more native way of accessing the logs in Appian Designer? Thank you, Saeed
Hi, I have a requirement where I have to create two dropdown fields but second dropdown will depend upon first. Suppose user selects one option from the first dropdown then according to that option second dropdown show options. The values of the dropdown are from two columns of same table. Can anyone please tell how can I get values to the dropdown from the table. Please share any resources which will be helpful. https://docs.appian.com/suite/help/21.3/recipe-configure-cascading-dropdowns.html I'm looking similar to the above one but from the table not hard-coded one. Thank you.
The content [id= uuid=_a-0000e64f-0157-8000-9bc3-011c48011c48_200586] w not imported because a required precedent is missing: content [uuid=_a 0000e64f-0157-8000-9bc3-011c48011c48_193162 location=Expression Rule Definition] cannot be found. (APNX-1-4070-001) (APNX-1-4071-006)
How to Filter data from Rule input with is of type cdt ? for example ri!Questions is of type cdt where i want the only data with active =1 , ri! questions contiains active 0 and 1 data both.
Hi All, What is the difference between Appian Designer / Appian Level 1 Credential and Appian Certified Associate Developer. Are there differences between topics in the exams? Are the first two still valid having done the refresher courses? Thanks, Eleonora
Hi, I am trying to update an array of CDTs recursively. Base Array : { {name:"Alex",rollNumber:null}, {name:"Stephen",rollNumber:3}, {name:"Dave",rollNumber:4}, {name:"Steave",rollNumber:5}, {name:"Rosey",rollNumber:7}, {name:"John",rollNumber:8}, {name:"Nile",rollNumber:10} } Now, If I insert number 4 where rollNumber is null , if that number exists in CDT array then all numbers greater than 4 should increase by1 until all duplicates are change to unique number, but all numbers less than 4 should remain unchanged. This is how numbers should change : 4->5, 5->6 Since there are no duplicates after 6 then increment should stop here, Updated Array: { {name:"Stephen",rollNumber:3}, {name:"Alex",rollNumber:4}, {name:"Dave",rollNumber:5}, {name:"Steave",rollNumber:6}, {name:"Rosey",rollNumber:7}, {name:"John",rollNumber:8}, {n
nterface Definition: Expression evaluation error at function a!dropdownField_20r2 [line 323]: A dropdown component [label="New Case Owner"] has an invalid value for "choiceValues". Choice values cannot be null.
Hello Appian, I am greatful of Appian for all the support and what you are doing now.There's just a little thing to ask for. 1. It would be great if you could add just one more label line in the grid, so it could allow us to use the sub header. 2. In USER Properties, it would be nice to be able to change the column name of Custom Fields to the name we want instead of Custom Field 1, 2, 3. 3. In the grid, when the header is in English, the width fits well. But in Korean, it is compressed like the picture below. Thank you.Always wish the best for you.
Hi all, We need to delete files from the Appian local file system on linux (Appian 20.2). We are running on premise. Is it possible? Kind regards, Jesus
We would like to enable users to logout form an application screen by pressing a custom button. possible ?
Hello I need help with the format of final result: { a!localVariables( local!data: a!queryRecordType( recordType: 'recordType!{4e239f9b-3c32-4a2d-9080-0a76750fe5eb}BWP Clients', fields: {'recordType!{4e239f9b-3c32-4a2d-9080-0a76750fe5eb}BWP Clients.fields.{f759f435-fee5-4c98-8bd8-dc9c00f703a5}companyName'}, pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 100) ).data., local!resut: a!forEach( items: local!data, expression: fv!item ), local!resut ) } The result of this execution is: List of BWP Clients - 45 items BWP Clients id1(Number (Integer)) companyName"Company 1"(Text) BWP Clients id2(Number (Integer)) companyName"Space"(Text) What I need as result of this is just a simple list with company Names comanyName: "Company1" companyName "Space" any help will be appreciated.
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.